index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
misc.cc
Age
Commit message (
Expand
)
Author
2021-04-05
Use `BuildableReq` for `buildPaths` and `ensurePath`
John Ericson
2021-03-05
Avoid some StorePath -> Path -> StorePath roundtrips
John Ericson
2020-09-21
Move Callback into its own header
Eelco Dolstra
2020-08-20
Rename drv output querying functions, like master
John Ericson
2020-08-07
Squashed get CA derivations building
John Ericson
2020-08-05
Make names more consistent
John Ericson
2020-08-05
Merge pull request #3864 from obsidiansystems/more-topo-sort
Eelco Dolstra
2020-07-30
Merge remote-tracking branch 'origin/master' into substitute-other-storedir
Matthew Bauer
2020-07-30
unsigned long long -> uint64_t
Eelco Dolstra
2020-07-27
Abstract out topo sorting logic
John Ericson
2020-07-08
Only store hash of fixed derivation output
Matthew Bauer
2020-06-22
Merge remote-tracking branch 'origin/master' into substitute-other-storedir
Matthew Bauer
2020-06-19
Replace error message in getDerivationCA
Matthew Bauer
2020-06-19
Merge remote-tracking branch 'origin/master' into substitute-other-storedir
Matthew Bauer
2020-06-17
Add StorePathCAMap for querySubstitutablePathInfos
Matthew Bauer
2020-06-17
Merge remote-tracking branch 'origin/master' into substitute-other-storedir
Matthew Bauer
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-06-13
Correctly substitute from different storeDir
Matthew Bauer
2020-06-12
Allow substituting from different storeDir
Matthew Bauer
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-10-29
queryPathInfoUncached(): Return const ValidPathInfo
Eelco Dolstra
2019-10-09
OCD performance fix: {find,count}+insert => insert
Eelco Dolstra
2019-09-03
Support allowSubstitutes attribute in structured attribute derivations
Eelco Dolstra
2018-05-30
Simplify the callback mechanism
Eelco Dolstra
2017-08-31
Call queryMissing() prior to building
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-11-10
Store::computeFSClosure(): Support a set of paths
Eelco Dolstra
2016-09-16
Make computeFSClosure() single-threaded again
Eelco Dolstra
2016-07-21
Store::queryMissing(): Use a thread pool
Eelco Dolstra
2016-07-21
Store::computeFSClosure(): Use thread pool
Eelco Dolstra
2016-06-03
Consistent quotes
Eelco Dolstra
2016-06-03
Show both cycle ends
Nikolay Amiantov
2016-06-02
Make derivationFromPath work on diverted stores
Eelco Dolstra
2016-04-19
Move path info caching from BinaryCacheStore to Store
Eelco Dolstra
2016-02-04
StoreAPI -> Store
Eelco Dolstra
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
2015-06-04
Allow substitutes for builds that have preferLocalBuild set
Eelco Dolstra
2014-08-20
Use proper quotes everywhere
Eelco Dolstra
2014-04-08
If a .drv cannot be parsed, show its path
Eelco Dolstra
2013-06-20
Don't substitute derivations that have preferLocalBuild set
Eelco Dolstra
2012-12-20
nix-store -q --roots: Respect the gc-keep-outputs/gc-keep-derivations settings
Eelco Dolstra
2012-11-26
queryMissing(): Handle partially valid derivations
Eelco Dolstra
2012-11-26
Only substitute wanted outputs of a derivation
Eelco Dolstra
2012-11-26
Make "nix-build -A <derivation>.<output>" do the right thing
Eelco Dolstra
2012-07-30
Refactor settings processing
Eelco Dolstra
2012-07-06
download-from-binary-cache: parallelise fetching of NAR info files
Eelco Dolstra
2012-04-30
* Add an option ‘build-use-substitutes’, which can be set to ‘false’
Eelco Dolstra
[next]