index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
build
/
worker.cc
Age
Commit message (
Expand
)
Author
2024-10-22
libstore: move failingExitStatus into worker results
eldritch horrors
2024-10-12
worker: respect C-c on `sudo nix-build`
Maximilian Bosch
2024-10-08
Fix gcc warning -Wsign-compare
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: 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-04
libstore: forbid addWantedGoals when finished
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: make non-cache goal pointers strong
eldritch horrors
2024-09-29
libstore: remove Goal::WaitForWorld
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-08
libstore: turn Worker in a kj event loop user
eldritch horrors
2024-08-30
libstore: rename Goal::Finished::result to exitCode
eldritch horrors
2024-08-30
libstore: remove queryMissing call from Worker
eldritch horrors
2024-08-30
libstore: use notifications for stats counters
eldritch horrors
2024-08-30
libstore: print dependency errors from DerivationGoal
eldritch horrors
2024-08-30
libstore: hide Worker goal factory methods
eldritch horrors
2024-08-30
libstore: add "is dependency" info to goal
eldritch horrors
2024-08-25
libstore: make Goal::ex a shared_ptr
eldritch horrors
2024-08-25
libstore: diagnose local build failure in goal
eldritch horrors
2024-08-19
libstore: make Worker::childStarted private
eldritch horrors
2024-08-19
libstore: move respect-timeoutiness to goal method
eldritch horrors
2024-08-18
libstore: add explicit in-build-slot-ness to goals
eldritch horrors
2024-08-08
Merge changes I6358a393,I2d9f276b,Idd096dc9 into main
jade
2024-08-08
Merge changes I526cceed,Ia4e2f1fa,I22e66972,I9fbd55a9,Ifca22e44 into main
jade
2024-08-08
tree-wide: automated migration to charptr_cast
Jade Lovelace
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: remove Goal::addWaitee
eldritch horrors
[next]