index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
remote-fs-accessor.cc
Age
Commit message (
Expand
)
Author
2024-10-01
Split ignoreException to avoid suppressing CTRL-C
Robert Hensing
2024-07-15
libstore: rewrite narFromPath as generator
eldritch horrors
2024-06-16
Change error messages about 'invalid paths' to 'path does not exist'.
julia
2024-03-18
libutil: make AutoCloseFD a better resource
eldritch horrors
2022-11-16
Replace src/libutil/json.cc with nlohmann json generation
Yorick van Pelt
2022-01-18
Get rid of std::shared_ptr<std::string> and ref<std::string>
Eelco Dolstra
2020-12-15
Use the fs accessor for readInvalidDerivation
regnat
2020-12-02
read(): Use char * instead of unsigned char *
Eelco Dolstra
2020-07-13
toStorePath(): Return a StorePath and the suffix
Eelco Dolstra
2020-06-16
StorePath: Rewrite in C++
Eelco Dolstra
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2017-12-07
Provide random access to cached NARs
Eelco Dolstra
2017-10-18
Errors writing to the NAR cache should not be fatal
Eelco Dolstra
2017-10-17
BinaryCacheStore::addToStore(): Add NARs to the local cache
Eelco Dolstra
2017-10-17
BinaryCacheStore: Support local caching of NARs
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-09-02
Factor a general remote FS accessor out of BinaryCacheStore
Shea Levy