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
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-08-08
tree-wide: fix a pile of lints
Jade Lovelace
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
2024-07-21
libstore/binary-cache-store: use correct buffer size for NAR decompression
Alois Wohlschlager
2024-07-15
libstore: rewrite narFromPath as generator
eldritch horrors
2024-07-11
libstore: make BinaryCacheStore::getFile return a source
eldritch horrors
2024-07-05
libutil: convert readFileSource to a generator
eldritch horrors
2024-07-05
libstore: convert dumpPath to a generator
eldritch horrors
2024-06-19
libutil: return a source from readFile
eldritch horrors
2024-06-19
libstore: BinaryCacheStore::getFile{ -> Contents}
eldritch horrors
2024-06-16
Change error messages about 'invalid paths' to 'path does not exist'.
julia
2024-06-16
Harmonise the Store::queryPathInfoUncached interface
julia
2024-05-29
Remove 100s of CPU time (10%) from build times (1465s -> 1302s)
Jade Lovelace
2024-05-10
libutil: remove callback.hh
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-18
libutil: make AutoCloseFD a better resource
eldritch horrors
2024-03-11
util.hh: split out signals stuff
Jade Lovelace
2023-07-07
Simplify `ContentAddress`
John Ericson
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
[next]