1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00
elinks/src/encoding
Witold Filipczyk e213a91bad 1034: Fixed deflate decompression.
First try decompress in zlib format.
If this fails, restart with the raw deflate.
Works for both blogs.msdn.com and for URL of the bug 1034.
2008-07-20 13:58:11 +03:00
..
bzip2.c encoding: Set *new_len even if data was truncated. 2008-02-17 21:54:19 +02:00
bzip2.h More const in encoding backends. 2007-02-24 23:03:39 +02:00
deflate.c 1034: Fixed deflate decompression. 2008-07-20 13:58:11 +03:00
deflate.h encoding: Fixed a chunked decompression and added the deflate. 2008-02-17 21:54:18 +02:00
encoding.c Revert "Gradual rendering in pager mode. ELinks is almost as good as less." 2008-06-15 19:31:29 +03:00
encoding.h http encoding: Moved the accept_encoding_header to the http.c. 2008-02-29 15:32:10 +01:00
lzma.c lzma: Set *new_len even if data was truncated. 2008-02-24 20:45:33 +02:00
lzma.h More const in encoding backends. 2007-02-24 23:03:39 +02:00
Makefile lzma: used the lzma library from tukaani.org. 2008-02-24 20:45:32 +02:00