aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/remote-store.cc
AgeCommit message (Expand)Author
2012-10-03Drop support for running nix-worker in "slave" modeEelco Dolstra
2012-10-03Add a ‘--repair’ flag to nix-instantiateEelco Dolstra
2012-10-02Add a --repair flag to ‘nix-store -r’ to repair derivation outputsEelco Dolstra
2012-09-13RemoteStore::connectToDaemon(): Set close-on-exec flagEelco Dolstra
2012-08-27Merge branch 'master' into no-manifestsEelco Dolstra
2012-08-01Drop the block count in the garbage collectorEelco Dolstra
2012-07-31Pass all --option flags to the daemonEelco Dolstra
2012-07-30Refactor settings processingEelco Dolstra
2012-07-30WhitespaceEelco Dolstra
2012-07-18Merge branch 'master' into no-manifestsEelco Dolstra
2012-07-17Add function queryPathFromHashPart()Eelco Dolstra
2012-07-11Replace hasSubstitutes() with querySubstitutablePaths()Eelco Dolstra
2012-07-11Add a function queryValidPaths()Eelco Dolstra
2012-07-11Rename queryValidPaths() to queryAllValidPaths()Eelco Dolstra
2012-07-11Implement querySubstitutablePathInfos() in the daemonEelco Dolstra
2012-07-06download-from-binary-cache: parallelise fetching of NAR info filesEelco Dolstra
2012-06-27nix-store -r: do substitutions in parallelEelco Dolstra
2012-05-29Reserve some disk space for the garbage collectorEelco Dolstra
2012-04-30* Add an option ‘build-use-substitutes’, which can be set to ‘false’Eelco Dolstra
2012-03-26Remove the --max-links GC optionEelco Dolstra
2012-02-09Use data() instead of c_str() where appropriateEelco Dolstra
2011-12-20* Fix the build.Eelco Dolstra
2011-12-16* Sync with the trunk.Eelco Dolstra
2011-12-16* importPath() -> importPaths(). Because of buffering of the inputEelco Dolstra
2011-12-16* Make the import operation through the daemon much more efficientEelco Dolstra
2011-12-15* Refactoring: move sink/source buffering into separate classes.Eelco Dolstra
2011-12-14* Buffer writes in FdSink. This significantly reduces the number ofEelco Dolstra
2011-12-01* When doing "nix-store --add-fixed" without "--recursive" via the NixEelco Dolstra
2011-11-06Include all outputs of derivations in the closure of explicitly-passed deriva...Shea Levy
2011-04-19* Handle error messages from the Nix worker containing the `%'Eelco Dolstra
2010-12-17* Propagate the "100" exit status for failed builds through the NixEelco Dolstra
2010-11-17* Before a build, show the disk space that the downloaded store pathsEelco Dolstra
2010-11-17* Implement RemoteStore::queryPathInfo().Eelco Dolstra
2010-11-16* Store the size of a store path in the database (to be precise, theEelco Dolstra
2010-08-30* When using the build hook, distinguish between the stderr of theEelco Dolstra
2010-08-24* Sync with the trunk.Eelco Dolstra
2010-08-12* Make --cores work when building through the Nix daemon.Eelco Dolstra
2010-08-04* Sync with the trunk.Eelco Dolstra
2010-06-24Include <cstring> to ensure that strcpy(), strlen(), and memset() are declared.Peter Simons
2010-05-04* Allow unprivileged users to do `nix-store --clear-failed-paths' andEelco Dolstra
2010-02-26* Implement RemoteStore::queryValidPaths().Eelco Dolstra
2010-02-25* Implement RemoteStore::queryDerivationOutputs().Eelco Dolstra
2010-02-22* Get derivation outputs from the database instead of the .drv file,Eelco Dolstra
2009-11-20* Remove the --use-atime / --max-atime garbage collector flags. ManyEelco Dolstra
2009-04-21* Use foreach in a lot of places.Eelco Dolstra
2008-12-16* Pass --use-atime / --max-atime to the daemon.Eelco Dolstra
2008-12-11* Open the connection to the daemon lazily (on demand) so thatEelco Dolstra
2008-12-03* Pass HashType values instead of strings.Eelco Dolstra
2008-12-03* Unify the treatment of sources copied to the store, and recursiveEelco Dolstra
2008-11-12* Some somewhat ad hoc mechanism to allow the build farm to monitorEelco Dolstra