index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
binary-cache-store.cc
Age
Commit message (
Expand
)
Author
2023-04-17
Explain various `.self = false,`
John Ericson
2023-03-30
Fix warning
John Ericson
2023-02-28
No inheritance for `TextInfo` and `FixedOutputInfo`
John Ericson
2023-02-28
Revert "Remove some designated initializers"
John Ericson
2023-02-01
Remove some designated initializers
John Ericson
2023-02-01
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2023-02-01
Merge pull request #7203 from graham33/feature/cpp20
Eelco Dolstra
2023-01-23
Don't add `StorePathDescriptor` for now
John Ericson
2023-01-14
Make `ValidPathInfo` have plain `StorePathSet` references like before
John Ericson
2023-01-14
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2023-01-13
Merge pull request #7430 from tweag/ca/fix-nix-log
Théophane Hufschmitt
2023-01-06
Do big rename to clean up code
John Ericson
2023-01-06
Use named field initialization for references
John Ericson
2023-01-06
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2022-12-15
getBuildLog: factor out resolving derivations
Taeer Bar-Yam
2022-12-08
Fix `nix log` with CA derivations
regnat
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
2022-10-22
Fix C++20 warnings
Graham Bennett
2022-10-18
Implement BinaryCacheStore::queryPathFromHashPart()
Eelco Dolstra
2022-03-10
Merge remote-tracking branch 'upstream/master' into path-info
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
Doh
Eelco Dolstra
2022-01-18
Doh
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
Merge pull request #5494 from tweag/balsoft/allow-references-in-addPath
Eelco Dolstra
2021-11-09
addToStore, addToStoreFromDump: refactor: pass refs by const reference
Alexander Bantyev
2021-11-05
addPath: allow paths with references
Alexander Bantyev
2021-11-03
Make the realisation fetching from binary caches async
regnat
2021-11-03
Expose an async interface for `queryRealisation`
regnat
2021-10-23
addToStore, addToStoreFromDump: add references argument
Alexander Bantyev
2021-10-14
pathInfoCache: Use the entire base name as the cache key
Eelco Dolstra
2021-10-12
Add compression level for NARs
Tom Bereknyei
2021-09-30
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2021-09-22
Make setDefault() typed
Eelco Dolstra
2021-07-30
Remove unused struct in `libstore`
Pamplemousse
2021-05-10
Remove useless parents
regnat
2021-05-06
Add a realisations disk cache
regnat
2021-04-09
add tests for zstd compression
Domen Kožar
2021-02-25
Merge remote-tracking branch 'upstream/master' into path-info
John Ericson
2021-02-09
Revert "narinfo: Change NAR URLs to be addressed on the NAR hash instead of t...
Graham Christensen
2021-01-21
narinfo: Change NAR URLs to be addressed on the NAR hash instead of the compr...
adisbladis
2020-12-16
Fix BinaryCacheStore::registerDrvOutput
regnat
2020-12-15
Fix `addTextToStore` for binary caches
regnat
2020-12-11
Store the realisations as JSON in the binary cache
regnat
2020-12-11
Store metadata about drv outputs realisations
regnat
2020-12-02
Sink: Use std::string_view
Eelco Dolstra
[next]