Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
ecbce64ac93a81784c23c0cb8fe9ae8ede0866f9
ecbce64
Corrected : default to Software Bit Count for GCC earlier than 3.4. Thanks to Gray.
by yann.collet.73@gmail.com
· 13 years ago
4045a42
Added : LZ4_compressBound() function
by yann.collet.73@gmail.com
· 13 years ago
7b6ba04
Minor comments refactoring, for better clarity
by yann.collet.73@gmail.com
· 13 years ago
9485884
minor interface modification : source pointers are now (const char*)
by yann.collet.73@gmail.com
· 13 years ago
2327aa4
Better detection of Big-Endian and PowerPC CPU
by yann.collet.73@gmail.com
· 13 years ago
572cab7
Corrected a bug in the decoder in 64-bit mode
by yann.collet.73@gmail.com
· 13 years ago
93577f8
Improved compression speed for 64-bit CPUs
by yann.collet.73@gmail.com
· 13 years ago
868c459
Improved compression speed for 64-bit CPU
by yann.collet.73@gmail.com
· 13 years ago
99b3294
Improved compression speed for big-endian CPU
by yann.collet.73@gmail.com
· 13 years ago
4fa4221
Decompression speed improved in 64-bit mode
by yann.collet.73@gmail.com
· 13 years ago
97abf01
Added : benchmark function within command-line utility
by yann.collet.73@gmail.com
· 13 years ago
aac2572
Improved compression and decompression speed on 64-bits CPU
by yann.collet.73@gmail.com
· 13 years ago
f20be40
Improved compression speed. Thanks to David Sterba for suggestion.
by yann.collet.73@gmail.com
· 13 years ago
8ee5799
Endianess correction
by yann.collet.73@gmail.com
· 13 years ago
3963071
Endianess correction
by yann.collet.73@gmail.com
· 13 years ago
bf12ca9
Slightly improved compression speed
by yann.collet.73@gmail.com
· 13 years ago
70ba2c4
Better compliance with C99 and non-C99 compilators
by yann.collet.73@gmail.com
· 13 years ago
62c39e2
Modified makefile to specify C99 support to compiler (GCC)
by yann.collet.73@gmail.com
· 13 years ago
439f270
Slightly improved decoding speed under GCC compilation
by yann.collet.73@gmail.com
· 13 years ago
667f8ea
Corrected a bug in LZ4_uncompress_unknownOutputSize(), which reported incorrect decodedSize when maxOutputSize=decodedSize. Thanks to Clayton Stangeland for report and solution.
by yann.collet.73@gmail.com
· 13 years ago
5f0ef5b
code refactoring
by yann.collet.73@gmail.com
· 13 years ago
da90372
- Improved compression ratio
by yann.collet.73@gmail.com
· 13 years ago
ab75a32
LZ4Demo : corrected a bug in 64 bits mode
by yann.collet.73@gmail.com
· 13 years ago
ea53527
New : ARM Validated code, thanks to Vlad Grachov.
by yann.collet.73@gmail.com
· 13 years ago
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
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