Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
c5493d872106f3becb6e794d1eb84915cb79c1ff
c5493d8
renamed : main.c into lz4demo.c changed Makefile accordingly
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
e154e12
CLI : corrected : small allocation error in case of not compressible input
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
7c6229f
Updated : license text (main.c)
by yann.collet.73@gmail.com
· 13 years ago
32f4bab
Small compression speed improvement
by yann.collet.73@gmail.com
· 13 years ago
84bfd32
Corrected : CLI : Pipe mode in Windows (note : was already properly working for Linux)
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
0121f47
Corrected : demo program : "/" no longer a valid option trigger, in order to allow absolute path on *nix systems.
by yann.collet.73@gmail.com
· 14 years ago
ca8d6c2
Improved : safe type, for linux x64 (amd64) compatibility (Thanks to Erik Andersen)
by yann.collet.73@gmail.com
· 14 years ago
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
1920856
Added CPP compatibility macro
by yann.collet.73@gmail.com
· 14 years ago
3610461
by yann.collet.73@gmail.com
· 14 years ago
409f243
Initial directory structure.
by (no author)
· 14 years ago