aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build/worker.cc
AgeCommit message (Expand)Author
2024-10-22libstore: move failingExitStatus into worker resultseldritch horrors
2024-10-12worker: respect C-c on `sudo nix-build`Maximilian Bosch
2024-10-08Fix gcc warning -Wsign-compareLulu
2024-10-05libstore: remove Worker::{childStarted, goalFinished}eldritch horrors
2024-10-05libstore: remove Worker::removeGoaleldritch horrors
2024-10-05libstore: remove Goal::notifyeldritch horrors
2024-10-05libstore: return goal results from Worker::run()eldritch horrors
2024-10-05libstore: remove Worker::topGoalseldritch horrors
2024-10-05libstore: propagate goal exceptions using promiseseldritch horrors
2024-10-05libstore: have goals promise WorkResults, not voideldritch horrors
2024-10-05libstore: extract Worker::goalFinished specificseldritch horrors
2024-10-05libstore: check for interrupts in parallel promiseeldritch horrors
2024-10-05libstore: remove Goal::StillAliveeldritch horrors
2024-10-04libstore: forbid addWantedGoals when finishedeldritch horrors
2024-10-01libstore: turn Worker::updateStatistics into a promiseeldritch horrors
2024-10-01libstore: remove Worker::wakeUp()eldritch horrors
2024-10-01libstore: turn periodic gc attempt into a promiseeldritch horrors
2024-10-01libstore: turn Worker::run() main loop into a promiseeldritch horrors
2024-10-01libstore: turn waitForInput into a promiseeldritch horrors
2024-10-01Revert "libstore: remove worker removeGoal"Raito Bezarius
2024-09-29libstore: merge ContinueImmediately and StillAliveeldritch horrors
2024-09-29libstore: remove worker removeGoaleldritch horrors
2024-09-29libstore: extract a real makeGoalCommoneldritch horrors
2024-09-29libstore: make non-cache goal pointers strongeldritch horrors
2024-09-29libstore: remove Goal::WaitForWorldeldritch horrors
2024-09-29libstore: have makeLocalDerivationGoal return unique_ptrseldritch horrors
2024-09-27libstore: turn Goal::WaitForGoals into a promiseeldritch horrors
2024-09-27libstore: replace Goal::WaitForSlot with semaphoreseldritch horrors
2024-09-27libstore: simplify Worker::waitForInputeldritch horrors
2024-09-27libstore: make waiting for a while a promiseeldritch horrors
2024-09-27libstore: turn builder output processing into event loopeldritch horrors
2024-09-08libstore: turn Worker in a kj event loop usereldritch horrors
2024-08-30libstore: rename Goal::Finished::result to exitCodeeldritch horrors
2024-08-30libstore: remove queryMissing call from Workereldritch horrors
2024-08-30libstore: use notifications for stats counterseldritch horrors
2024-08-30libstore: print dependency errors from DerivationGoaleldritch horrors
2024-08-30libstore: hide Worker goal factory methodseldritch horrors
2024-08-30libstore: add "is dependency" info to goaleldritch horrors
2024-08-25libstore: make Goal::ex a shared_ptreldritch horrors
2024-08-25libstore: diagnose local build failure in goaleldritch horrors
2024-08-19libstore: make Worker::childStarted privateeldritch horrors
2024-08-19libstore: move respect-timeoutiness to goal methodeldritch horrors
2024-08-18libstore: add explicit in-build-slot-ness to goalseldritch horrors
2024-08-08Merge changes I6358a393,I2d9f276b,Idd096dc9 into mainjade
2024-08-08Merge changes I526cceed,Ia4e2f1fa,I22e66972,I9fbd55a9,Ifca22e44 into mainjade
2024-08-08tree-wide: automated migration to charptr_castJade Lovelace
2024-08-08tree-wide: fix a pile of lintsJade Lovelace
2024-08-08refactor: make HashType and Base enum classes for type safetyJade Lovelace
2024-08-08libstore: make Worker status flags privateeldritch horrors
2024-08-08libstore: remove Goal::addWaiteeeldritch horrors