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
2023-01-15
Try to fix build failure
John Ericson
2023-01-11
Make it hard to construct an empty `OutputsSpec::Names`
John Ericson
2023-01-11
Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former more
John Ericson
2022-05-04
Get rid of most `.at` calls (#6393)
Alain Zscheile
2022-03-31
Support fixed-output derivations depending on impure derivations
Eelco Dolstra
2022-03-17
Clean up `DerivationOutput`, and headers
John Ericson
2021-12-13
queryMissing(): Use a bigger thread pool
Eelco Dolstra
2021-10-14
Cleanup
Eelco Dolstra
2021-09-30
`std::visit` by reference
John Ericson
2021-06-23
Merge pull request #4906 from NixOS/collect-garbage-ca
Eelco Dolstra
2021-06-23
Pass more values by reference
Théophane Hufschmitt
2021-06-12
Don’t check the `deriver` field on computeFSClosure
regnat
2021-06-11
Make `computeFSClosure` ca-aware
regnat
2021-05-26
Aso track the output path of the realisation dependencies
regnat
2021-05-26
Properly track the drvoutput references when building
regnat
2021-05-19
Extract a generic `computeClosure` function
regnat
2021-04-05
Rename Buildable
John Ericson
2021-04-05
"newtype" BuildableReq
John Ericson
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
[next]