index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
build
/
local-derivation-goal.hh
Age
Commit message (
Expand
)
Author
2024-10-05
libstore: remove Goal::StillAlive
eldritch horrors
2024-10-01
libstore: turn DerivationGoal::work into *one* promise
eldritch horrors
2024-09-29
libstore: have makeLocalDerivationGoal return unique_ptrs
eldritch horrors
2024-09-27
libstore: turn builder output processing into event loop
eldritch horrors
2024-09-08
libstore: turn Worker in a kj event loop user
eldritch horrors
2024-08-30
libstore: add "is dependency" info to goal
eldritch horrors
2024-08-19
libstore: make Worker::childStarted private
eldritch horrors
2024-08-19
libstore: move respect-timeoutiness to goal method
eldritch horrors
2024-08-18
libstore: remove DerivationGoal::isReadDesc
eldritch horrors
2024-08-18
libstore: add explicit in-build-slot-ness to goals
eldritch horrors
2024-08-06
libstore: add LocalDerivationGoal setupSyscallFilter hook
Alois Wohlschlager
2024-08-02
libstore: return finishedness from Goal methods
eldritch horrors
2024-07-07
libstore: make LocalDerivationGoal::needsHashRewrite virtual
Artemis Tosini
2024-07-03
libstore: add LocalDerivationGoal startChild hook
Artemis Tosini
2024-07-03
libstore: Add LocalDerivationGoal prepareSandbox hook
Artemis Tosini
2024-06-23
libstore: Start creating LocalDerivationGoal subclasses
Artemis Tosini
2024-05-29
util.{hh,cc}: Split out processes.{hh,cc}
Tom Hubrecht
2024-03-29
Make things that can throw not noexcept anymore
Jade Lovelace
2024-03-04
Merge pull request #8965 from Artturin/bindfilesinchroot
eldritch horrors
2023-08-25
Introduce `OutputName` and `OutputNameView` type aliases
John Ericson
2023-08-11
Prevent overriding virtual methods that are called in a destructor
Yorick van Pelt
2023-04-15
Introduce `SingleDrvOutputs`
John Ericson
2023-04-07
Finish converting existing comments for internal API docs (#8146)
John Ericson
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-03-20
Open slave pseudoterminal before CLONE_NEWUSER
Eelco Dolstra
2023-03-15
Remove a variable in LocalDerivationGoal
Eelco Dolstra
2023-03-15
Change builderOut from Pipe to AutoCloseFD
Eelco Dolstra
2023-03-15
Move pseudoterminal slave open to child
Eelco Dolstra
2022-11-18
Get CPU stats from the cgroup
Eelco Dolstra
2022-11-18
Separate cgroup support from auto-uid-allocation
Eelco Dolstra
2022-11-17
Fix segfault in unprivileged mode
Eelco Dolstra
2022-11-10
Remove the SystemdCgroup feature
Eelco Dolstra
2022-11-08
Split auto UID allocation from cgroups
Eelco Dolstra
2022-11-03
Merge remote-tracking branch 'origin/master' into auto-uid-allocation
Eelco Dolstra
2022-03-08
Add Store::buildPathsWithResults()
Eelco Dolstra
2022-02-28
Merge remote-tracking branch 'upstream/master' into auto-uid-allocation
John Ericson
2022-02-28
Fix Darwin build
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-11-25
Make recursive-nix work even when not privileged
Las Safin
2021-09-15
Merge remote-tracking branch 'upstream/master' into auto-uid-allocation
Matthew Kenigsberg
2021-06-24
Make CA derivations compatible with recursive Nix
regnat
2021-04-27
Merge remote-tracking branch 'upstream/master' into auto-uid-allocation
John Ericson
2021-04-05
Rename Buildable
John Ericson
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2021-03-15
Properly sign the unresolved drvs
regnat
2021-02-26
Remove unused `redirectedBadOutputs`
John Ericson
2021-02-26
Remove temporary `#if 0...#endif` from previous commit
John Ericson
2021-02-26
Split {,local-}derivation-goal.{cc,hh}
John Ericson
2021-02-26
Copy {,local-}derivation-goal.{cc,h}
John Ericson