Age | Commit message (Expand) | Author |
2024-05-29 | util.hh: Move nativeSystem to local-derivation-goal.cc | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out namespaces.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out users.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out strings.{hh,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-descriptor.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out file-system.{hh,cc} | Tom Hubrecht |
2024-05-28 | util.{hh,cc}: Split out environment-variables.{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-25 | Merge "libstore: parse the buildMode instead of unchecked cast" into main | jade |
2024-05-24 | libstore: parse the buildMode instead of unchecked cast | Jade Lovelace |
2024-05-24 | libstore/build: always enable seccomp filtering and no-new-privileges | Alois Wohlschlager |
2024-05-23 | Merge "packaging: rename nixexpr -> lixexpr and so on" into main | jade |
2024-05-23 | packaging: rename nixexpr -> lixexpr and so on | Jade Lovelace |
2024-05-20 | Merge "libutil: Create chmodPath function" into main | Artemis Tosini |
2024-05-19 | libutil: Create chmodPath function | Artemis Tosini |
2024-05-19 | libstore: fix old RemoteStore::addToStore serializer | eldritch horrors |
2024-05-18 | Improve nix-store --delete failure message | Alyssa Ross |
2024-05-18 | Merge "derived-path: refuse built derived path with a non-derivation base" in... | Pierre Bourdon |
2024-05-17 | derived-path: refuse built derived path with a non-derivation base | Pierre Bourdon |
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-11 | filetransfer: fix decompression regression from 121edecf | Pierre Bourdon |
2024-05-10 | Merge "feat(libstore): print the first line of stdout of SSH in case of failu... | Raito Bezarius |
2024-05-10 | feat(libstore): print the first line of stdout of SSH in case of failure | Raito Bezarius |
2024-05-10 | libutil: remove callback.hh | eldritch horrors |
2024-05-10 | libstore: de-callback-ify FileTransfer | eldritch horrors |
2024-05-09 | libstore: de-callback-ify Store::queryRealisation | eldritch horrors |
2024-05-09 | libstore: un-callback-ify Store::queryRealisationUncached | eldritch horrors |
2024-05-09 | libstore: de-callback-ify Store::queryPathInfoUncached | eldritch horrors |
2024-05-09 | libstore: de-callback-ify BinaryCacheStore::getFile | eldritch horrors |
2024-05-09 | libstore: de-callback-ify CA realisation substitution | eldritch horrors |
2024-05-08 | libstore: Fix sandbox=relaxed | Théophane Hufschmitt |
2024-05-07 | remove the autoconf+Make buildsystem | Qyriad |
2024-05-07 | Merge changes Icf26010a,Ib6161567 into main | Nikodem Rabuliński |
2024-05-07 | Always initialize curl in parent process on darwin | Nikodem Rabuliński |
2024-05-07 | libutil: de-callback-ify computeClosure | eldritch horrors |
2024-05-07 | libstore: limit CA realisation info substitution concurrency | eldritch horrors |
2024-05-06 | fix fallback chroot store creation after b247ef72d | Qyriad |
2024-05-06 | filetransfer: correctly abort empty transfers | eldritch horrors |
2024-05-06 | filetransfer: extract decompressor creation | eldritch horrors |
2024-05-05 | Merge "Warn on untrusted client settings being ignored" into main | jade |
2024-05-05 | filetransfer: abort transfer on receiver exception | eldritch horrors |
2024-05-04 | Warn on untrusted client settings being ignored | Jade Lovelace |
2024-05-04 | Fix /etc/group having desynced IDs from the actual UID in the sandbox | Jade Lovelace |
2024-05-04 | Merge "libstore/local-derivation-goal: prohibit creating setuid/setgid binari... | Maximilian Bosch |