aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/remote-fs-accessor.hh
AgeCommit message (Expand)Author
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
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-07-13toStorePath(): Return a StorePath and the suffixEelco Dolstra
2017-12-07Provide random access to cached NARsEelco Dolstra
2017-10-17BinaryCacheStore::addToStore(): Add NARs to the local cacheEelco Dolstra
2017-10-17BinaryCacheStore: Support local caching of NARsEelco Dolstra
2017-10-17Remove BinaryCacheStoreAccessorEelco Dolstra
2016-09-02Factor a general remote FS accessor out of BinaryCacheStoreShea Levy