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-21
r/1699
fix(tvix): Add newlines to build logs
Vincent Ambo
1
-2
/
+2
2020-08-21
r/1697
feat(tvix): Write build logs into the build log sink
Vincent Ambo
1
-3
/
+4
2020-08-21
r/1696
chore(tvix): Thread std::ostream through builder goals
Vincent Ambo
1
-42
/
+66
2020-08-21
r/1695
chore(tvix): Add TODO comment for std::ostream in buildDerivation
Vincent Ambo
1
-0
/
+1
2020-08-21
r/1694
style(tvix): Move a comment to fix a formatting issue
Vincent Ambo
1
-4
/
+3
2020-08-20
r/1689
chore(tvix): Thread a std::ostream through Store::buildPaths
Vincent Ambo
8
-30
/
+33
2020-08-20
r/1688
style(tvix): typedef -> using in build.cc/store-api.hh
Vincent Ambo
2
-18
/
+17
2020-08-20
r/1687
refactor(tvix): Remove some default values from virtual methods
Vincent Ambo
2
-6
/
+18
2020-08-20
r/1685
feat(tvix): Introduce build event streams in worker protocol
Vincent Ambo
3
-10
/
+49
2020-08-20
r/1684
feat(tvix): Add a no-op stream buffer for discarding build logs
Vincent Ambo
2
-0
/
+19
2020-08-18
r/1674
fix(tvix/config): properly handle nonexistent config files
Kane York
1
-2
/
+7
2020-08-14
r/1649
refactor(tvix): Make Store::buildPaths return a Status
Griffin Smith
8
-14
/
+34
2020-08-10
r/1632
style(tvix): Sort out minor formatting errors
Vincent Ambo
1
-2
/
+2
2020-08-09
r/1627
test(tvix): Cover scanForReferences in a test
Griffin Smith
1
-3
/
+2
2020-08-09
r/1623
refactor(tvix): Remove UDSRemoteStore
Griffin Smith
2
-76
/
+0
2020-08-09
r/1622
feat(tvix): Implement all remaining RPC calls
Griffin Smith
6
-49
/
+138
2020-08-09
r/1621
refactor(tvix): Factor-out proto utilities
Griffin Smith
1
-136
/
+47
2020-08-09
r/1620
feat(tvix): Pass function name to SuccessOrThrow
Griffin Smith
2
-18
/
+32
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
[next]