summaryrefslogtreecommitdiffstats
path: root/src/libstore/remote-fs-accessor.cc
AgeCommit message (Expand)Author
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