depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
third_party
/
nix
/
src
/
libstore
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-08
r/1619
chore(3p/nix): apply google-readability-casting
Kane York
15
-57
/
+78
2020-08-08
r/1615
feat(tvix): Implement AddToStoreNar
Griffin Smith
2
-24
/
+42
2020-08-06
r/1613
fix(3p/nix): Use SkipEmpty in all calls to absl::StrSplit
Kane York
15
-35
/
+48
2020-08-06
r/1612
refactor(tvix): Use absl::btree_map for BasicDerivation's env
Vincent Ambo
2
-3
/
+4
2020-08-06
r/1611
refactor(tvix): Use absl::btree_map for DerivationInputs
Vincent Ambo
2
-4
/
+2
2020-08-06
r/1610
refactor(tvix): Use absl::btree_map for DerivationOutputs
Vincent Ambo
2
-7
/
+10
2020-08-06
r/1609
chore(tvix): Disable sandboxing by default until its time comes
Vincent Ambo
1
-15
/
+8
2020-08-05
r/1600
feat(3p/nix): Implement FindRoots, CollectGarbage
Griffin Smith
3
-2
/
+61
2020-08-05
r/1599
fix(3p/nix): fix usage error of absl::Base64Unescape
Kane York
1
-3
/
+4
2020-08-05
r/1598
fix(3p/nix/store): fix race condition in downloader
Kane York
1
-1
/
+2
2020-08-05
r/1595
feat(3p/nix): add MockBinaryCacheStore
Kane York
3
-1
/
+170
2020-08-05
r/1594
feat(3p/nix): Implement AddToStore rpc client
Griffin Smith
1
-1
/
+51
2020-08-05
r/1593
fix(3p/nix): fix clang-tidy for int-string appends
Kane York
1
-3
/
+6
2020-08-04
r/1583
feat(tvix): Implement AddIndirectRoot, SyncWithGC
Griffin Smith
1
-2
/
+7
2020-08-04
r/1582
chore(tvix): Make not implemented errors nix::Unsupported
Griffin Smith
1
-22
/
+24
2020-08-04
r/1581
fix(tvix): Partially revert "eliminate exposed global variable"
Griffin Smith
1
-18
/
+36
2020-08-04
r/1574
fix(3p/nix): pass SkipEmpty to StrSplit("", ...)
Griffin Smith
1
-4
/
+8
2020-08-04
r/1573
feat(3p/nix/daemon): catch-all explicit Error-Status conversion
Kane York
1
-3
/
+95
2020-08-03
r/1571
fix(3p/nix): Fix parseDrvPathWithOutputs
Griffin Smith
1
-3
/
+3
2020-08-03
r/1567
feat(3p/nix): Implement two more RPC calls
Griffin Smith
3
-5
/
+41
2020-08-02
r/1548
test(3p/nix): Add test for derivation parse/serialize
Griffin Smith
2
-2
/
+4
2020-08-02
r/1540
fix(3p/nix): Don't reuse ClientContext
Griffin Smith
1
-1
/
+11
2020-08-02
r/1538
fix(3p/nix): Prepend unix:// to daemon socket
Griffin Smith
3
-23
/
+28
2020-08-01
r/1534
fix(3p/nix): revert "apply all clang-tidy fixes"
Kane York
21
-197
/
+158
2020-08-01
r/1529
feat(3p/nix): Implement a few more RPC calls
Griffin Smith
1
-3
/
+32
2020-08-01
r/1519
feat(3p/nix): Implement AddToStore proto handler
Griffin Smith
1
-2
/
+3
2020-08-01
r/1515
chore(3p/nix/hash): prefer StatusOr over throwing constructor
Kane York
9
-28
/
+54
2020-07-28
r/1503
chore(3p/nix/hash): eliminate exposed global variable
Kane York
1
-36
/
+18
2020-07-27
r/1495
fix(3p/nix): apply all clang-tidy fixes
Kane York
22
-171
/
+215
2020-07-27
r/1493
fix(3p/nix): convert local-store asserts into throws
Kane York
1
-13
/
+12
2020-07-25
r/1473
feat(3p/nix): Start implementing RPC store client
Griffin Smith
4
-16
/
+449
2020-07-25
r/1472
feat(3p/nix): Add main function for grpc daemon
Griffin Smith
3
-4
/
+4
2020-07-25
r/1462
refactor(3p/nix): Remove custom base64 implementation
Griffin Smith
1
-3
/
+12
2020-07-24
r/1457
fix(3p/nix): do not call vfork
Kane York
1
-3
/
+0
2020-07-24
r/1451
fix(3p/nix): fix more clang-tidy warnings
Kane York
2
-1
/
+4
2020-07-24
r/1447
fix(3p/nix): Link nixutil to its dependencies
Griffin Smith
1
-5
/
+0
2020-07-23
r/1437
fix(3p/nix): remove usage of strcpy
Kane York
2
-4
/
+5
2020-07-22
r/1418
fix(3p/nix): Fix string escaping issue in schema include
Vincent Ambo
1
-2
/
+2
2020-07-20
r/1408
chore(3p/nix): Remove support for plugins
Griffin Smith
2
-41
/
+0
2020-07-19
r/1403
fix(3p/nix): Fix all remaining compiler warnings
Vincent Ambo
3
-4
/
+13
2020-07-19
r/1401
refactor(3p/nix): Remove remaining prefork-compat type
Vincent Ambo
1
-9
/
+5
2020-07-18
r/1382
feat(3p/nix/nix-daemon): Implement Worker::BuildDerivation handler
Griffin Smith
4
-0
/
+94
2020-07-18
r/1381
chore(3p/nix): Add missing override to UDSRemoteStore::sameMachine
Griffin Smith
1
-1
/
+1
2020-07-18
r/1377
refactor(3p/nix/libexpr): Back Nix lists with std::vector
Vincent Ambo
1
-2
/
+2
2020-07-18
r/1369
test(3p/nix): Set up scaffolding & fix up tests for value-to-{json|xml}
Vincent Ambo
1
-1
/
+1
2020-07-16
r/1331
chore(3p/nix/worker-protocol): Add missing includes
Griffin Smith
1
-0
/
+3
2020-07-16
r/1313
chore(3p/nix): {query,clear}FailedPaths are obsolete
Griffin Smith
1
-2
/
+2
2020-07-16
r/1309
refactor(3p/libstore): Optimise nix::printString
Vincent Ambo
1
-12
/
+37
2020-07-10
r/1249
fix(3p/nix/libstore): use exception instead of assertion when storepath is ma...
Andreas Rammhold
1
-2
/
+11
2020-07-05
r/1217
chore(3p/nix/libstore): Link to nixproto library
Vincent Ambo
1
-0
/
+1
[next]