aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/misc.cc
AgeCommit message (Expand)Author
2020-09-21Move Callback into its own headerEelco Dolstra
2020-08-20Rename drv output querying functions, like masterJohn Ericson
2020-08-07Squashed get CA derivations buildingJohn Ericson
2020-08-05Make names more consistentJohn Ericson
2020-08-05Merge pull request #3864 from obsidiansystems/more-topo-sortEelco Dolstra
2020-07-30Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-07-30unsigned long long -> uint64_tEelco Dolstra
2020-07-27Abstract out topo sorting logicJohn Ericson
2020-07-08Only store hash of fixed derivation outputMatthew Bauer
2020-06-22Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-06-19Replace error message in getDerivationCAMatthew Bauer
2020-06-19Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-06-17Add StorePathCAMap for querySubstitutablePathInfosMatthew Bauer
2020-06-17Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-06-13Correctly substitute from different storeDirMatthew Bauer
2020-06-12Allow substituting from different storeDirMatthew Bauer
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