index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
Age
Commit message (
Expand
)
Author
2024-10-20
libstore: add missing #include on darwin
Lily Ballard
2024-10-20
libstore: fix sign comparison warnings in darwin platform
Lily Ballard
2024-10-19
libstore: always release build/substitution slot tokens
eldritch horrors
2024-10-14
ssh-ng: better way to keep SSH errors visible
Maximilian Bosch
2024-10-12
worker: respect C-c on `sudo nix-build`
Maximilian Bosch
2024-10-08
Fix gcc warning -Wmissing-field-initializers
Lulu
2024-10-08
Merge "Avoid calling memcpy when len == 0 in filetransfer.cc" into main
Lulu
2024-10-08
Fix gcc warning -Wsign-compare
Lulu
2024-10-08
Avoid calling memcpy when len == 0 in filetransfer.cc
Lulu
2024-10-05
libstore: remove Worker::{childStarted, goalFinished}
eldritch horrors
2024-10-05
libstore: remove Worker::removeGoal
eldritch horrors
2024-10-05
libstore: remove Goal::notify
eldritch horrors
2024-10-05
libstore: move Goal::ex to WorkResult
eldritch horrors
2024-10-05
libstore: move Goal::buildResult to WorkResult
eldritch horrors
2024-10-05
libstore: move Goal::exitCode to WorkResult
eldritch horrors
2024-10-05
libstore: return goal results from Worker::run()
eldritch horrors
2024-10-05
libstore: remove Worker::topGoals
eldritch horrors
2024-10-05
libstore: propagate goal exceptions using promises
eldritch horrors
2024-10-05
libstore: have goals promise WorkResults, not void
eldritch horrors
2024-10-05
libstore: extract Worker::goalFinished specifics
eldritch horrors
2024-10-05
libstore: check for interrupts in parallel promise
eldritch horrors
2024-10-05
libstore: remove Goal::StillAlive
eldritch horrors
2024-10-05
Merge "Split ignoreException to avoid suppressing CTRL-C" into main
rebecca “wiggles” turner
2024-10-04
libstore: forbid addWantedGoals when finished
eldritch horrors
2024-10-01
Split ignoreException to avoid suppressing CTRL-C
Robert Hensing
2024-10-01
libstore: turn DerivationGoal::work into *one* promise
eldritch horrors
2024-10-01
libstore: turn DrvOutputSubstitutionGoal::work into *one* promise
eldritch horrors
2024-10-01
libstore: make PathSubstitutionGoal::work *one* promise
eldritch horrors
2024-10-01
libstore: turn Worker::updateStatistics into a promise
eldritch horrors
2024-10-01
libstore: remove Worker::wakeUp()
eldritch horrors
2024-10-01
libstore: turn periodic gc attempt into a promise
eldritch horrors
2024-10-01
libstore: turn Worker::run() main loop into a promise
eldritch horrors
2024-10-01
libstore: turn waitForInput into a promise
eldritch horrors
2024-10-01
Revert "libstore: remove worker removeGoal"
Raito Bezarius
2024-09-29
libstore: merge ContinueImmediately and StillAlive
eldritch horrors
2024-09-29
libstore: remove worker removeGoal
eldritch horrors
2024-09-29
libstore: extract a real makeGoalCommon
eldritch horrors
2024-09-29
libstore: remove Goal::key
eldritch horrors
2024-09-29
libstore: make non-cache goal pointers strong
eldritch horrors
2024-09-29
libstore: remove Goal::WaitForWorld
eldritch horrors
2024-09-29
libstore: fix build tests
eldritch horrors
2024-09-29
libstore: have makeLocalDerivationGoal return unique_ptrs
eldritch horrors
2024-09-27
libstore: turn Goal::WaitForGoals into a promise
eldritch horrors
2024-09-27
libstore: replace Goal::WaitForSlot with semaphores
eldritch horrors
2024-09-27
libstore: simplify Worker::waitForInput
eldritch horrors
2024-09-27
libstore: make waiting for a while a promise
eldritch horrors
2024-09-27
libstore: turn builder output processing into event loop
eldritch horrors
2024-09-26
Merge changes Iaa2e0e9d,Ia973420f into main
jade
2024-09-26
Fix passing custom CA files into the builtin:fetchurl sandbox
Puck Meerburg
2024-09-25
[security] builtin:fetchurl: Enable TLS verification
Eelco Dolstra
[next]