index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
daemon.cc
Age
Commit message (
Expand
)
Author
2020-06-15
Merge branch 'errors-phase-2' of https://github.com/bburdette/nix
Eelco Dolstra
2020-06-12
Add Store::readDerivation() convenience function
Eelco Dolstra
2020-06-12
Remove Store::queryDerivationOutputNames()
Eelco Dolstra
2020-06-11
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-06-04
Add error message when FileIngestionMethod is out of bounds
Matthew Bauer
2020-05-29
Merge remote-tracking branch 'upstream/master' into errors-phase-2
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-04-19
logEI for tunnelLogger and progressbar
Ben Burdette
2020-04-17
logError, logWarning; Logger functions; switch to Verbosity enum
Ben Burdette
2020-03-29
Replace some `bool recursive` with a new `FileIngestionMethod` enum
John Ericson
2019-12-16
nix-store -r: Handle symlinks to store paths
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-11-06
Recursive Nix support
Eelco Dolstra
2019-10-29
Move addToStoreFromDump to Store
Eelco Dolstra
2019-10-29
Don't create a Store in processConnection()
Eelco Dolstra
2019-10-29
Move most of the daemon implementation to libstore
Eelco Dolstra