index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
build
/
substitution-goal.cc
Age
Commit message (
Expand
)
Author
2024-10-23
libstore: return relevant store path in goal result
eldritch horrors
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
Split ignoreException to avoid suppressing CTRL-C
Robert Hensing
2024-10-01
libstore: make PathSubstitutionGoal::work *one* promise
eldritch horrors
2024-09-29
libstore: merge ContinueImmediately and StillAlive
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: don't ContinueImmediately where we can tail call
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::wakeUp private
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: 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-07-22
libstore: use std::async instead of Goal threads
eldritch horrors
2024-06-23
libutil: remove sinkToSource eof callback
eldritch horrors
2024-03-11
util.hh: split out signals stuff
Jade Lovelace
2024-03-04
Merge pull request #9687 from edolstra/withFramedSink-ctrl-c-hang
eldritch horrors
2023-05-14
`max-substitution-jobs` release note entry
Matej Urbas
2023-05-07
`max-substitution-jobs` setting
Matej Urbas
2023-03-30
Use "raw pattern" for content address types
John Ericson
2023-01-23
Don't add `StorePathDescriptor` for now
John Ericson
2023-01-14
Make `ValidPathInfo` have plain `StorePathSet` references like before
John Ericson
2023-01-06
Do big rename to clean up code
John Ericson
2023-01-06
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2022-06-23
Fix typo
Eelco Dolstra
2022-06-15
libstore: improve warning message on missing sig
Lorenzo Manacorda
2022-04-19
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2022-04-06
Fix empty 'nix copy' error message
Eelco Dolstra
2022-03-10
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
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-12-10
Incorporate suggestions from @edolstra
Gavin Ray
[next]