about summary refs log tree commit diff
path: root/src/libstore/worker-protocol.hh (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-28 Don't send progress messages to older clientsEelco Dolstra1-1/+1
2017-08-28 Tunnel progress messages from the daemon to the clientEelco Dolstra1-0/+3
2017-04-06 Implement RemoteStore::queryMissing()Eelco Dolstra1-2/+3
2016-11-09 Merge branch 'ssh-store' of https://github.com/shlevy/nixEelco Dolstra1-1/+3
2016-09-02 Implement nar-based addToStore for remote-storeShea Levy1-1/+2
2016-09-02 Add narFromPath op to nix daemonShea Levy1-0/+1
2016-06-01 Make the store directory a member variable of StoreEelco Dolstra1-2/+2
2016-05-04 Add a Store::addToStore() variant that accepts a NAREelco Dolstra1-2/+2
2016-04-20 RemoteStore: Propagate InvalidPath exceptions from the daemonEelco Dolstra1-1/+1
2016-04-19 Move path info caching from BinaryCacheStore to StoreEelco Dolstra1-3/+3
2016-04-05 Add "nix copy-sigs" commandEelco Dolstra1-0/+1
2016-03-30 LocalStore: Keep track of ultimately trusted pathsEelco Dolstra1-1/+1
2015-12-02 daemon: Add 'buildMode' parameter to 'buildPaths' RPCLudovic Courtès1-1/+1
2015-09-03 Implement buildDerivation() via the daemonEelco Dolstra1-1/+2
2015-06-02 Add a ‘verifyStore’ RPCLudovic Courtès1-1/+2
2014-09-01 Add an 'optimiseStore' remote procedure call.Ludovic Courtès1-0/+1
2014-07-24 Remove some dead codeEelco Dolstra1-1/+0
2013-08-07 Run the daemon worker on the same CPU as the clientEelco Dolstra1-1/+1
2013-03-08 Revert "Prevent config.h from being clobbered"Eelco Dolstra1-8/+0
2013-03-07 Prevent config.h from being clobberedEelco Dolstra1-0/+8
2013-02-19 Add `Settings::nixDaemonSocketFile'.Ludovic Courtès1-8/+0
2012-12-20 nix-store -q --roots: Respect the gc-keep-outputs/gc-keep-derivations settingsEelco Dolstra1-1/+2
2012-07-30 WhitespaceEelco Dolstra1-1/+1
2012-07-26 Merge branch 'master' into no-manifestsEelco Dolstra1-6/+1
2012-07-18 Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra1-6/+1
2012-07-18 Merge branch 'master' into no-manifestsEelco Dolstra1-3/+4
2012-07-17 Add function queryPathFromHashPart()Eelco Dolstra1-0/+1
2012-07-11 Replace hasSubstitutes() with querySubstitutablePaths()Eelco Dolstra1-0/+1
2012-07-11 Add a function queryValidPaths()Eelco Dolstra1-0/+1
2012-07-11 Rename queryValidPaths() to queryAllValidPaths()Eelco Dolstra1-1/+1
2012-07-11 Implement querySubstitutablePathInfos() in the daemonEelco Dolstra1-1/+2
2012-06-27 nix-store -r: do substitutions in parallelEelco Dolstra1-1/+1
2012-05-29 Reserve some disk space for the garbage collectorEelco Dolstra1-1/+1
2012-04-30 * Add an option ‘build-use-substitutes’, which can be set to ‘false’Eelco Dolstra1-1/+1
2011-12-16 * Sync with the trunk.Eelco Dolstra1-4/+4
2011-12-16 * importPath() -> importPaths(). Because of buffering of the inputEelco Dolstra1-2/+2
2011-12-16 * Make the import operation through the daemon much more efficientEelco Dolstra1-1/+1
2011-11-06 Include all outputs of derivations in the closure of explicitly-passed deriva...Shea Levy1-0/+1
2010-12-17 * Propagate the "100" exit status for failed builds through the NixEelco Dolstra1-1/+1
2010-11-17 * Before a build, show the disk space that the downloaded store pathsEelco Dolstra1-1/+1
2010-11-17 * Implement RemoteStore::queryPathInfo().Eelco Dolstra1-0/+1
2010-08-24 * Sync with the trunk.Eelco Dolstra1-1/+1
2010-08-12 * Make --cores work when building through the Nix daemon.Eelco Dolstra1-1/+1
2010-05-04 * Allow unprivileged users to do `nix-store --clear-failed-paths' andEelco Dolstra1-0/+2
2010-02-26 * Implement RemoteStore::queryValidPaths().Eelco Dolstra1-0/+1
2010-02-25 * Implement RemoteStore::queryDerivationOutputs().Eelco Dolstra1-0/+1
2008-12-16 * Pass --use-atime / --max-atime to the daemon.Eelco Dolstra1-1/+1
2008-11-11 * Pass the --no-build-output flag to the daemon.Eelco Dolstra1-1/+1
2008-08-14 * Backward compatibility check to prevent nixos-rebuild from barfingEelco Dolstra1-1/+1
2008-08-04 * querySubstitutablePathInfo: work properly when run via the daemon.Eelco Dolstra1-0/+1