1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-10-14 05:53:36 -04:00
elinks/src/encoding
Kalle Olavi Niemitalo 0e5b6af9b0 Various comments and tweaks in bzip2 decoding.
Do not assume that memset(ptr, 0, size) clears pointers to NULL.
The length of decoded data can be read in two ways; assert they match.
2007-02-24 23:03:47 +02:00
..
bzip2.c Various comments and tweaks in bzip2 decoding. 2007-02-24 23:03:47 +02:00
bzip2.h More const in encoding backends. 2007-02-24 23:03:39 +02:00
encoding.c More const in encoding backends. 2007-02-24 23:03:39 +02:00
encoding.h More const in encoding backends. 2007-02-24 23:03:39 +02:00
gzip.c More const in encoding backends. 2007-02-24 23:03:39 +02:00
gzip.h More const in encoding backends. 2007-02-24 23:03:39 +02:00
lzma.c More const in encoding backends. 2007-02-24 23:03:39 +02:00
lzma.h More const in encoding backends. 2007-02-24 23:03:39 +02:00
LzmaDecode.c Trim trailing whitespaces. 2006-05-31 19:34:49 +02:00
LzmaDecode.h Trim trailing whitespaces. 2006-05-31 19:34:49 +02:00
Makefile lzma encoding support using LZMA SDK. Original lzma executable decompresses faster than this code. I have no idea why. 2006-03-24 12:30:54 +01:00