2015-07-16 |
Yann Collet | minor refactor |
commit | commitdiff | tree | snapshot |
2015-07-16 |
Yann Collet | Slightly improved decompression speed |
commit | commitdiff | tree | snapshot |
2015-07-16 |
Yann Collet | sligthly improved decompression speed |
commit | commitdiff | tree | snapshot |
2015-07-02 |
Yann Collet | liblz4 : Moved XXH_NAMESPACE to CPPFLAGS |
commit | commitdiff | tree | snapshot |
2015-06-29 |
Yann Collet | Fixed a few minor visual analyzer warnings |
commit | commitdiff | tree | snapshot |
2015-06-29 |
Yann Collet | Increased stack memory considered normal by Visual... |
commit | commitdiff | tree | snapshot |
2015-06-29 |
Yann Collet | removed one malloc |
commit | commitdiff | tree | snapshot |
2015-06-29 |
Yann Collet | lz4io : removed one malloc |
commit | commitdiff | tree | snapshot |
2015-06-29 |
Yann Collet | lz4cli : add one malloc test |
commit | commitdiff | tree | snapshot |
2015-06-29 |
Yann Collet | lz4hc : added one malloc test |
commit | commitdiff | tree | snapshot |
2015-06-29 |
Yann Collet | changed datagen to remove one malloc |
commit | commitdiff | tree | snapshot |
2015-06-29 |
Yann Collet | Added static analyzer test in Visual |
commit | commitdiff | tree | snapshot |
2015-06-28 |
Yann Collet | renamed directory to versionsTest |
commit | commitdiff | tree | snapshot |
2015-06-28 |
Yann Collet | Updated NEWS |
commit | commitdiff | tree | snapshot |
2015-06-28 |
Yann Collet | minor example clarification |
commit | commitdiff | tree | snapshot |
2015-06-27 |
Yann Collet | Updated lib readme |
commit | commitdiff | tree | snapshot |
2015-06-27 |
Yann Collet | Fixed : fuzzer display messages |
commit | commitdiff | tree | snapshot |
2015-06-27 |
Yann Collet | staticAnalyze use same compilation flags as normal... |
commit | commitdiff | tree | snapshot |
2015-06-27 |
Yann Collet | Ensured make test is not confused with directory test |
commit | commitdiff | tree | snapshot |
2015-06-27 |
Yann Collet | Added namespace ability to xxhash |
commit | commitdiff | tree | snapshot |
2015-06-27 |
Yann Collet | Changed : static library is no longer compiled with... |
commit | commitdiff | tree | snapshot |
2015-06-27 |
Yann Collet | Merge branch 'dev' of github.com:Cyan4973/lz4 into dev |
commit | commitdiff | tree | snapshot |
2015-06-26 |
Yann Collet | Merge pull request #124 from toddlipcon/master |
commit | commitdiff | tree | snapshot |
2015-06-26 |
Yann Collet | Merge pull request #122 from keszybz/master |
commit | commitdiff | tree | snapshot |
2015-06-26 |
Yann Collet | Merge pull request #121 from keszybz/add-gitignore |
commit | commitdiff | tree | snapshot |
2015-06-25 |
Todd Lipcon | Fix cmake build to use gnu flags on clang |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Yann Collet | Minor doc clarification on sparse mode support |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Yann Collet | Minor lib readme update |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Zbigniew Jędrzejewsk... | Use lz4 binary to check output |
commit | commitdiff | tree | snapshot |
2015-06-18 |
Zbigniew Jędrzejewsk... | Add example which uses the frame api through the library |
commit | commitdiff | tree | snapshot |
2015-06-16 |
Zbigniew Jędrzejewsk... | Make git ignore generated files |
commit | commitdiff | tree | snapshot |
2015-05-29 |
Yann Collet | Minor update on source ports |
commit | commitdiff | tree | snapshot |
2015-05-29 |
Yann Collet | Merge branch 'dev' of github.com:Cyan4973/lz4 into dev |
commit | commitdiff | tree | snapshot |
2015-05-29 |
Yann Collet | Updated badges |
commit | commitdiff | tree | snapshot |
2015-05-28 |
Yann Collet | Merge pull request #114 from lpsantil/djgpp |
commit | commitdiff | tree | snapshot |
2015-05-27 |
Louis P. Santillan | READM fixup |
commit | commitdiff | tree | snapshot |
2015-05-27 |
Louis P. Santillan | djgpp port now using the proposed contrib structure |
commit | commitdiff | tree | snapshot |
2015-05-27 |
Louis P. Santillan | Reverted all `Makefile` changes |
commit | commitdiff | tree | snapshot |
2015-05-26 |
Louis P. Santillan | Renamed the djgpp README so that it gets converted... |
commit | commitdiff | tree | snapshot |
2015-05-26 |
Louis P. Santillan | Makefile cleanups to make building with Andrew Wu's... |
commit | commitdiff | tree | snapshot |
2015-05-26 |
Louis P. Santillan | Fixup lib/Makefile so that is builds a library for... |
commit | commitdiff | tree | snapshot |
2015-05-26 |
Louis P. Santillan | Fixup programs/{Makefile,lz4cli.c,lz4io.c} to build... |
commit | commitdiff | tree | snapshot |
2015-05-26 |
Yann Collet | Merge pull request #111 from Cyan4973/dev |
commit | commitdiff | tree | snapshot |
2015-05-25 |
Yann Collet | Updated NEWS |
commit | commitdiff | tree | snapshot |
2015-05-25 |
Yann Collet | Fixed : default sparse mode disabled on stdout, to... |
commit | commitdiff | tree | snapshot |
2015-05-21 |
Yann Collet | Performance fix : big compression speed boost for clang... |
commit | commitdiff | tree | snapshot |
2015-05-20 |
Yann Collet | Merge branch 'dev' of github.com:Cyan4973/lz4 into dev |
commit | commitdiff | tree | snapshot |
2015-05-20 |
Yann Collet | Merge pull request #107 from t-mat/issue/103pr2 |
commit | commitdiff | tree | snapshot |
2015-05-20 |
Yann Collet | Added LZF |
commit | commitdiff | tree | snapshot |
2015-05-20 |
Takayuki MATSUOKA | Combine unique .lz4 file info |
commit | commitdiff | tree | snapshot |
2015-05-20 |
Takayuki MATSUOKA | Support iterative edit and testing |
commit | commitdiff | tree | snapshot |
2015-05-20 |
Takayuki MATSUOKA | Add log output of succeeded decompression to test script |
commit | commitdiff | tree | snapshot |
2015-05-20 |
Takayuki MATSUOKA | Add log of same files and sha1 hash of unique files... |
commit | commitdiff | tree | snapshot |
2015-05-20 |
Yann Collet | Fixed : LZ4IO exits too early when frame crc not prese... |
commit | commitdiff | tree | snapshot |
2015-05-19 |
Yann Collet | minor tests improvements |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Yann Collet | minor test refactor |
commit | commitdiff | tree | snapshot |
2015-05-18 |
Yann Collet | Fixed sparse issue with non seekable streams (#105) |
commit | commitdiff | tree | snapshot |
2015-05-17 |
Yann Collet | removed "flush" argument to please Travis's python... |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Yann Collet | cosmetic changes, 2nd try |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Yann Collet | minor cosmetic changes for Takayuki's testVersions |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Yann Collet | Merge branch 'dev' of github.com:Cyan4973/lz4 into dev |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Yann Collet | Merge pull request #104 from t-mat/issue/103pr2 |
commit | commitdiff | tree | snapshot |
2015-05-15 |
Takayuki MATSUOKA | Issue #103 : Add compatibility test between releases |
commit | commitdiff | tree | snapshot |
2015-05-13 |
Yann Collet | Added a few more interoperability tests (32bits vs... |
commit | commitdiff | tree | snapshot |
2015-05-12 |
Yann Collet | Updated a few comments |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Yann Collet | Fixed minor typo |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Yann Collet | minor introduction update |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Yann Collet | Merge pull request #102 from Cyan4973/dev |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Yann Collet | minor parsing update |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Yann Collet | Updated comments |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Yann Collet | Fixed typo |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Yann Collet | Added : LZ4_compress_destSize() |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Yann Collet | Added compilation flag -Wcast-qual |
commit | commitdiff | tree | snapshot |
2015-05-04 |
Yann Collet | Updated readme |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Yann Collet | Updated lz4hc API |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Yann Collet | Fixed minor Visual warning |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Yann Collet | Updated streaming examples |
commit | commitdiff | tree | snapshot |
2015-05-03 |
Yann Collet | New lz4 API, using LZ4_compress_fast() |
commit | commitdiff | tree | snapshot |
2015-05-02 |
Yann Collet | Merge pull request #99 from eberge/dev |
commit | commitdiff | tree | snapshot |
2015-05-02 |
Yann Collet | Fixed bug 9318 |
commit | commitdiff | tree | snapshot |
2015-05-02 |
Yann Collet | refactored lz4hc |
commit | commitdiff | tree | snapshot |
2015-04-28 |
Eric Berge | Install the lz4frame.h header in the cmake build |
commit | commitdiff | tree | snapshot |
2015-04-27 |
Yann Collet | moved lz4frame context types to incomplete typedef |
commit | commitdiff | tree | snapshot |
2015-04-24 |
Yann Collet | Increased aligment requirement for lz4frame context... |
commit | commitdiff | tree | snapshot |
2015-04-24 |
Yann Collet | Modified lz4frame context typedef, to enforce stricter... |
commit | commitdiff | tree | snapshot |
2015-04-24 |
Yann Collet | Fixed minor static analyzer warning |
commit | commitdiff | tree | snapshot |
2015-04-24 |
Yann Collet | streaming API : Improved ring buffer management |
commit | commitdiff | tree | snapshot |
2015-04-23 |
Yann Collet | Merge pull request #98 from eberge/dev |
commit | commitdiff | tree | snapshot |
2015-04-23 |
Eric Berge | cmake support for AIX, HPUX, Solaris and Windows |
commit | commitdiff | tree | snapshot |
2015-04-23 |
Yann Collet | Added LZ4_compress_fast_extState() |
commit | commitdiff | tree | snapshot |
2015-04-21 |
Yann Collet | Frame content size disabled by default when using LZ4F_... |
commit | commitdiff | tree | snapshot |
2015-04-21 |
Yann Collet | Removed obsolete functions from lz4 cli |
commit | commitdiff | tree | snapshot |
2015-04-21 |
Yann Collet | Removed LZ4_compress() (obsolete) from lz4 |
commit | commitdiff | tree | snapshot |
2015-04-20 |
Yann Collet | Updated LZ4F_freeDecompressionContext(), to provide... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
Yann Collet | Changed LZ4F compressionLevel from unsigned to signed... |
commit | commitdiff | tree | snapshot |
2015-04-20 |
Yann Collet | Fixed frame concatenation |
commit | commitdiff | tree | snapshot |
2015-04-20 |
Yann Collet | Fixed frametest |
commit | commitdiff | tree | snapshot |
2015-04-20 |
Yann Collet | Restored make-lz4 |
commit | commitdiff | tree | snapshot |
2015-04-20 |
Yann Collet | Fixed unfinished frame (issue #75) |
commit | commitdiff | tree | snapshot |
2015-04-19 |
Yann Collet | Updated LZ4F_getFrameInfo() behavior, related to uncomp... |
commit | commitdiff | tree | snapshot |
next |