aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
AgeCommit message (Expand)Author
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
2024-09-29libstore: fix build testseldritch 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-26Merge changes Iaa2e0e9d,Ia973420f into mainjade
2024-09-26Fix passing custom CA files into the builtin:fetchurl sandboxPuck Meerburg
2024-09-25[security] builtin:fetchurl: Enable TLS verificationEelco Dolstra
2024-09-25main: log stack traces for std::terminateJade Lovelace
2024-09-21Merge "local-store: make extended attribute handling more robust" into mainalois31
2024-09-18util: fix brotli decompression of empty inputJade Lovelace
2024-09-14Merge "store: add a hint on how to fix Lix installs broken by macOS Sequoia" ...jade
2024-09-14Merge changes Ia1481da4,Ifca1d74d into mainjade
2024-09-14local-store: make extended attribute handling more robustAlois Wohlschlager
2024-09-14store: add a hint on how to fix Lix installs broken by macOS SequoiaJade Lovelace
2024-09-13archive: refactor bad mutable-state API in the NAR parse listenerJade Lovelace
2024-09-11archive: rename ParseSink to NARParseVisitorJade Lovelace
2024-09-09Merge changes If8ec210f,I6e2851b2 into mainalois31
2024-09-08libstore: turn Worker in a kj event loop usereldritch horrors
2024-09-02libstore: declare SandboxMode JSON serialisation in the headerAlois Wohlschlager
2024-09-01Clarify that `diff-hook` no longer needs to be an absolute pathRebecca Turner
2024-09-01Merge changes I5566a985,I88cf53d3 into mainrebecca “wiggles” turner
2024-08-30libstore: add build result to Goal::Finishedeldritch horrors
2024-08-30libstore: rename Goal::Finished::result to exitCodeeldritch horrors