Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
7a40bd983fb786ec70a38f1d6c8215c7f436971a
/
lz4.c
7a40bd9
Modified a few comments
by yann.collet.73@gmail.com
· 13 years ago
d899a39
updated LZ4_uncompress_unknownOutputSize()
by yann.collet.73@gmail.com
· 13 years ago
420248c
CLI : added test mode
by yann.collet.73@gmail.com
· 13 years ago
dab6b9d
CLI : Added : capability to compress/decompress to NULL (useful for testings)
by yann.collet.73@gmail.com
· 13 years ago
e1ae3a0
Small compression speed improvement Decoding speed improvement
by yann.collet.73@gmail.com
· 13 years ago
3071281
Corrected issue 3 in compression function. Update is recommended.
by yann.collet.73@gmail.com
· 13 years ago
90bd461
minor code refactoring removed harmless warning under gcc for linux
by yann.collet.73@gmail.com
· 13 years ago
d9bf974
Small compression speed improvement
by yann.collet.73@gmail.com
· 13 years ago
babbc0f
removed an harmless warning under gcc for linux
by yann.collet.73@gmail.com
· 13 years ago
e8d1e99
small compression speed improvement
by yann.collet.73@gmail.com
· 13 years ago
d5a574c
Corrected : a bug in compression function which could make it read beyond input buffer in some circumstances (issue 2).
by yann.collet.73@gmail.com
· 13 years ago
15d69c3
small compression speed improvement
by yann.collet.73@gmail.com
· 13 years ago
86a59c7
small compression speed improvement
by yann.collet.73@gmail.com
· 13 years ago
32f4bab
Small compression speed improvement
by yann.collet.73@gmail.com
· 13 years ago
558c03a
Corrected a (rare) bug in compression function
by yann.collet.73@gmail.com
· 13 years ago
3a6d964
LZ4Demo now supports Pipe mode (inspired by Huan Truong mod)
by yann.collet.73@gmail.com
· 13 years ago
8860e61
Removed LZ4_decode() function code.
by yann.collet.73@gmail.com
· 13 years ago
a201020
Improved compression and decompression speed under GCC compiler
by yann.collet.73@gmail.com
· 13 years ago
075bf13
Greatly improved compression and decompression speed, at the expense of some compression ratio.
by yann.collet.73@gmail.com
· 13 years ago
6b798d5
New function : LZ4_uncompress : secure version which is safe against buffer overflow attacks
by yann.collet.73@gmail.com
· 13 years ago
ca8d6c2
Improved : safe type, for linux x64 (amd64) compatibility (Thanks to Erik Andersen)
by yann.collet.73@gmail.com
· 14 years ago
[Renamed (94%) from LZ4.c]
06abb77
Added some comments for better clarity
by yann.collet.73@gmail.com
· 14 years ago
f033754
Correction : enforced typecasting for compatibility with gcc on *nix systems.
by yann.collet.73@gmail.com
· 14 years ago
cfcae8a
Strict end-of-buffer checks License changed to BSD
by yann.collet.73@gmail.com
· 14 years ago
3610461
by yann.collet.73@gmail.com
· 14 years ago