platform/upstream/lz4.git
2012-12-22 yann.collet... LZ4_HC is now compatible with CPU requiring aligned...
2012-12-21 yann.collet... Improved endianess detection
2012-12-11 yann.collet... Improved decoding speed, thanks to several contribution...
2012-11-30 yann.collet... LZ4 HC : extended detection window. Thanks to Adrien...
2012-11-05 yann.collet... Corrected a bug into LZ4_uncompress_unknownOutputSize...
2012-11-03 yann.collet... Corrected issue 38 : bench.c compilation for Sun Solari...
2012-10-27 yann.collet... Corrected issue 39 : bench.c for NetBSD. Thanks to...
2012-10-26 yann.collet... Corrected Issue 34 (restrict)
2012-10-24 yann.collet... - Corrected issue 31 : LZ4 correctly accepts compressin...
2012-10-16 yann.collet... Correct issue 36 on LZ4_uncompress_unknownOutputSize...
2012-08-22 yann.collet... Correction : LZ4_compress_limitedOutput() write too...
2012-08-14 yann.collet... changed some macro names in lz4hc to avoid duplicate...
2012-08-13 yann.collet... Fixed Visual 2005 issues (warning/linking)
2012-08-08 yann.collet... LZ4.c : changed inline to "static inline" to comply...
2012-08-03 yann.collet... Improved speed under Visual
2012-08-01 yann.collet... Fixed : small compression speed hit on GCC v4.5 introdu...
2012-07-28 yann.collet... Added : function LZ4_compress_limitedOutput()
2012-07-24 yann.collet... lz4.c : changed a tuning parameter name to MEMORY_USAGE...
2012-07-18 yann.collet... Changed Makefile default setting to generate only nativ...
2012-06-16 yann.collet... git-svn-id: https://lz4.googlecode.com/svn/trunk@68...
2012-06-08 yann.collet... Update CMake file to handle lz4hc. Thanks to Mark Wotto...
2012-05-13 yann.collet... Added : LZ4 HC : Now integrated into main trunk.
2012-05-12 yann.collet... Added : LZ4Demo : can handle appended compressed streams.
2012-05-09 yann.collet... minor : Force Software-bit-count for WinCE environment...
2012-05-07 yann.collet... Corrected : linking stage of Visual 2005 in Debug mode...
2012-04-08 yann.collet... Added : cmake configuration file, from Dmitry Cherepanov
2012-04-03 yann.collet... Corrected : minor : changed a macro name to avoid dupli...
2012-03-16 yann.collet... Added : lz4demo : software swap32 backend for compilers...
2012-03-09 yann.collet... minor code refactoring, mostly around __builtin_expect
2012-03-01 yann.collet... Small speed improvement (compression & decompression...
2012-02-25 yann.collet... Added : format description file
2012-02-20 yann.collet... Corrected : default to Software Bit Count for GCC earli...
2012-02-16 yann.collet... Added : LZ4_compressBound() function
2012-02-06 yann.collet... Minor comments refactoring, for better clarity
2012-02-01 yann.collet... minor interface modification : source pointers are...
2012-02-01 yann.collet... Better detection of Big-Endian and PowerPC CPU
2012-01-16 yann.collet... Corrected a bug in the decoder in 64-bit mode
2012-01-14 yann.collet... Improved compression speed for 64-bit CPUs
2012-01-13 yann.collet... Improved compression speed for 64-bit CPU
2012-01-10 yann.collet... Improved compression speed for big-endian CPU
2012-01-09 yann.collet... Decompression speed improved in 64-bit mode
2012-01-08 yann.collet... Added : benchmark function within command-line utility
2012-01-07 yann.collet... Improved compression and decompression speed on 64...
2012-01-04 yann.collet... Improved compression speed. Thanks to David Sterba...
2011-12-16 yann.collet... Endianess correction
2011-12-09 yann.collet... Endianess correction
2011-11-21 yann.collet... Slightly improved compression speed
2011-11-19 yann.collet... Better compliance with C99 and non-C99 compilators
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.