Age | Commit message (Expand) | Author | Files | Lines |
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/1534 fix(3p/nix): revert "apply all clang-tidy fixes" | Kane York | 63 | -554/+478 |
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 | 64 | -496/+579 |
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 | 5 | -16/+450 |
2020-07-25 | r/1472 feat(3p/nix): Add main function for grpc daemon | Griffin Smith | 8 | -13/+157 |
2020-07-25 | r/1462 refactor(3p/nix): Remove custom base64 implementation | Griffin Smith | 7 | -78/+56 |
2020-07-24 | r/1459 fix(3p/nix): fix all UninitializedObject warnings | Kane York | 1 | -1/+1 |
2020-07-24 | r/1457 fix(3p/nix): do not call vfork | Kane York | 4 | -21/+12 |
2020-07-24 | r/1456 fix(3p/nix): fix null pointer dereferences | Kane York | 1 | -2/+2 |
2020-07-24 | r/1451 fix(3p/nix): fix more clang-tidy warnings | Kane York | 3 | -4/+7 |
2020-07-24 | r/1447 fix(3p/nix): Link nixutil to its dependencies | Griffin Smith | 2 | -5/+6 |
2020-07-23 | r/1437 fix(3p/nix): remove usage of strcpy | Kane York | 3 | -8/+9 |
2020-07-23 | r/1429 chore(3p/nix): fix extra space in usage error | Alyssa Ross | 1 | -2/+1 |
2020-07-23 | r/1428 feat(3p/nix): remove allow-unsafe-native-code-during-evaluation | Alyssa Ross | 1 | -5/+0 |
2020-07-23 | r/1424 feat(3p/nix): remove builtins.importNative | Alyssa Ross | 2 | -55/+0 |
2020-07-22 | r/1418 fix(3p/nix): Fix string escaping issue in schema include | Vincent Ambo | 1 | -2/+2 |
2020-07-20 | r/1409 feat(3p/nix/nix-daemon): add factory function for WorkerServiceImpl | Griffin Smith | 2 | -0/+20 |
2020-07-20 | r/1408 chore(3p/nix): Remove support for plugins | Griffin Smith | 15 | -67/+1 |
2020-07-19 | r/1403 fix(3p/nix): Fix all remaining compiler warnings | Vincent Ambo | 33 | -39/+66 |
2020-07-19 | r/1402 chore(3p/nix): Update deprecated 'pure-parser' setting | Vincent Ambo | 1 | -1/+1 |
2020-07-19 | r/1401 refactor(3p/nix): Remove remaining prefork-compat type | Vincent Ambo | 3 | -31/+5 |
2020-07-19 | r/1400 refactor(3p/nix): Rename & undeprecate Bindings::lexicographicOrder | Vincent Ambo | 5 | -6/+10 |
2020-07-19 | r/1399 chore(3p/nix): Enable clang-format check in derivation build | Vincent Ambo | 1 | -1/+0 |
2020-07-19 | r/1398 test(3p/nix): Enable output comparison for evaluator success tests | Vincent Ambo | 15 | -364/+35 |
2020-07-19 | r/1397 test(3p/nix): Partially enable evaluator success tests | Vincent Ambo | 7 | -0/+28 |
2020-07-19 | r/1395 test(3p/nix): Add property tests for attribute set | Griffin Smith | 2 | -0/+169 |
2020-07-19 | r/1393 fix(3p/nix): convert all holders of EvalState into gc | Kane York | 2 | -2/+2 |
2020-07-19 | r/1392 refactor(3p/nix/libexpr): Move some code out of lexer.l | Vincent Ambo | 2 | -52/+53 |
2020-07-19 | r/1390 test(3p/nix): Port language test suite to Googletest | Vincent Ambo | 3 | -0/+200 |
2020-07-19 | r/1389 fix(3p/nix/tests): Fail DummyStore::addToStore on non-existent srcPath | Vincent Ambo | 2 | -3/+8 |
2020-07-19 | r/1388 fix(3p/nix/libexpr): Make EvalState internals visible to GC | Vincent Ambo | 1 | -1/+1 |
2020-07-19 | r/1387 chore(3p/nix/tests): Move language test files to src/tests | Vincent Ambo | 236 | -0/+2151 |
2020-07-18 | r/1386 fix(3p/nix): nix-build: don't accept --(im)pure | Alyssa Ross | 1 | -2/+2 |