aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/misc.cc
AgeCommit message (Expand)Author
2020-03-29Use `enum struct` and drop prefixesJohn Ericson
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-10-29queryPathInfoUncached(): Return const ValidPathInfoEelco Dolstra
2019-10-09OCD performance fix: {find,count}+insert => insertEelco Dolstra
2019-09-03Support allowSubstitutes attribute in structured attribute derivationsEelco Dolstra
2018-05-30Simplify the callback mechanismEelco Dolstra
2017-08-31Call queryMissing() prior to buildingEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-11-10Store::computeFSClosure(): Support a set of pathsEelco Dolstra
2016-09-16Make computeFSClosure() single-threaded againEelco Dolstra
2016-07-21Store::queryMissing(): Use a thread poolEelco Dolstra
2016-07-21Store::computeFSClosure(): Use thread poolEelco Dolstra
2016-06-03Consistent quotesEelco Dolstra
2016-06-03Show both cycle endsNikolay Amiantov
2016-06-02Make derivationFromPath work on diverted storesEelco Dolstra
2016-04-19Move path info caching from BinaryCacheStore to StoreEelco Dolstra
2016-02-04StoreAPI -> StoreEelco Dolstra
2016-02-04Eliminate the "store" global variableEelco Dolstra
2015-07-17OCD: foreach -> C++11 ranged forEelco Dolstra
2015-06-04Allow substitutes for builds that have preferLocalBuild setEelco Dolstra
2014-08-20Use proper quotes everywhereEelco Dolstra
2014-04-08If a .drv cannot be parsed, show its pathEelco Dolstra
2013-06-20Don't substitute derivations that have preferLocalBuild setEelco Dolstra
2012-12-20nix-store -q --roots: Respect the gc-keep-outputs/gc-keep-derivations settingsEelco Dolstra
2012-11-26queryMissing(): Handle partially valid derivationsEelco Dolstra
2012-11-26Only substitute wanted outputs of a derivationEelco Dolstra
2012-11-26Make "nix-build -A <derivation>.<output>" do the right thingEelco Dolstra
2012-07-30Refactor settings processingEelco Dolstra
2012-07-06download-from-binary-cache: parallelise fetching of NAR info filesEelco Dolstra
2012-04-30* Add an option ‘build-use-substitutes’, which can be set to ‘false’Eelco Dolstra
2011-12-30* Oops.Eelco Dolstra
2011-12-30* Move topoSortPaths() out of gc.cc.Eelco Dolstra
2011-08-31* Eliminate all uses of the global variable ‘store’ from libstore.Eelco Dolstra
2010-11-17* Before a build, show the disk space that the downloaded store pathsEelco Dolstra
2010-05-12* Sync with the trunk.Eelco Dolstra
2010-04-19* Don't use the ATerm library for parsing/printing .drv files.Eelco Dolstra
2010-02-22* Get derivation outputs from the database instead of the .drv file,Eelco Dolstra
2010-01-25* Made `nix-store -qR --include-outputs' much faster if there areEelco Dolstra
2009-04-21* Use foreach in a lot of places.Eelco Dolstra
2008-08-04* nix-env --dry-run: show the total size of the substituterEelco Dolstra
2008-08-04* querySubstitutablePathInfo: work properly when run via the daemon.Eelco Dolstra
2008-08-02* Make nix-env --dry-run print the paths to be substituted correctlyEelco Dolstra
2008-06-09* Merged the no-bdb branch (-r10900:HEADEelco Dolstra
2007-08-12* Get rid of the substitutes database table (NIX-47). Instead, if weEelco Dolstra
2006-11-30* More remote operations.Eelco Dolstra
2006-11-30* Put building in the store API.Eelco Dolstra
2006-11-30* Refactoring. There is now an abstract interface class StoreAPIEelco Dolstra
2006-09-04* Remove unnecessary inclusions of aterm2.h.Eelco Dolstra