lix/src/libstore/build
eldritch horrors 1a002d1a11 libstore: de-callback-ify CA realisation substitution
this is the *only* real user of file transfer download completion
callbacks, and a pretty spurious user at that (seeing how nothing
here is even turned on by default and indeed a dependency of path
substitution which *isn't* async, and concurrency-limited). it'll
be a real pain to keep this around, and realistically it would be
a lot better to overhaul substitution in general to be *actually*
async. that requires a proper async framework footing though, and
we don't have anything of the sort, but it's also blocking *that*

Change-Id: I1bf671f217c654a67377087607bf608728cbfc83
2024-05-09 23:18:05 +02:00
..
derivation-goal.cc fix probable format bug in DerivationGoal::buildDone 2024-04-15 23:09:40 +00:00
derivation-goal.hh Make things that can throw not noexcept anymore 2024-03-29 20:26:38 -07:00
drv-output-substitution-goal.cc libstore: de-callback-ify CA realisation substitution 2024-05-09 23:18:05 +02:00
drv-output-substitution-goal.hh libstore: de-callback-ify CA realisation substitution 2024-05-09 23:18:05 +02:00
entry-points.cc libexpr: Support structured error classes 2024-03-09 04:47:05 -07:00
goal.cc Adapt scheduler to work with dynamic derivations 2023-08-25 10:01:25 -04:00
goal.hh Make things that can throw not noexcept anymore 2024-03-29 20:26:38 -07:00
hook-instance.cc libutil: make AutoCloseFD a better resource 2024-03-18 15:42:52 -06:00
hook-instance.hh Finish converting existing comments for internal API docs (#8146) 2023-04-07 13:55:28 +00:00
local-derivation-goal.cc Fix /etc/group having desynced IDs from the actual UID in the sandbox 2024-05-04 17:36:50 -07:00
local-derivation-goal.hh Make things that can throw not noexcept anymore 2024-03-29 20:26:38 -07:00
personality.cc Also set the PER_LINUX32 personality flag on armv5tel-linux 2023-06-02 03:04:13 -06:00
personality.hh Add pre-commit checks 2024-03-29 22:57:40 -07:00
sandbox-defaults.sb Merge pull request #9641 from amarshall/darwin-sandbox-stderr 2024-03-04 07:26:03 +01:00
sandbox-minimal.sb Move macOS sandbox files to sr/libstore/build 2023-01-04 04:50:45 -08:00
sandbox-network.sb Move macOS sandbox files to sr/libstore/build 2023-01-04 04:50:45 -08:00
substitution-goal.cc util.hh: split out signals stuff 2024-03-11 00:52:09 -07:00
substitution-goal.hh Adapt scheduler to work with dynamic derivations 2023-08-25 10:01:25 -04:00
worker.cc util.hh: split out signals stuff 2024-03-11 00:52:09 -07:00
worker.hh libstore: limit CA realisation info substitution concurrency 2024-05-07 14:35:20 +00:00