Age | Commit message (Expand) | Author |
2024-08-18 | libstore: remove DerivationGoal::isReadDesc | eldritch horrors |
2024-08-18 | libstore: add explicit in-build-slot-ness to goals | eldritch horrors |
2024-08-13 | Merge "libutil: Add bindPath function from libstore" into main | Artemis Tosini |
2024-08-09 | libutil: rename and optimize closeMostFDs | eldritch horrors |
2024-08-08 | Merge changes I526cceed,Ia4e2f1fa,I22e66972,I9fbd55a9,Ifca22e44 into main | jade |
2024-08-08 | tree-wide: fix a pile of lints | Jade Lovelace |
2024-08-08 | refactor: make HashType and Base enum classes for type safety | Jade Lovelace |
2024-08-08 | libstore: make Worker status flags private | eldritch horrors |
2024-08-08 | libstore: make Worker::waitForAWhile private | eldritch horrors |
2024-08-08 | libstore: make Worker::waitForBuildSlot private | eldritch horrors |
2024-08-07 | Merge "fix: warn and document when advanced attributes will have no impact du... | Maximilian Bosch |
2024-08-06 | libstore: add LocalDerivationGoal setupSyscallFilter hook | Alois Wohlschlager |
2024-08-03 | fix: warn and document when advanced attributes will have no impact due to __... | Tom Bereknyei |
2024-08-02 | libstore: return finishedness from Goal methods | eldritch horrors |
2024-07-27 | libutil: Add bindPath function from libstore | Artemis Tosini |
2024-07-26 | Merge changes I45d3895f,I541be3ea,Ibe51416d into main | alois31 |
2024-07-25 | libstore/build: block io_uring | Alois Wohlschlager |
2024-07-25 | libstore/build: use an allowlist approach to syscall filtering | Alois Wohlschlager |
2024-07-25 | libstore/build: always treat seccomp setup failures as fatal | Alois Wohlschlager |
2024-07-23 | tree-wide: NULL -> nullptr | Jade Lovelace |
2024-07-22 | enable -Werror=suggest-override | eldritch horrors |
2024-07-19 | Fix namespace warning being emitted if sandbox is disabled | Winter |
2024-07-15 | libstore: rewrite narFromPath as generator | eldritch horrors |
2024-07-11 | libutil: rewrite RewritingSink as source | eldritch horrors |
2024-07-07 | libstore: make LocalDerivationGoal::needsHashRewrite virtual | Artemis Tosini |
2024-07-06 | libutil: turn HashModuloSink into a free function | eldritch horrors |
2024-07-05 | libutil: convert readFileSource to a generator | eldritch horrors |
2024-07-05 | libstore: convert dumpPath to a generator | eldritch horrors |
2024-07-03 | libstore: add LocalDerivationGoal startChild hook | Artemis Tosini |
2024-07-03 | libstore: Add LocalDerivationGoal prepareSandbox hook | Artemis Tosini |
2024-06-27 | store: guess the URL of failing fixed-output derivations | Jade Lovelace |
2024-06-24 | Add build-dir setting, clean up default TMPDIR handling | Robert Hensing |
2024-06-23 | libutil: return Pid from startProcess, not pid_t | eldritch horrors |
2024-06-23 | libutil: give Pid proper resource semantics | eldritch horrors |
2024-06-23 | libutil: make Pid -> pid_t operations explicit | eldritch horrors |
2024-06-23 | libstore: Start creating LocalDerivationGoal subclasses | Artemis Tosini |
2024-06-19 | libutil: return a source from readFile | eldritch horrors |
2024-05-31 | libstore/build: copy ca-certificates too | Alois Wohlschlager |
2024-05-29 | Remove 100s of CPU time (10%) from build times (1465s -> 1302s) | Jade Lovelace |
2024-05-29 | util.hh: Move nativeSystem to local-derivation-goal.cc | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out unix-domain-socket.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out child.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out current-process.{hh,cc} | Tom Hubrecht |
2024-05-25 | libstore: remove duplicate builder variable | Artemis Tosini |
2024-05-24 | libstore/build: always enable seccomp filtering and no-new-privileges | Alois Wohlschlager |
2024-05-19 | libutil: Create chmodPath function | Artemis Tosini |
2024-05-16 | Allow enabling core dumps from builds for nix & child processes | midnightveil |
2024-05-12 | Merge "libstore: Fix sandbox=relaxed" into main | Artemis Tosini |
2024-05-10 | libutil: remove callback.hh | eldritch horrors |
2024-05-09 | libstore: un-callback-ify Store::queryRealisationUncached | eldritch horrors |