aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/compression.hh
AgeCommit message (Collapse)Author
2017-03-21LocalFSStore::getBuildLog(): Handle corrupted logsEelco Dolstra
2016-05-04Do compression in a sinkEelco Dolstra
2016-05-04Add a Store::addToStore() variant that accepts a NAREelco Dolstra
As a side effect, this ensures that signatures are propagated when copying paths between stores. Also refactored import/export to make use of this.
2016-04-29BinaryCacheStore: Support "none" compression methodEelco Dolstra
2016-04-15BinaryCacheStore::readFile(): Return a shared_ptr to a stringEelco Dolstra
This allows readFile() to indicate that a file doesn't exist, and might eliminate some large string copying.
2016-02-15Add xz compression functionEelco Dolstra
This is used by the Hydra queue runner, but since it may also be useful for the C++ rewrite of nix-push, I'm putting it here.
2015-10-30<nix/fetchurl.nix>: Support xz-compressed NARsEelco Dolstra