2013-09-09 |
yann.collet... | quickfix : removed #include "lz4stream.h" from lz4cli.c |
commit | commitdiff | tree | snapshot |
2013-09-09 |
yann.collet... | New command line utility, lz4 (notice the missing final... |
commit | commitdiff | tree | snapshot |
2013-08-16 |
yann.collet... | LZ4 compression supports block dependency (argument... |
commit | commitdiff | tree | snapshot |
2013-08-12 |
yann.collet... | Removed dependency to "lz4_encoder.h" and "lz4hc_encoder.h" |
commit | commitdiff | tree | snapshot |
2013-08-07 |
yann.collet... | Bugfix release |
commit | commitdiff | tree | snapshot |
2013-07-27 |
yann.collet... | lz4c : made display and arguments more compatible with... |
commit | commitdiff | tree | snapshot |
2013-07-01 |
yann.collet... | Corrected issue 70, 'pack' instruction on IBM AIX |
commit | commitdiff | tree | snapshot |
2013-06-10 |
yann.collet... | lz4.c no longer depends on lz4_decoder.h (removed) |
commit | commitdiff | tree | snapshot |
2013-05-27 |
yann.collet... | New experimental mode : compress blocks using data... |
commit | commitdiff | tree | snapshot |
2013-05-17 |
yann.collet... | lz4c : automatic output name when decoding a *.lz4... |
commit | commitdiff | tree | snapshot |
2013-04-26 |
yann.collet... | - New naming : LZ4_decompress_safe() and LZ4_decompress... |
commit | commitdiff | tree | snapshot |
2013-04-18 |
yann.collet... | Added : function LZ4_compressHC_limitedOutput() |
commit | commitdiff | tree | snapshot |
2013-04-13 |
yann.collet... | Added : LZ4 Streaming Format specification (v1.3) |
commit | commitdiff | tree | snapshot |
2013-03-30 |
yann.collet... | Updated : cmake/CMakeLists.txt, by Nobuhiro Iwamatsu |
commit | commitdiff | tree | snapshot |
2013-03-02 |
yann.collet... | - New cmake file, by Nobuhiro Iwamatsu, which can also... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
yann.collet... | Corrected issue 59 in lz4hc.c, reported by Masafumi... |
commit | commitdiff | tree | snapshot |
2013-01-08 |
yann.collet... | LZ4HC : compression speed improved under Visual |
commit | commitdiff | tree | snapshot |
2012-12-22 |
yann.collet... | LZ4_HC is now compatible with CPU requiring aligned... |
commit | commitdiff | tree | snapshot |
2012-12-21 |
yann.collet... | Improved endianess detection |
commit | commitdiff | tree | snapshot |
2012-12-11 |
yann.collet... | Improved decoding speed, thanks to several contribution... |
commit | commitdiff | tree | snapshot |
2012-11-30 |
yann.collet... | LZ4 HC : extended detection window. Thanks to Adrien... |
commit | commitdiff | tree | snapshot |
2012-11-05 |
yann.collet... | Corrected a bug into LZ4_uncompress_unknownOutputSize... |
commit | commitdiff | tree | snapshot |
2012-11-03 |
yann.collet... | Corrected issue 38 : bench.c compilation for Sun Solari... |
commit | commitdiff | tree | snapshot |
2012-10-27 |
yann.collet... | Corrected issue 39 : bench.c for NetBSD. Thanks to... |
commit | commitdiff | tree | snapshot |
2012-10-26 |
yann.collet... | Corrected Issue 34 (restrict) |
commit | commitdiff | tree | snapshot |
2012-10-24 |
yann.collet... | - Corrected issue 31 : LZ4 correctly accepts compressin... |
commit | commitdiff | tree | snapshot |
2012-10-16 |
yann.collet... | Correct issue 36 on LZ4_uncompress_unknownOutputSize... |
commit | commitdiff | tree | snapshot |
2012-08-22 |
yann.collet... | Correction : LZ4_compress_limitedOutput() write too... |
commit | commitdiff | tree | snapshot |
2012-08-14 |
yann.collet... | changed some macro names in lz4hc to avoid duplicate... |
commit | commitdiff | tree | snapshot |
2012-08-13 |
yann.collet... | Fixed Visual 2005 issues (warning/linking) |
commit | commitdiff | tree | snapshot |
2012-08-08 |
yann.collet... | LZ4.c : changed inline to "static inline" to comply... |
commit | commitdiff | tree | snapshot |
2012-08-03 |
yann.collet... | Improved speed under Visual |
commit | commitdiff | tree | snapshot |
2012-08-01 |
yann.collet... | Fixed : small compression speed hit on GCC v4.5 introdu... |
commit | commitdiff | tree | snapshot |
2012-07-28 |
yann.collet... | Added : function LZ4_compress_limitedOutput() |
commit | commitdiff | tree | snapshot |
2012-07-24 |
yann.collet... | lz4.c : changed a tuning parameter name to MEMORY_USAGE... |
commit | commitdiff | tree | snapshot |
2012-07-18 |
yann.collet... | Changed Makefile default setting to generate only nativ... |
commit | commitdiff | tree | snapshot |
2012-06-16 |
yann.collet... | git-svn-id: https://lz4.googlecode.com/svn/trunk@68... |
commit | commitdiff | tree | snapshot |
2012-06-08 |
yann.collet... | Update CMake file to handle lz4hc. Thanks to Mark Wotto... |
commit | commitdiff | tree | snapshot |
2012-05-13 |
yann.collet... | Added : LZ4 HC : Now integrated into main trunk. |
commit | commitdiff | tree | snapshot |
2012-05-12 |
yann.collet... | Added : LZ4Demo : can handle appended compressed streams. |
commit | commitdiff | tree | snapshot |
2012-05-09 |
yann.collet... | minor : Force Software-bit-count for WinCE environment... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
yann.collet... | Corrected : linking stage of Visual 2005 in Debug mode... |
commit | commitdiff | tree | snapshot |
2012-04-08 |
yann.collet... | Added : cmake configuration file, from Dmitry Cherepanov |
commit | commitdiff | tree | snapshot |
2012-04-03 |
yann.collet... | Corrected : minor : changed a macro name to avoid dupli... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
yann.collet... | Added : lz4demo : software swap32 backend for compilers... |
commit | commitdiff | tree | snapshot |
2012-03-09 |
yann.collet... | minor code refactoring, mostly around __builtin_expect |
commit | commitdiff | tree | snapshot |
2012-03-01 |
yann.collet... | Small speed improvement (compression & decompression... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
yann.collet... | Added : format description file |
commit | commitdiff | tree | snapshot |
2012-02-20 |
yann.collet... | Corrected : default to Software Bit Count for GCC earli... |
commit | commitdiff | tree | snapshot |
2012-02-16 |
yann.collet... | Added : LZ4_compressBound() function |
commit | commitdiff | tree | snapshot |
2012-02-06 |
yann.collet... | Minor comments refactoring, for better clarity |
commit | commitdiff | tree | snapshot |
2012-02-01 |
yann.collet... | minor interface modification : source pointers are... |
commit | commitdiff | tree | snapshot |
2012-02-01 |
yann.collet... | Better detection of Big-Endian and PowerPC CPU |
commit | commitdiff | tree | snapshot |
2012-01-16 |
yann.collet... | Corrected a bug in the decoder in 64-bit mode |
commit | commitdiff | tree | snapshot |
2012-01-14 |
yann.collet... | Improved compression speed for 64-bit CPUs |
commit | commitdiff | tree | snapshot |
2012-01-13 |
yann.collet... | Improved compression speed for 64-bit CPU |
commit | commitdiff | tree | snapshot |
2012-01-10 |
yann.collet... | Improved compression speed for big-endian CPU |
commit | commitdiff | tree | snapshot |
2012-01-09 |
yann.collet... | Decompression speed improved in 64-bit mode |
commit | commitdiff | tree | snapshot |
2012-01-08 |
yann.collet... | Added : benchmark function within command-line utility |
commit | commitdiff | tree | snapshot |
2012-01-07 |
yann.collet... | Improved compression and decompression speed on 64... |
commit | commitdiff | tree | snapshot |
2012-01-04 |
yann.collet... | Improved compression speed. Thanks to David Sterba... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
yann.collet... | Endianess correction |
commit | commitdiff | tree | snapshot |
2011-12-09 |
yann.collet... | Endianess correction |
commit | commitdiff | tree | snapshot |
2011-11-21 |
yann.collet... | Slightly improved compression speed |
commit | commitdiff | tree | snapshot |
2011-11-19 |
yann.collet... | Better compliance with C99 and non-C99 compilators |
commit | commitdiff | tree | snapshot |
2011-11-17 |
yann.collet... | Modified makefile to specify C99 support to compiler... |
commit | commitdiff | tree | snapshot |
2011-11-15 |
yann.collet... | Slightly improved decoding speed under GCC compilation |
commit | commitdiff | tree | snapshot |
2011-10-26 |
yann.collet... | Corrected a bug in LZ4_uncompress_unknownOutputSize... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
yann.collet... | code refactoring |
commit | commitdiff | tree | snapshot |
2011-09-29 |
yann.collet... | - Improved compression ratio |
commit | commitdiff | tree | snapshot |
2011-09-27 |
yann.collet... | LZ4Demo : corrected a bug in 64 bits mode |
commit | commitdiff | tree | snapshot |
2011-09-27 |
yann.collet... | New : ARM Validated code, thanks to Vlad Grachov. |
commit | commitdiff | tree | snapshot |
2011-09-26 |
yann.collet... | Modified a few comments |
commit | commitdiff | tree | snapshot |
2011-09-26 |
yann.collet... | updated LZ4_uncompress_unknownOutputSize() |
commit | commitdiff | tree | snapshot |
2011-09-25 |
yann.collet... | renamed : main.c into lz4demo.c |
commit | commitdiff | tree | snapshot |
2011-09-25 |
yann.collet... | CLI : added test mode |
commit | commitdiff | tree | snapshot |
2011-09-25 |
yann.collet... | CLI : Added : capability to compress/decompress to... |
commit | commitdiff | tree | snapshot |
2011-09-23 |
yann.collet... | Small compression speed improvement |
commit | commitdiff | tree | snapshot |
2011-09-22 |
yann.collet... | Corrected issue 3 in compression function. Update is... |
commit | commitdiff | tree | snapshot |
2011-09-21 |
yann.collet... | minor code refactoring |
commit | commitdiff | tree | snapshot |
2011-09-20 |
yann.collet... | Small compression speed improvement |
commit | commitdiff | tree | snapshot |
2011-09-18 |
yann.collet... | removed an harmless warning under gcc for linux |
commit | commitdiff | tree | snapshot |
2011-09-15 |
yann.collet... | small compression speed improvement |
commit | commitdiff | tree | snapshot |
2011-09-15 |
yann.collet... | CLI : corrected : small allocation error in case of... |
commit | commitdiff | tree | snapshot |
2011-09-15 |
yann.collet... | Corrected : a bug in compression function which could... |
commit | commitdiff | tree | snapshot |
2011-09-13 |
yann.collet... | small compression speed improvement |
commit | commitdiff | tree | snapshot |
2011-09-13 |
yann.collet... | small compression speed improvement |
commit | commitdiff | tree | snapshot |
2011-09-13 |
yann.collet... | Updated : license text (main.c) |
commit | commitdiff | tree | snapshot |
2011-09-13 |
yann.collet... | Small compression speed improvement |
commit | commitdiff | tree | snapshot |
2011-09-03 |
yann.collet... | Corrected : CLI : Pipe mode in Windows (note : was... |
commit | commitdiff | tree | snapshot |
2011-09-03 |
yann.collet... | Corrected a (rare) bug in compression function |
commit | commitdiff | tree | snapshot |
2011-08-30 |
yann.collet... | LZ4Demo now supports Pipe mode (inspired by Huan Truong... |
commit | commitdiff | tree | snapshot |
2011-08-21 |
yann.collet... | Removed LZ4_decode() function code. |
commit | commitdiff | tree | snapshot |
2011-06-07 |
yann.collet... | Improved compression and decompression speed under... |
commit | commitdiff | tree | snapshot |
2011-06-05 |
yann.collet... | Greatly improved compression and decompression speed... |
commit | commitdiff | tree | snapshot |
2011-06-04 |
yann.collet... | New function : LZ4_uncompress : secure version which... |
commit | commitdiff | tree | snapshot |
2011-05-27 |
yann.collet... | Corrected : demo program : "/" no longer a valid option... |
commit | commitdiff | tree | snapshot |
2011-05-25 |
yann.collet... | Improved : safe type, for linux x64 (amd64) compatibili... |
commit | commitdiff | tree | snapshot |
2011-05-21 |
yann.collet... | Added some comments for better clarity |
commit | commitdiff | tree | snapshot |
2011-05-20 |
yann.collet... | Correction : enforced typecasting for compatibility... |
commit | commitdiff | tree | snapshot |
next |