Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-18 | Get rid of std::shared_ptr<std::string> and ref<std::string> | Eelco Dolstra | |
These were needed back in the pre-C++11 era because we didn't have move semantics. But now we do. | |||
2021-04-22 | libutil: allow decompression with none/empty method | Luke Granger-Brown | |
The S3 store relies on the ability to be able to decompress things with an empty method, because it just passes the value of the Content-Encoding directly to decompress. If the file is not compressed, then this will cause the compression routine to get confused. This caused NixOS/nixpkgs#120120. | |||
2020-06-08 | Add compression unit tests | Tobias Pflug | |