aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-10-18libexpr: Fix typo in error messagepiegames
2024-10-18libexpr: Optimize complex indented stringspiegames
2024-10-18libexpr: Print interpolations more accurately in `show`piegames
2024-10-18libexpr: Rewrite stripIndentation for indented stringspiegames
2024-10-18libexpr: move parser semantics into separate filepiegames
2024-10-18libexpr: rename grammar to grammar::v1piegames
2024-10-15Merge "Fix std::terminate call in thread pool" into mainjade
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-09Fix std::terminate call in thread poolJade Lovelace
2024-10-09Merge "Remove static initializers for `RegisterLegacyCommand`" into mainjade
2024-10-09Merge changes Ib27cb43d,I03687b8b into mainjade
2024-10-08Set c++ version to c++23Lulu
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-04Remove some outdated `make test` invocation suggestionsJade Lovelace
2024-10-04libstore: forbid addWantedGoals when finishedeldritch horrors
2024-10-01Remove static initializers for `RegisterLegacyCommand`Rebecca Turner
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-30Merge "fix(nix fmt): remove the default "." argument" into mainJonas Chevalier
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