index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
build
/
drv-output-substitution-goal.cc
Age
Commit message (
Expand
)
Author
2024-10-05
libstore: move Goal::buildResult to WorkResult
eldritch horrors
2024-10-05
libstore: have goals promise WorkResults, not void
eldritch horrors
2024-10-05
libstore: extract Worker::goalFinished specifics
eldritch horrors
2024-10-05
libstore: remove Goal::StillAlive
eldritch horrors
2024-10-01
libstore: turn DrvOutputSubstitutionGoal::work into *one* promise
eldritch horrors
2024-09-29
libstore: merge ContinueImmediately and StillAlive
eldritch horrors
2024-09-29
libstore: remove Goal::key
eldritch horrors
2024-09-29
libstore: remove Goal::WaitForWorld
eldritch horrors
2024-09-27
libstore: turn Goal::WaitForGoals into a promise
eldritch horrors
2024-09-27
libstore: replace Goal::WaitForSlot with semaphores
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 build result to Goal::Finished
eldritch horrors
2024-08-30
libstore: use notifications for stats counters
eldritch horrors
2024-08-30
libstore: hide Worker goal factory methods
eldritch horrors
2024-08-30
libstore: add "is dependency" info to goal
eldritch horrors
2024-08-25
libstore: remove unused Goal ctor parameter
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: add explicit in-build-slot-ness to goals
eldritch horrors
2024-08-08
libstore: remove Goal::addWaitee
eldritch horrors
2024-08-08
libstore: make Worker::waitForBuildSlot private
eldritch horrors
2024-08-02
libstore: move Goal::amDone to Worker
eldritch horrors
2024-08-02
libstore: return finishedness from Goal methods
eldritch horrors
2024-07-30
libstore: count all substitutions toward the same limit
eldritch horrors
2024-07-30
libstore: always wake up goals on EOF
eldritch horrors
2024-07-30
libstore: simplify substitution handleEOF
eldritch horrors
2024-07-29
libstore: remove Worker::updateProgress
eldritch horrors
2024-05-10
libutil: remove callback.hh
eldritch horrors
2024-05-09
libstore: de-callback-ify CA realisation substitution
eldritch horrors
2024-05-07
libstore: limit CA realisation info substitution concurrency
eldritch horrors
2023-03-08
Fix crash/hang with CA derivations
Eelco Dolstra
2022-04-06
Fix empty 'nix copy' error message
Eelco Dolstra
2022-03-09
BuildResult: Use DerivedPath
Eelco Dolstra
2022-03-08
Add Store::buildPathsWithResults()
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-11-03
Make the DrvOutputSubstitutionGoal more async
regnat
2021-06-23
Display the diverging paths in case of a realisation mismatch
regnat
2021-06-23
Gracefully ignore a substituter if it holds an incompatible realisation
regnat
2021-05-26
Recursively substitute the realisations
regnat
2021-03-01
Allow substituting drv outputs when building
regnat