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-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
2021-12-08
Better diagnostics if no valid signature found
Gavin Ray
2021-09-30
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2021-07-22
copyPaths: Pass store by reference
Eelco Dolstra
2021-04-07
PathSubstitutionGoal: Clean up pipe
Eelco Dolstra
2021-04-05
Merge branch 'master' into path-info
John Ericson
2021-03-15
pathInfoIsTrusted -> pathInfoIsUntrusted
regnat
2021-03-01
SubstitutionGoal -> PathSubstitutionGoal
regnat
2021-02-25
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2021-01-25
Merge pull request #4467 from edolstra/error-formatting
Eelco Dolstra
2021-01-21
Improve error formatting
Eelco Dolstra
2021-01-15
Make public keys and `requireSigs` local-store specific again
John Ericson
2020-10-13
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2020-10-12
Change .cc files to use split build headers
John Ericson
2020-10-11
Trim build/substitution-goal.cc
John Ericson
2020-10-11
Rename to hand-hold git (build/substitution-goal.cc)
John Ericson