index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
binary-cache-store.hh
Age
Commit message (
Expand
)
Author
2024-07-15
libstore: rewrite narFromPath as generator
eldritch horrors
2024-07-11
libstore: make BinaryCacheStore::getFile return a source
eldritch horrors
2024-06-19
libstore: BinaryCacheStore::getFile{ -> Contents}
eldritch horrors
2024-05-09
libstore: un-callback-ify Store::queryRealisationUncached
eldritch horrors
2024-05-09
libstore: de-callback-ify Store::queryPathInfoUncached
eldritch horrors
2024-05-09
libstore: de-callback-ify BinaryCacheStore::getFile
eldritch horrors
2024-03-04
Merge pull request #6258 from obsidiansystems/gcc-bug-ergonomics
eldritch horrors
2023-04-07
Finish converting existing comments for internal API docs (#8146)
John Ericson
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-03-22
Improve store setting descriptions / Markdown formatting
Eelco Dolstra
2022-12-15
getBuildLog: factor out resolving derivations
Taeer Bar-Yam
2022-10-18
Implement BinaryCacheStore::queryPathFromHashPart()
Eelco Dolstra
2022-03-11
Factor out a `LogStore` interface
John Ericson
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-02-16
addToStoreFromDump(): Take std::string_view
Eelco Dolstra
2022-01-18
BinaryCacheStore: Implement addBuildLog()
Eelco Dolstra
2022-01-18
Get rid of std::shared_ptr<std::string> and ref<std::string>
Eelco Dolstra
2021-11-16
Merge pull request #5472 from NixOS/async-realisation-substitution
Eelco Dolstra
2021-11-09
addToStore, addToStoreFromDump: refactor: pass refs by const reference
Alexander Bantyev
2021-11-03
Expose an async interface for `queryRealisation`
regnat
2021-10-23
addToStore, addToStoreFromDump: add references argument
Alexander Bantyev
2021-10-12
Add compression level for NARs
Tom Bereknyei
2021-05-04
Fix the double-slash in the realisations path
regnat
2020-12-23
Expose schedule entrypoints to all stores
John Ericson
2020-12-20
Overhaul store subclassing
John Ericson
2020-12-11
Store metadata about drv outputs realisations
regnat
2020-09-23
Return more info from `BinaryCacheStore::addToStoreCommon`
John Ericson
2020-09-23
Get rid of Hash::dummy from BinaryCacheStore
John Ericson
2020-09-16
Add `(StoreConfig*)` casts to work around a GCC bug
regnat
2020-09-16
Separate store configs from the implems
regnat
2020-09-16
Separate the instantiation and initialisation of the stores
regnat
2020-07-13
Make 'nix copy' to s3:// binary caches run in constant memory
Eelco Dolstra
2020-07-13
Remove 'accessor' from addToStore()
Eelco Dolstra
2020-07-13
Make 'nix copy' to file:// binary caches run in constant memory
Eelco Dolstra
2020-05-29
Remove addToStore variant as requested by `FIXME`
John Ericson
2020-05-27
Rename some variables named “recursive” to “method”
Matthew Bauer
2020-03-29
Replace some `bool recursive` with a new `FileIngestionMethod` enum
John Ericson
2019-12-17
Add priority setting to stores
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-10-29
queryPathInfoUncached(): Return const ValidPathInfo
Eelco Dolstra
2019-09-04
BinaryCacheStore: Add index-debug-info option
Eelco Dolstra
2019-09-03
Add some noexcepts
Eelco Dolstra
2019-01-18
unsupported(): Show the name of the unsupported operation
Eelco Dolstra
2018-05-30
Make LocalBinaryCacheStore::narFromPath() run in constant memory
Eelco Dolstra
2018-05-30
Simplify the callback mechanism
Eelco Dolstra
2018-02-07
move the parallel-compression setting to binary-cache-store, the setting
AmineChikhaoui
2017-11-14
nix sign-paths: Support binary caches
Eelco Dolstra
2017-10-17
BinaryCacheStore: Support local caching of NARs
Eelco Dolstra
2017-07-04
Sort substituters by priority
Eelco Dolstra
2017-07-03
Replace a few bool flags with enums
Eelco Dolstra
[next]