Age | Commit message (Expand) | Author |
2024-07-25 | libstore/build: always treat seccomp setup failures as fatal | Alois Wohlschlager |
2024-07-24 | fix building with Musl, fixing static builds | Qyriad |
2024-07-23 | tree-wide: NULL -> nullptr | Jade Lovelace |
2024-07-22 | libstore: keep Goal errors as unique_ptrs | eldritch horrors |
2024-07-22 | libstore: remove an always-defaulted argument | eldritch horrors |
2024-07-22 | libstore: use std::async instead of Goal threads | eldritch horrors |
2024-07-22 | libstore: remove addToWeakGoals | eldritch horrors |
2024-07-22 | libstore: remove Goal::ecBusy | eldritch horrors |
2024-07-22 | libstore: remove unused Worker::waitForAnyGoal | eldritch horrors |
2024-07-22 | enable -Werror=suggest-override | eldritch horrors |
2024-07-20 | Merge "Fix namespace warning being emitted if sandbox is disabled" into main | Winter Cute |
2024-07-20 | libutil: make basic loggers thread-safe | eldritch horrors |
2024-07-19 | Fix namespace warning being emitted if sandbox is disabled | Winter |
2024-07-18 | Fixup a bunch of references to nixos.org manuals | Jade Lovelace |
2024-07-16 | libstore: remove WriteConn::sink fields | eldritch horrors |
2024-07-16 | libstore: generatorize protocol serializers | eldritch horrors |
2024-07-15 | libstore: rewrite narFromPath as generator | eldritch horrors |
2024-07-11 | libstore: remove upcast_goal | 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-06 | libutil: return sources from runProgram2 | eldritch horrors |
2024-07-05 | libutil: return a program handle from runProgram2 | 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 | Merge "libstore: reduce loglevel of `waiting for a machine to build`" into main | Maximilian Bosch |
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 | libutil: remove sinkToSource eof callback | eldritch horrors |
2024-06-23 | libstore: Start creating LocalDerivationGoal subclasses | Artemis Tosini |
2024-06-22 | libstore: reduce loglevel of `waiting for a machine to build` | Maximilian Bosch |
2024-06-19 | libutil: return a source from readFile | eldritch horrors |
2024-06-18 | store: fix null reference from DerivationGoal::waiteeDone | Jade Lovelace |
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: Delete remaining file and clean up headers | Tom Hubrecht |
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-29 | util.{hh,cc}: Split out processes.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out file-system.{hh,cc} | Tom Hubrecht |
2024-05-26 | worker: process timeouts first, and exclusively | eldritch horrors |
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 |