index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
local-store.hh
Age
Commit message (
Expand
)
Author
2021-01-05
Fix deadlock in LocalStore::addSignatures()
Eelco Dolstra
2020-12-20
Overhaul store subclassing
John Ericson
2020-12-17
Fix the detection of already built drv outputs
regnat
2020-12-11
Rework the db schema for derivation outputs
regnat
2020-12-11
Store metadata about drv outputs realisations
regnat
2020-12-08
Hide the sqlite statements declarations for the local store
regnat
2020-12-01
shut up clang warnings
regnat
2020-11-03
LocalStore: Get rid of recursive_mutex
Eelco Dolstra
2020-11-03
Add FIXME
Eelco Dolstra
2020-10-09
Split out `local-fs-store.hh`
John Ericson
2020-09-16
Add a name to the stores
regnat
2020-09-16
Correctly call all the parent contructors of the stores
regnat
2020-09-16
Separate store configs from the implems
regnat
2020-09-04
Fix some of the issues raised by @edolstra
John Ericson
2020-08-28
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-08-27
Merge pull request #3434 from Ericson2314/derivation-header-include-order
Eelco Dolstra
2020-08-20
Rename drv output querying functions, like master
John Ericson
2020-08-20
Rename drv output querying functions
John Ericson
2020-08-18
Merge remote-tracking branch 'upstream/master' into derivation-header-include...
John Ericson
2020-08-07
Squashed get CA derivations building
John Ericson
2020-08-04
Merge remote-tracking branch 'upstream/master' into drv-outputs-map-allow-mis...
John Ericson
2020-08-03
`addToStore` in terms of `addToStoreFromDump` is not local-store-specific
John Ericson
2020-08-01
Merge remote-tracking branch 'upstream/master' into derivation-header-include...
John Ericson
2020-07-31
Merge branch 'master' of github.com:NixOS/nix into drv-outputs-map-allow-missing
Carlo Nucera
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-24
`queryDerivationOutputMap` no longer assumes all outputs have a mapping
John Ericson
2020-07-15
Get rid of `LocalStore::addToStoreCommon`
John Ericson
2020-07-15
Merge branch 'master' of github.com:NixOS/nix into derivation-header-include-...
Carlo Nucera
2020-07-14
LocalStore::addToStoreFromDump copy in chunks
John Ericson
2020-07-14
Dedup `LocalStore::addToStore*`
John Ericson
2020-07-14
Crudely make `addToStoreFromDump` take `Source` not string
John Ericson
2020-07-13
Remove 'accessor' from addToStore()
Eelco Dolstra
2020-07-05
Merge remote-tracking branch 'upstream/master' into derivation-header-include...
John Ericson
2020-07-02
Merge remote-tracking branch 'origin/master' into substitute-other-storedir
Matthew Bauer
2020-06-24
Add a way to get all the outputs of a derivation with their label
regnat
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-17
Don't need abstract `struct Derivation` in local-store
John Ericson
2020-06-12
Allow substituting from different storeDir
Matthew Bauer
2020-06-12
Remove Store::queryDerivationOutputNames()
Eelco Dolstra
2020-03-29
Replace some `bool recursive` with a new `FileIngestionMethod` enum
John Ericson
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-11-22
getEnv(): Return std::optional
Eelco Dolstra
2019-10-29
queryPathInfoUncached(): Return const ValidPathInfo
Eelco Dolstra
2019-10-29
Move addToStoreFromDump to Store
Eelco Dolstra
2019-10-09
Remove world-writability from per-user directories
Eelco Dolstra
2019-09-03
Add some noexcepts
Eelco Dolstra
2019-08-02
Use BSD instead of POSIX file locks
Eelco Dolstra
2019-03-14
findRoots(): Add 'censor' parameter
Eelco Dolstra
[next]