aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/remote-fs-accessor.cc
AgeCommit message (Expand)Author
2024-10-01Split ignoreException to avoid suppressing CTRL-CRobert Hensing
2024-07-15libstore: rewrite narFromPath as generatoreldritch horrors
2024-06-16Change error messages about 'invalid paths' to 'path does not exist'.julia
2024-03-18libutil: make AutoCloseFD a better resourceeldritch horrors
2022-11-16Replace src/libutil/json.cc with nlohmann json generationYorick van Pelt
2022-01-18Get rid of std::shared_ptr<std::string> and ref<std::string>Eelco Dolstra
2020-12-15Use the fs accessor for readInvalidDerivationregnat
2020-12-02read(): Use char * instead of unsigned char *Eelco Dolstra
2020-07-13toStorePath(): Return a StorePath and the suffixEelco Dolstra
2020-06-16StorePath: Rewrite in C++Eelco Dolstra
2020-04-21remove 'format' from Error constructor callsBen Burdette
2019-12-10Make the Store API more type-safeEelco Dolstra
2017-12-07Provide random access to cached NARsEelco Dolstra
2017-10-18Errors writing to the NAR cache should not be fatalEelco Dolstra
2017-10-17BinaryCacheStore::addToStore(): Add NARs to the local cacheEelco Dolstra
2017-10-17BinaryCacheStore: Support local caching of NARsEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-09-02Factor a general remote FS accessor out of BinaryCacheStoreShea Levy