2014-07-21 |
Yann Collet | Added : LZ4_versionNumber(), thanks to Takayuki Matsuoka |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Yann Collet | Merge branch 'dev' of https://github.com/Cyan4973/lz4... |
commit | commitdiff | tree | snapshot |
2014-07-20 |
Yann Collet | Added : pkg-config (issue 135) |
commit | commitdiff | tree | snapshot |
2014-07-20 |
Yann Collet | Restored : lz4 compression function using externally... |
commit | commitdiff | tree | snapshot |
2014-07-19 |
Yann Collet | Updated xxHash to r35 |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Yann Collet | Makefile : added -Wstrict-prototype, as suggested by... |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Yann Collet | Modified : lz4 streaming API, strong types |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Yann Collet | Modified : streaming API (fast compression) |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Yann Collet | Modified : Makefile : added -Wshadow option, suggest... |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Yann Collet | Fix : OS-X : library install name, thanks to Clemens... |
commit | commitdiff | tree | snapshot |
2014-07-05 |
Yann Collet | updated fuzzer, faster and cleaner overflow tests |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Cyan4973 | Merge pull request #11 from Cyan4973/dev |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Yann Collet | update to r119 |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Yann Collet | Stronger fuzzer tests |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Yann Collet | stronger fuzzer tests |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Yann Collet | New fuzzer test (issue 134) |
commit | commitdiff | tree | snapshot |
2014-07-02 |
Yann Collet | Quickfix of issue 134 (untested) |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Cyan4973 | Merge pull request #8 from Cyan4973/dev |
commit | commitdiff | tree | snapshot |
2014-06-26 |
Yann Collet | updated NEWS |
commit | commitdiff | tree | snapshot |
2014-06-24 |
Cyan4973 | Merge pull request #7 from Cyan4973/dev |
commit | commitdiff | tree | snapshot |
2014-06-24 |
Yann Collet | updated lz4cat man page |
commit | commitdiff | tree | snapshot |
2014-06-22 |
Yann Collet | Fixed : issue 52 (reported by Ludwig Strigeus) |
commit | commitdiff | tree | snapshot |
2014-06-21 |
Yann Collet | Fixed : using loadDict() with small dictionaries |
commit | commitdiff | tree | snapshot |
2014-06-19 |
Yann Collet | bugfix : streaming tiny messages from within very small... |
commit | commitdiff | tree | snapshot |
2014-06-17 |
Yann Collet | Fixed : streaming compression using small (<64KB) dicti... |
commit | commitdiff | tree | snapshot |
2014-06-14 |
Yann Collet | quickfix |
commit | commitdiff | tree | snapshot |
2014-06-14 |
Yann Collet | LZ4 Streaming : check overlapping input/dictionary |
commit | commitdiff | tree | snapshot |
2014-06-12 |
Yann Collet | Improved decompression speed |
commit | commitdiff | tree | snapshot |
2014-06-11 |
Cyan4973 | Merge pull request #6 from Cyan4973/streaming |
commit | commitdiff | tree | snapshot |
2014-06-11 |
Yann Collet | CLI : can select compression level > 9 |
commit | commitdiff | tree | snapshot |
2014-06-11 |
Yann Collet | restored LZ4 HC streaming mode |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Yann Collet | improved compression ratio for long streams in 32 bits... |
commit | commitdiff | tree | snapshot |
2014-06-10 |
Yann Collet | lz4io : reduced memory usage in streaming mode |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Yann Collet | Improved compression speed in 64KB block mode |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Yann Collet | Obsolete "external allocation" functions |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Yann Collet | removed old stream structure |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Yann Collet | converge towards LZ4_compress_continue() |
commit | commitdiff | tree | snapshot |
2014-06-09 |
Yann Collet | New : valgrind memtest |
commit | commitdiff | tree | snapshot |
2014-06-05 |
Yann Collet | Fixed (continued) : address space overflow in 32-bits... |
commit | commitdiff | tree | snapshot |
2014-06-04 |
Yann Collet | Corrected : address space overflow in 32-bits mode |
commit | commitdiff | tree | snapshot |
2014-06-03 |
Yann Collet | new test tool : datagen |
commit | commitdiff | tree | snapshot |
2014-06-02 |
Yann Collet | restored continuous streaming mode |
commit | commitdiff | tree | snapshot |
2014-06-02 |
Yann Collet | unified structure model |
commit | commitdiff | tree | snapshot |
2014-05-27 |
Yann Collet | coalesced streaming compression code |
commit | commitdiff | tree | snapshot |
2014-05-23 |
Yann Collet | speed optimization |
commit | commitdiff | tree | snapshot |
2014-05-21 |
Yann Collet | Continuous streaming mode (automatic) |
commit | commitdiff | tree | snapshot |
2014-05-20 |
Yann Collet | Added : fuzzer code for LZ4_compress_limitedOutput_usin... |
commit | commitdiff | tree | snapshot |
2014-05-20 |
Yann Collet | Introduce : LZ4_compress_limitedOutput_usingDict() |
commit | commitdiff | tree | snapshot |
2014-05-20 |
Yann Collet | restored Travis Build Matrix |
commit | commitdiff | tree | snapshot |
2014-05-20 |
Yann Collet | Fixed : compilation errors using Visual 2012 |
commit | commitdiff | tree | snapshot |
2014-05-19 |
Yann Collet | First version of Block Streaming API : LZ4_compress_usi... |
commit | commitdiff | tree | snapshot |
2014-05-04 |
Yann Collet | changed naming convention to *_usingDict() |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Yann Collet | Added : *_withDict to fullbench |
commit | commitdiff | tree | snapshot |
2014-05-03 |
Yann Collet | Travis status for both master & dev branches, thanks... |
commit | commitdiff | tree | snapshot |
2014-05-01 |
Cyan4973 | Merge pull request #4 from t-mat/travis-ci-build-matrix |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Takayuki MATSUOKA | Add Travis build status badge |
commit | commitdiff | tree | snapshot |
2014-04-30 |
Takayuki MATSUOKA | Add Travis CI's Build Matrix |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Yann Collet | fuzzer : added compressibility parameter (-p#) |
commit | commitdiff | tree | snapshot |
2014-04-29 |
Yann Collet | fixed : allocation within fuzzer |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Yann Collet | modified : rand generator |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Yann Collet | fixed : read error into fuzzer |
commit | commitdiff | tree | snapshot |
2014-04-28 |
Yann Collet | Introduce "External Dictionary" de/compression API |
commit | commitdiff | tree | snapshot |
2014-04-24 |
Yann Collet | fuzzer title shows 32/64 bits mode |
commit | commitdiff | tree | snapshot |
2014-04-22 |
Yann Collet | re-order travis tests |
commit | commitdiff | tree | snapshot |
2014-04-22 |
Cyan4973 | Merge pull request #3 from Cyan4973/beta |
commit | commitdiff | tree | snapshot |
2014-04-22 |
Yann Collet | updated NEWS |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Cyan4973 | Merge pull request #2 from t-mat/travis-ci |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Takayuki MATSUOKA | Add build target 'test' |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Takayuki MATSUOKA | Add command-line switch to support Travis-CI |
commit | commitdiff | tree | snapshot |
2014-04-16 |
Takayuki MATSUOKA | Add .travis.yml |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Yann Collet | Added README.md to the list of packaged files |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Yann Collet | Added lz4c & lz4cat man pages |
commit | commitdiff | tree | snapshot |
2014-04-15 |
Yann Collet | Fixed issue 127 & 128 |
commit | commitdiff | tree | snapshot |
2014-03-24 |
yann.collet... | quickfix (issue 124 & 125) |
commit | commitdiff | tree | snapshot |
2014-03-23 |
yann.collet... | Added : lz4cat utility for posx systems |
commit | commitdiff | tree | snapshot |
2014-03-12 |
yann.collet... | Makefile : library correctly compiled with -O3 switch... |
commit | commitdiff | tree | snapshot |
2014-02-04 |
yann.collet... | Large decompression speed improvement for GCC 32-bits... |
commit | commitdiff | tree | snapshot |
2014-01-08 |
yann.collet... | quickfix (issue 107 & issue 103) |
commit | commitdiff | tree | snapshot |
2014-01-07 |
yann.collet... | Makefile : added capability to install libraries |
commit | commitdiff | tree | snapshot |
2013-12-30 |
yann.collet... | lz4 & lz4hc : added capability to allocate state &... |
commit | commitdiff | tree | snapshot |
2013-12-03 |
yann.collet... | lz4.c : corrected issue 98 within LZ4_compress_limitedO... |
commit | commitdiff | tree | snapshot |
2013-11-02 |
yann.collet... | lz4.c : corrected compression efficiency issue 97 in... |
commit | commitdiff | tree | snapshot |
2013-10-21 |
yann.collet... | Makefile : support DESTDIR for staged installs. Thanks... |
commit | commitdiff | tree | snapshot |
2013-10-01 |
yann.collet... | git-svn-id: https://lz4.googlecode.com/svn/trunk@106... |
commit | commitdiff | tree | snapshot |
2013-09-25 |
yann.collet... | Makefile : New install script and man page, contributed... |
commit | commitdiff | tree | snapshot |
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 |
next |