Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-06-21 | r/1052 feat(3p/nix): install pkgconfig files for libexpr, libmain and libstore | Luke Granger-Brown | 2 | -4/+7 |
2020-06-21 | r/1051 chore(3p/nix): use GNUInstallDirs to determine output directory names | Luke Granger-Brown | 1 | -1/+1 |
2020-06-21 | r/1050 chore(3p/nix): export library headers to include/ in output. | Luke Granger-Brown | 1 | -2/+7 |
2020-05-31 | r/876 fix(3p/nix): passAsFile: leave out the hash prefix | edef | 1 | -1/+1 |
2020-05-31 | r/875 fix(3p/nix): passAsFile: hash the attribute name instead of numbering sequent... | Puck Meerburg | 1 | -2/+2 |
2020-05-30 | r/872 chore(3p/nix): Clean up some unused defines | Vincent Ambo | 2 | -19/+1 |
2020-05-28 | r/868 refactor(3p/nix): Introduce CMake as the build system for Nix | Vincent Ambo | 2 | -6/+105 |
2020-05-27 | r/867 chore(3p/nix): Remove meson build files for core packages | Vincent Ambo | 1 | -153/+0 |
2020-05-27 | r/865 refactor(3p/nix): Anchor local includes at src/ | Vincent Ambo | 55 | -221/+225 |
2020-05-25 | r/846 refactor(3p/nix): Replace tokenizeStrings with absl::StrSplit | Vincent Ambo | 16 | -76/+84 |
2020-05-25 | r/845 refactor(3p/nix/libutil): Replace hasPrefix/Suffix with Abseil | Vincent Ambo | 10 | -24/+38 |
2020-05-25 | r/844 fix(3p/nix/libstore): Fix error condition when parsing generations | Vincent Ambo | 1 | -1/+1 |