1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-24 03:09:35 +01:00
nix/src/libutil/tests
Luke Granger-Brown 97dde3cdd9 libutil: allow decompression with none/empty method
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.
2021-04-22 02:33:59 +00:00
..
compression.cc libutil: allow decompression with none/empty method 2021-04-22 02:33:59 +00:00
config.cc Fix some typos 2021-03-26 16:14:38 +01:00
hash.cc Revert the enum struct change 2020-06-18 22:11:26 +00:00
json.cc Add unit tests for "json.hh" 2020-05-25 11:57:45 +02:00
local.mk Add tests for logging.hh 2020-06-06 10:22:32 +02:00
logging.cc Improve error formatting 2021-01-21 11:02:09 +01:00
lru-cache.cc src/libutil/tests/lru-cache.cc: Check erase() 2020-06-02 12:06:59 +02:00
pool.cc Add tests for pool.hh 2020-06-10 22:29:50 +02:00
tests.cc Fix tests 2021-01-08 14:17:06 +01:00
url.cc Fix Nix to properly work with stores using a scoped IPv6 address 2021-03-16 19:14:42 +01:00
xml-writer.cc Add unit tests for xml-writer 2020-05-25 18:34:55 +02:00