Age | Commit message (Expand) | Author | Files | Lines |
2022-05-19 | r/4098 chore(3p/nix): unvendor tvix 0.1 | Vincent Ambo | 1 | -549/+0 |
2020-11-28 | r/1946 feat(tvix): Thread a log sink through calls to buildDerivation | Griffin Smith | 1 | -2/+3 |
2020-11-27 | r/1942 feat(tvix): Write build logs to LOG(INFO) in buildDerivation | Griffin Smith | 1 | -4/+1 |
2020-11-27 | r/1940 fix(tvix): Remove more superfluous log output | Griffin Smith | 1 | -2/+1 |
2020-11-19 | r/1885 fix(tvix): Use mutable field for assigning proto fields | Griffin Smith | 1 | -2/+2 |
2020-09-16 | r/1795 fix(tvix): Convert INVALID_ARGUMENT to InvalidPath | Griffin Smith | 1 | -2/+6 |
2020-09-14 | r/1791 refactor(tvix): Make static strings constexpr string_views | Griffin Smith | 1 | -2/+2 |
2020-08-29 | r/1736 fix(tvix): Chunk the AddTextToStore request | Griffin Smith | 1 | -6/+27 |
2020-08-20 | r/1689 chore(tvix): Thread a std::ostream through Store::buildPaths | Vincent Ambo | 1 | -13/+8 |
2020-08-20 | r/1685 feat(tvix): Introduce build event streams in worker protocol | Vincent Ambo | 1 | -6/+45 |
2020-08-14 | r/1649 refactor(tvix): Make Store::buildPaths return a Status | Griffin Smith | 1 | -2/+4 |
2020-08-09 | r/1622 feat(tvix): Implement all remaining RPC calls | Griffin Smith | 1 | -35/+62 |
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 | 1 | -17/+28 |
2020-08-08 | r/1615 feat(tvix): Implement AddToStoreNar | Griffin Smith | 1 | -18/+42 |
2020-08-05 | r/1600 feat(3p/nix): Implement FindRoots, CollectGarbage | Griffin Smith | 1 | -2/+27 |
2020-08-05 | r/1594 feat(3p/nix): Implement AddToStore rpc client | Griffin Smith | 1 | -1/+51 |
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/1573 feat(3p/nix/daemon): catch-all explicit Error-Status conversion | Kane York | 1 | -3/+95 |
2020-08-03 | r/1567 feat(3p/nix): Implement two more RPC calls | Griffin Smith | 1 | -3/+24 |
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 | 1 | -2/+3 |
2020-08-01 | r/1529 feat(3p/nix): Implement a few more RPC calls | Griffin Smith | 1 | -3/+32 |
2020-08-01 | r/1515 chore(3p/nix/hash): prefer StatusOr over throwing constructor | Kane York | 1 | -1/+2 |
2020-07-25 | r/1473 feat(3p/nix): Start implementing RPC store client | Griffin Smith | 1 | -0/+282 |