about summary refs log tree commit diff
path: root/src/libstore/remote-fs-accessor.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-07 Provide random access to cached NARsEelco Dolstra1-19/+63
2017-10-18 Errors writing to the NAR cache should not be fatalEelco Dolstra1-1/+5
2017-10-17 BinaryCacheStore::addToStore(): Add NARs to the local cacheEelco Dolstra1-8/+16
2017-10-17 BinaryCacheStore: Support local caching of NARsEelco Dolstra1-3/+19
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-1/+1
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-1/+1
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-1/+1
2016-09-02 Factor a general remote FS accessor out of BinaryCacheStoreShea Levy1-0/+57