index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
build
/
substitution-goal.hh
Age
Commit message (
Expand
)
Author
2024-10-05
libstore: extract Worker::goalFinished specifics
eldritch horrors
2024-10-05
libstore: remove Goal::StillAlive
eldritch horrors
2024-10-01
libstore: make PathSubstitutionGoal::work *one* promise
eldritch horrors
2024-09-29
libstore: remove Goal::key
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: use notifications for stats counters
eldritch horrors
2024-08-30
libstore: add "is dependency" info to goal
eldritch horrors
2024-08-18
libstore: add explicit in-build-slot-ness to goals
eldritch horrors
2024-08-18
libstore: remove method without definition
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-22
libstore: use std::async instead of Goal threads
eldritch horrors
2023-08-25
Adapt scheduler to work with dynamic derivations
John Ericson
2023-08-11
Prevent overriding virtual methods that are called in a destructor
Yorick van Pelt
2023-05-08
introduces `Goal::jobCategory`
Matej Urbas
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
2022-04-06
Fix empty 'nix copy' error message
Eelco Dolstra
2022-03-08
Add Store::buildPathsWithResults()
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-04-07
PathSubstitutionGoal: Clean up pipe
Eelco Dolstra
2021-03-01
SubstitutionGoal -> PathSubstitutionGoal
regnat
2020-12-01
Move primeCache() to Worker::run()
Eelco Dolstra
2020-10-12
Trim substitution-goal.hh
John Ericson
2020-10-12
Rename to hand-hold git (substitution-goal.hh)
John Ericson