index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
worker-protocol.hh
Age
Commit message (
Expand
)
Author
2020-07-30
Merge remote-tracking branch 'origin/master' into substitute-other-storedir
Matthew Bauer
2020-07-29
Fix RemoteStore::addToStore() latency
Eelco Dolstra
2020-07-02
Merge remote-tracking branch 'origin/master' into substitute-other-storedir
Matthew Bauer
2020-06-24
Add a way to get all the outputs of a derivation with their label
regnat
2020-06-22
Merge remote-tracking branch 'origin/master' into substitute-other-storedir
Matthew Bauer
2020-06-19
Update worker protocol to support sending storepath maps
Matthew Bauer
2020-06-12
Remove Store::queryDerivationOutputNames()
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-10-30
minor: fix mismatch of struct/class forward decl of 'Source'
Will Dietz
2019-10-29
Move most of the daemon implementation to libstore
Eelco Dolstra
2018-05-30
Make 'nix copy --to daemon' run in constant memory (daemon side)
Eelco Dolstra
2017-08-28
Don't send progress messages to older clients
Eelco Dolstra
2017-08-28
Tunnel progress messages from the daemon to the client
Eelco Dolstra
2017-04-06
Implement RemoteStore::queryMissing()
Eelco Dolstra
2016-11-09
Merge branch 'ssh-store' of https://github.com/shlevy/nix
Eelco Dolstra
2016-09-02
Implement nar-based addToStore for remote-store
Shea Levy
2016-09-02
Add narFromPath op to nix daemon
Shea Levy
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
2016-05-04
Add a Store::addToStore() variant that accepts a NAR
Eelco Dolstra
2016-04-20
RemoteStore: Propagate InvalidPath exceptions from the daemon
Eelco Dolstra
2016-04-19
Move path info caching from BinaryCacheStore to Store
Eelco Dolstra
2016-04-05
Add "nix copy-sigs" command
Eelco Dolstra
2016-03-30
LocalStore: Keep track of ultimately trusted paths
Eelco Dolstra
2015-12-02
daemon: Add 'buildMode' parameter to 'buildPaths' RPC
Ludovic Courtès
2015-09-03
Implement buildDerivation() via the daemon
Eelco Dolstra
2015-06-02
Add a ‘verifyStore’ RPC
Ludovic Courtès
2014-09-01
Add an 'optimiseStore' remote procedure call.
Ludovic Courtès
2014-07-24
Remove some dead code
Eelco Dolstra
2013-08-07
Run the daemon worker on the same CPU as the client
Eelco Dolstra
2013-03-08
Revert "Prevent config.h from being clobbered"
Eelco Dolstra
2013-03-07
Prevent config.h from being clobbered
Eelco Dolstra
2013-02-19
Add `Settings::nixDaemonSocketFile'.
Ludovic Courtès
2012-12-20
nix-store -q --roots: Respect the gc-keep-outputs/gc-keep-derivations settings
Eelco Dolstra
2012-07-30
Whitespace
Eelco Dolstra
2012-07-26
Merge branch 'master' into no-manifests
Eelco Dolstra
2012-07-18
Use "#pragma once" to prevent repeated header file inclusion
Eelco Dolstra
2012-07-18
Merge branch 'master' into no-manifests
Eelco Dolstra
2012-07-17
Add function queryPathFromHashPart()
Eelco Dolstra
2012-07-11
Replace hasSubstitutes() with querySubstitutablePaths()
Eelco Dolstra
2012-07-11
Add a function queryValidPaths()
Eelco Dolstra
2012-07-11
Rename queryValidPaths() to queryAllValidPaths()
Eelco Dolstra
2012-07-11
Implement querySubstitutablePathInfos() in the daemon
Eelco Dolstra
2012-06-27
nix-store -r: do substitutions in parallel
Eelco Dolstra
2012-05-29
Reserve some disk space for the garbage collector
Eelco Dolstra
2012-04-30
* Add an option ‘build-use-substitutes’, which can be set to ‘false’
Eelco Dolstra
2011-12-16
* Sync with the trunk.
Eelco Dolstra
2011-12-16
* importPath() -> importPaths(). Because of buffering of the input
Eelco Dolstra
2011-12-16
* Make the import operation through the daemon much more efficient
Eelco Dolstra
2011-11-06
Include all outputs of derivations in the closure of explicitly-passed deriva...
Shea Levy
2010-12-17
* Propagate the "100" exit status for failed builds through the Nix
Eelco Dolstra
[next]