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-06
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2022-05-04
Get rid of most `.at` calls (#6393)
Alain Zscheile
2022-04-19
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2022-03-31
Support fixed-output derivations depending on impure derivations
Eelco Dolstra
2022-03-25
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2022-03-17
Clean up `DerivationOutput`, and headers
John Ericson
2022-03-10
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2021-12-13
queryMissing(): Use a bigger thread pool
Eelco Dolstra
2021-10-14
Cleanup
Eelco Dolstra
2021-10-01
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2021-09-30
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
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
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2021-04-05
Merge commit '9dfb97c987d8b9d6a3d15f016e40f22f91deb764' into path-info
John Ericson
2021-04-05
Merge branch 'master' into path-info
John Ericson
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-23
Merge remote-tracking branch 'upstream/master' into path-info
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-08-01
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
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-25
WIP: store separate `hasValidPath` bool
John Ericson
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
[next]