platform/upstream/lz4.git
2011-11-17 yann.collet... Modified makefile to specify C99 support to compiler...
2011-11-15 yann.collet... Slightly improved decoding speed under GCC compilation
2011-10-26 yann.collet... Corrected a bug in LZ4_uncompress_unknownOutputSize...
2011-10-06 yann.collet... code refactoring
2011-09-29 yann.collet... - Improved compression ratio
2011-09-27 yann.collet... LZ4Demo : corrected a bug in 64 bits mode
2011-09-27 yann.collet... New : ARM Validated code, thanks to Vlad Grachov.
2011-09-26 yann.collet... Modified a few comments
2011-09-26 yann.collet... updated LZ4_uncompress_unknownOutputSize()
2011-09-25 yann.collet... renamed : main.c into lz4demo.c
2011-09-25 yann.collet... CLI : added test mode
2011-09-25 yann.collet... CLI : Added : capability to compress/decompress to...
2011-09-23 yann.collet... Small compression speed improvement
2011-09-22 yann.collet... Corrected issue 3 in compression function. Update is...
2011-09-21 yann.collet... minor code refactoring
2011-09-20 yann.collet... Small compression speed improvement
2011-09-18 yann.collet... removed an harmless warning under gcc for linux
2011-09-15 yann.collet... small compression speed improvement
2011-09-15 yann.collet... CLI : corrected : small allocation error in case of...
2011-09-15 yann.collet... Corrected : a bug in compression function which could...
2011-09-13 yann.collet... small compression speed improvement
2011-09-13 yann.collet... small compression speed improvement
2011-09-13 yann.collet... Updated : license text (main.c)
2011-09-13 yann.collet... Small compression speed improvement
2011-09-03 yann.collet... Corrected : CLI : Pipe mode in Windows (note : was...
2011-09-03 yann.collet... Corrected a (rare) bug in compression function
2011-08-30 yann.collet... LZ4Demo now supports Pipe mode (inspired by Huan Truong...
2011-08-21 yann.collet... Removed LZ4_decode() function code.
2011-06-07 yann.collet... Improved compression and decompression speed under...
2011-06-05 yann.collet... Greatly improved compression and decompression speed...
2011-06-04 yann.collet... New function : LZ4_uncompress : secure version which...
2011-05-27 yann.collet... Corrected : demo program : "/" no longer a valid option...
2011-05-25 yann.collet... Improved : safe type, for linux x64 (amd64) compatibili...
2011-05-21 yann.collet... Added some comments for better clarity
2011-05-20 yann.collet... Correction : enforced typecasting for compatibility...
2011-04-26 yann.collet... Strict end-of-buffer checks
2011-04-25 yann.collet... Added CPP compatibility macro
2011-04-24 yann.collet... git-svn-id: https://lz4.googlecode.com/svn/trunk@2...
2011-04-12 (no author)Initial directory structure.