aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
2024-10-23Merge changes I29e66ad8,I77ea62cd,I7cd58d92 into mainHEADmainalois31
2024-10-23libstore: turn Worker::run into a promiseeldritch horrors
2024-10-23libstore: hide Worker and goals where possibleeldritch horrors
2024-10-23libstore: return relevant store path in goal resulteldritch horrors
2024-10-23libstore: restrict curl protocolseldritch horrors
2024-10-22libstore: move failingExitStatus into worker resultseldritch horrors
2024-10-22libstore: clear derivation build activities when doneeldritch horrors
2024-10-20libstore: add missing #include on darwinLily Ballard
2024-10-20libstore: fix sign comparison warnings in darwin platformLily Ballard
2024-10-19libstore: always release build/substitution slot tokenseldritch horrors
2024-10-15treewide: make more settings conditionally availableAlois Wohlschlager
2024-10-15libstore/build: only send overridden settings to the build hookAlois Wohlschlager
2024-10-15treewide: consistently mark overridden settings as suchAlois Wohlschlager
2024-10-14ssh-ng: better way to keep SSH errors visibleMaximilian Bosch
2024-10-12worker: respect C-c on `sudo nix-build`Maximilian Bosch
2024-10-08Fix gcc warning -Wmissing-field-initializersLulu
2024-10-08Merge "Avoid calling memcpy when len == 0 in filetransfer.cc" into mainLulu
2024-10-08Fix gcc warning -Wsign-compareLulu
2024-10-08Avoid calling memcpy when len == 0 in filetransfer.ccLulu
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: move Goal::ex to WorkResulteldritch horrors
2024-10-05libstore: move Goal::buildResult to WorkResulteldritch horrors
2024-10-05libstore: move Goal::exitCode to WorkResulteldritch 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-05Merge "Split ignoreException to avoid suppressing CTRL-C" into mainrebecca “wiggles” turner
2024-10-04libstore: forbid addWantedGoals when finishedeldritch horrors
2024-10-01Split ignoreException to avoid suppressing CTRL-CRobert Hensing
2024-10-01libstore: turn DerivationGoal::work into *one* promiseeldritch horrors
2024-10-01libstore: turn DrvOutputSubstitutionGoal::work into *one* promiseeldritch horrors
2024-10-01libstore: make PathSubstitutionGoal::work *one* promiseeldritch 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: remove Goal::keyeldritch horrors
2024-09-29libstore: make non-cache goal pointers strongeldritch horrors
2024-09-29libstore: remove Goal::WaitForWorldeldritch horrors