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
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-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-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-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-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
2019-03-10
Unify internal findRootsXxx() api
Guillaume Maudoux
2019-03-10
detail memory roots
Guillaume Maudoux
2018-09-02
Store: expose the protocol version used by a store
Daiderd Jordan
2018-05-30
Simplify the callback mechanism
Eelco Dolstra
2018-04-13
Fix #1921
Eelco Dolstra
2018-03-16
Reduce substitution memory consumption
Eelco Dolstra
2018-02-12
Fix hang in build-remote
Eelco Dolstra
2018-01-31
Rename 1.12 -> 2.0
Eelco Dolstra
2017-11-20
signed-binary-caches -> require-sigs
Eelco Dolstra
2017-09-14
Show the pid of temporary roots
Eelco Dolstra
2017-09-14
nix-store -q --roots / --gc --print-roots: Print temporary / in-memory roots
Eelco Dolstra
2017-09-05
Add automatic garbage collection
Eelco Dolstra
2017-09-05
GC: Don't delete own temproots file
Eelco Dolstra
2017-08-16
nix optimise-store: Show how much space has been freed
Eelco Dolstra
2017-07-03
Replace a few bool flags with enums
Eelco Dolstra
2017-04-13
Merge branch 'rework-options' of https://github.com/copumpkin/nix
Eelco Dolstra
2017-04-13
Add a Config class to simplify adding configuration settings
Eelco Dolstra
2017-04-10
Minor cleanup
Eelco Dolstra
2017-03-16
copyPaths(): Use queryValidPaths() to reduce SSH latency
Eelco Dolstra
2017-03-15
Store: Add a method for getting build logs
Eelco Dolstra
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-10-21
Remove addPathToAccessor
Eelco Dolstra
2016-10-21
BinaryCacheStore: Optionally write a NAR listing
Eelco Dolstra
[next]