Age | Commit message (Expand) | Author | Files | Lines |
2020-08-05 | r/1594 feat(3p/nix): Implement AddToStore rpc client | Griffin Smith | 4 | -2/+69 |
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 | 2 | -2/+32 |
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 | 3 | -21/+39 |
2020-08-04 | r/1576 fix(3p/nix): Don't assert on argc count for build-remote | Griffin Smith | 1 | -4/+0 |
2020-08-04 | r/1575 fix(3p/nix): Properly configure SANDBOX_SHELL | Griffin Smith | 3 | -2/+22 |
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 | 2 | -233/+413 |
2020-08-03 | r/1572 fix(3p/nix): Initialise glog when starting nix-daemon | Vincent Ambo | 1 | -0/+3 |
2020-08-03 | r/1571 fix(3p/nix): Fix parseDrvPathWithOutputs | Griffin Smith | 2 | -3/+33 |
2020-08-03 | r/1570 chore(3p/nix/daemon): replace all assertStorePath with a macro | Kane York | 1 | -14/+20 |
2020-08-03 | r/1569 refactor(3p/nix): Build nix-daemon as a separate binary | Vincent Ambo | 4 | -34/+46 |
2020-08-03 | r/1568 chore(3p/nix): Move legacy Nix daemon implementation | Vincent Ambo | 1 | -0/+6 |
2020-08-03 | r/1567 feat(3p/nix): Implement two more RPC calls | Griffin Smith | 4 | -6/+76 |
2020-08-03 | r/1566 feat(3p/nix/build-shell): add run_clang_tidy script | Kane York | 1 | -1/+8 |
2020-08-03 | r/1557 refactor(3p/nix): Only initialise garbage-collector where needed | Vincent Ambo | 6 | -70/+72 |
2020-08-02 | r/1548 test(3p/nix): Add test for derivation parse/serialize | Griffin Smith | 4 | -2/+121 |
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/1535 chore(3p/nix): disable modernize-use-trailing-return-type | Kane York | 1 | -1/+1 |
2020-08-01 | r/1534 fix(3p/nix): revert "apply all clang-tidy fixes" | Kane York | 64 | -555/+479 |
2020-08-01 | r/1530 fix(3p/nix/expr): use traceable_allocator for btree_map | Kane York | 1 | -3/+3 |
2020-08-01 | r/1529 feat(3p/nix): Implement a few more RPC calls | Griffin Smith | 3 | -3/+59 |
2020-08-01 | r/1528 fix(3p/nix/libexpr): fix GC tracing in valueSize | Kane York | 2 | -26/+29 |
2020-08-01 | r/1527 feat(3p/nix): remove External values feature | Kane York | 5 | -113/+10 |
2020-08-01 | r/1526 fix(3p/nix): Use a proper pointer in Env to carry with-attrs | Kane York | 2 | -5/+9 |
2020-08-01 | r/1525 chore(3p/nix/libexpr): Cleanups and notes in eval.cc | Kane York | 2 | -3/+17 |
2020-08-01 | r/1519 feat(3p/nix): Implement AddToStore proto handler | Griffin Smith | 7 | -13/+141 |
2020-08-01 | r/1516 fix(3p/nix/hash): param of Unknown allows any hash type | Kane York | 1 | -1/+6 |
2020-08-01 | r/1515 chore(3p/nix/hash): prefer StatusOr over throwing constructor | Kane York | 15 | -49/+97 |
2020-08-01 | r/1514 fix(3p/nix/hash): initialize HashSink.ctx | Kane York | 2 | -1/+22 |
2020-07-29 | r/1506 fix(3p/nix/hash): smart pointers in HashSink | Kane York | 2 | -17/+18 |
2020-07-28 | r/1504 fix(3p/nix/hash): provide a Status-returning constructor | Kane York | 5 | -52/+123 |
2020-07-28 | r/1503 chore(3p/nix/hash): eliminate exposed global variable | Kane York | 3 | -38/+61 |
2020-07-28 | r/1499 chore(3p/nix/hash): add decoding tests | Kane York | 1 | -0/+19 |
2020-07-27 | r/1495 fix(3p/nix): apply all clang-tidy fixes | Kane York | 65 | -497/+580 |
2020-07-27 | r/1493 fix(3p/nix): convert local-store asserts into throws | Kane York | 1 | -13/+12 |
2020-07-26 | r/1478 fix(3p/nix): fix broken clang-tidy config | Kane York | 1 | -5/+1 |
2020-07-25 | r/1477 chore(3p/nix): build in RelWithDebInfo mode | Kane York | 1 | -1/+1 |
2020-07-25 | r/1473 feat(3p/nix): Start implementing RPC store client | Griffin Smith | 5 | -16/+450 |
2020-07-25 | r/1472 feat(3p/nix): Add main function for grpc daemon | Griffin Smith | 10 | -14/+174 |
2020-07-25 | r/1471 feat(3p/nix): Template systemd unit files in build | Griffin Smith | 1 | -0/+13 |
2020-07-25 | r/1469 chore(3p/nix): disable clang-tidy in cmake | Kane York | 1 | -2/+3 |
2020-07-25 | r/1468 chore(3p/nix): Remove obsolete upload-release.pl script | Griffin Smith | 1 | -156/+0 |
2020-07-25 | r/1466 fix(3p/nix): Don't include depotPath in the main drv | Griffin Smith | 2 | -9/+12 |
2020-07-25 | r/1465 feat(3p/nix): Add build for VM for testing tvix | Griffin Smith | 2 | -1/+22 |
2020-07-25 | r/1463 chore(3p/nix): Reduce number of active clang-tidy checks | Vincent Ambo | 1 | -0/+1 |
2020-07-25 | r/1462 refactor(3p/nix): Remove custom base64 implementation | Griffin Smith | 7 | -78/+56 |
2020-07-24 | r/1460 chore(3p/nix): log whether or not clang-tidy is enabled | Kane York | 1 | -0/+1 |