Tim Rühsen
c9796a174d
Add zstd decompression (RFC8478)
...
* README.md: Mention zstandard
* configure.ac: Check for libzstd
* docs/wget2.md: Document new --compression type
* include/wget/wget.h: Add wget_content_encoding_zstd
* libwget/decompressor.c: Implement the zstd decompressor
* libwget/http_parse.c (wget_http_parse_content_encoding): Add zstd
* src/options.c (print_version): Add +/-zstd for --version,
(parse_compression): Check for wget_content_encoding_zstd,
(options): Add zstd to help text
* src/wget.c (http_create_request): Add zstd to Accept-Encoding:
* tests/test-compression.c: Add test for zstd
2018-10-12 12:30:44 +02:00
..
2018-01-29 14:38:51 +01:00
2018-04-30 20:52:11 +02:00
2018-10-09 11:01:56 +02:00
2018-04-30 20:52:11 +02:00
2018-10-09 11:01:56 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-01-30 12:32:25 +01:00
2018-01-30 12:32:25 +01:00
2018-01-30 12:32:25 +01:00
2018-01-30 12:32:25 +01:00
2018-01-30 12:32:25 +01:00
2018-01-30 12:32:25 +01:00
2018-05-07 15:23:07 +02:00
2018-04-30 20:52:11 +02:00
2018-10-09 11:01:56 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-10-12 12:30:44 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-06-11 11:57:59 +02:00
2018-03-08 15:39:55 +01:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-10-09 12:57:33 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-05-03 07:28:12 +00:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-09-21 21:45:14 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-04-30 20:52:11 +02:00
2018-09-23 10:36:59 +02:00