Age | Commit message (Expand) | Author | Files | Lines |
2022-05-19 | r/4098 chore(3p/nix): unvendor tvix 0.1 | Vincent Ambo | 67 | -19621/+0 |
2021-02-19 | r/2221 chore(3p): Bump NixOS channels to 2021-02-18 | sterni | 1 | -1/+1 |
2020-11-28 | r/1947 fix(tvix): Add missing break;s to BuildResult::FromProto | Griffin Smith | 1 | -0/+13 |
2020-11-28 | r/1946 feat(tvix): Thread a log sink through calls to buildDerivation | Griffin Smith | 9 | -14/+23 |
2020-11-27 | r/1945 fix(tvix): Don't call assertStorePath on BasicDerivation.builder | Griffin Smith | 2 | -5/+3 |
2020-11-27 | r/1943 refactor(tvix): Prefer absl::StrFormat/StrAppend | Griffin Smith | 1 | -6/+13 |
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 | 2 | -3/+2 |
2020-11-27 | r/1933 fix(tvix): Don't double-up on endlines from log messages | Griffin Smith | 1 | -1/+1 |
2020-11-27 | r/1929 fix(tvix): sqlite bind argument number is signed | Kane York | 1 | -1/+1 |
2020-11-22 | r/1909 fix(tvix): Add endlines to build log messages | Griffin Smith | 1 | -16/+19 |
2020-11-22 | r/1908 feat(tvix): Convert some DLOGs to VLOGs | Griffin Smith | 2 | -4/+4 |
2020-11-21 | r/1894 chore(3p): Bump nixpkgs to nixos-unstable from 2020-11-21 | Vincent Ambo | 5 | -29/+26 |
2020-11-19 | r/1886 fix(tvix): Use copy constructor to add strings to protos | Griffin Smith | 1 | -1/+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 | 6 | -32/+38 |
2020-09-10 | r/1783 refactor(tvix): Convert refLength to constexpr | Griffin Smith | 1 | -9/+9 |
2020-09-10 | r/1782 fix(tvix): Make working flag thread_local | Griffin Smith | 1 | -5/+4 |
2020-09-06 | r/1768 revert(tvix): "Disable sandboxing by default until its time comes" | Griffin Smith | 1 | -8/+15 |
2020-09-06 | r/1767 feat(tvix): Write even more build logs to client | Griffin Smith | 1 | -89/+84 |
2020-09-01 | r/1758 refactor(tvix): Remove default buildMode arguments from libstore | Griffin Smith | 1 | -4/+4 |
2020-09-01 | r/1756 refactor(tvix): getEnv(): Return std::optional | Eelco Dolstra | 6 | -19/+24 |
2020-08-29 | r/1736 fix(tvix): Chunk the AddTextToStore request | Griffin Smith | 1 | -6/+27 |
2020-08-23 | r/1704 refactor(tvix/libutil): Mark single-argument constructors explicit | Vincent Ambo | 11 | -200/+221 |
2020-08-21 | r/1703 style(tvix): Add missing braces in expressions | Vincent Ambo | 2 | -17/+32 |
2020-08-21 | r/1702 style(tvix): Replace remaining typedefs with using statements | Vincent Ambo | 4 | -9/+9 |
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 |