2014-09-22 |
Yann Collet | LZ4F_getFrameInfo() No longer requires to continue... |
commit | commitdiff | tree | snapshot |
2014-09-21 |
Yann Collet | lz4frame : support stableDst option |
commit | commitdiff | tree | snapshot |
2014-09-14 |
Yann Collet | small improvements to lz4frame compression |
commit | commitdiff | tree | snapshot |
2014-09-13 |
Yann Collet | changed : lz4 test mode (-t) to no longer ask for confi... |
commit | commitdiff | tree | snapshot |
2014-09-13 |
Yann Collet | changed xxhash directory |
commit | commitdiff | tree | snapshot |
2014-09-13 |
Yann Collet | Merge pull request #26 from Cyan4973/frame |
commit | commitdiff | tree | snapshot |
2014-09-13 |
Yann Collet | Restored variable output size fuzzer test |
commit | commitdiff | tree | snapshot |
2014-09-13 |
Yann Collet | Frame decompression speed optimization |
commit | commitdiff | tree | snapshot |
2014-09-13 |
Yann Collet | fullbench : added benchmark for LZ4F_decompress() |
commit | commitdiff | tree | snapshot |
2014-09-13 |
Yann Collet | LZ4F_getFrameInfo() : provides srcSize hint like LZ4F_d... |
commit | commitdiff | tree | snapshot |
2014-09-13 |
Yann Collet | LZ4F_decompressFrame : implemented srcSizeHint as funct... |
commit | commitdiff | tree | snapshot |
2014-09-13 |
Yann Collet | lz4frame : implemented option stableSrc |
commit | commitdiff | tree | snapshot |
2014-09-12 |
Yann Collet | lz4frame : autoflush mode : saves memory, and improves... |
commit | commitdiff | tree | snapshot |
2014-09-11 |
Yann Collet | slightly improved frame compression speed |
commit | commitdiff | tree | snapshot |
2014-09-10 |
Yann Collet | Improved lz4frame compression speed |
commit | commitdiff | tree | snapshot |
2014-09-10 |
Yann Collet | More tests : random flushes |
commit | commitdiff | tree | snapshot |
2014-09-10 |
Yann Collet | Fix : streaming mode bug (re-using context & buffers) |
commit | commitdiff | tree | snapshot |
2014-09-09 |
Yann Collet | Added : streaming mode |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Yann Collet | Added : valgrind verification for frametest |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Yann Collet | minor allocation correction (compressBegin) |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Yann Collet | API change : compressionContext more easily reusable |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Yann Collet | Added : fuzzer : ability to jump to specified testNb |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Yann Collet | Added : variable dstBuffer size decompression test |
commit | commitdiff | tree | snapshot |
2014-09-07 |
Yann Collet | More complex compression tests |
commit | commitdiff | tree | snapshot |
2014-09-06 |
Yann Collet | Improved frame decompression test |
commit | commitdiff | tree | snapshot |
2014-09-06 |
Yann Collet | minor frametest display improvement |
commit | commitdiff | tree | snapshot |
2014-09-06 |
Yann Collet | minor test code refactoring |
commit | commitdiff | tree | snapshot |
2014-09-06 |
Yann Collet | More tests (variation of blocksize & checksum) |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Yann Collet | Added some more tests |
commit | commitdiff | tree | snapshot |
2014-09-05 |
Yann Collet | Implemented Content Checksum Verification within LZ4F_d... |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Yann Collet | Added : xxhash.h at root, for compilation |
commit | commitdiff | tree | snapshot |
2014-09-04 |
Yann Collet | fixed : LZ4F_decompress() |
commit | commitdiff | tree | snapshot |
2014-09-03 |
Yann Collet | Completed first version of lz4frame decompress |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Yann Collet | Added : preliminary frame decompression function |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Yann Collet | upgraded lz4frame compression tests |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Yann Collet | lz4frame compression API v1 completed |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Yann Collet | minor fuzzer code cleanup |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Yann Collet | minor fuzzer cleaning |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Yann Collet | fix : lz4frame : added default blockSizeID |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Yann Collet | lz4frame minor API fixes (pointers) |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Yann Collet | minor lz4frame API update : errorCodes & frameInfo |
commit | commitdiff | tree | snapshot |
2014-08-28 |
Yann Collet | Merge branch 'frame' of https://github.com/Cyan4973... |
commit | commitdiff | tree | snapshot |
2014-08-28 |
Cyan4973 | Merge pull request #24 from Cyan4973/dev |
commit | commitdiff | tree | snapshot |
2014-08-28 |
Cyan4973 | Merge pull request #23 from Cyan4973/dev |
commit | commitdiff | tree | snapshot |
2014-08-28 |
Yann Collet | Updated : NEWS to r122 |
commit | commitdiff | tree | snapshot |
2014-08-28 |
Cyan4973 | Merge pull request #22 from Cyan4973/dev |
commit | commitdiff | tree | snapshot |
2014-08-28 |
Yann Collet | lz4frame API update : introducing LZ4F_getHeaderInfo() |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Yann Collet | clarified comments within lz4frame API |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Yann Collet | modified permission |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Yann Collet | updated lz4hc 64-bits detection |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Yann Collet | Fixed crlf issue |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Yann Collet | Simplified travis test flow |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Yann Collet | Added : examples from Takayuki Matsuoka |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Yann Collet | minor comment clarification about LZ4_compressBound() |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Yann Collet | early LZ4F decompression API |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Yann Collet | LZ4F API update. Creating "simple function" (compressio... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Yann Collet | Added : mips 64 bits detection macro, as suggested... |
commit | commitdiff | tree | snapshot |
2014-08-23 |
Yann Collet | Updated LZ4F API : differentiate resource/compression... |
commit | commitdiff | tree | snapshot |
2014-08-22 |
Yann Collet | add new directory 'examples' |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Yann Collet | minor API comment clarifications |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Yann Collet | Fix : 64-bits macro detection for AIX system (thanks... |
commit | commitdiff | tree | snapshot |
2014-08-21 |
Yann Collet | minor cmake refresh |
commit | commitdiff | tree | snapshot |
2014-08-20 |
Yann Collet | Added macro, for large file support on 32-bits AIX |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Yann Collet | minor lz4frame API update |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Yann Collet | Added : lz4frame comments (doc) |
commit | commitdiff | tree | snapshot |
2014-08-19 |
Yann Collet | updated lz4frame API, following suggestions from Takayu... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Yann Collet | Added : lz4Framing.h, first example of Framing compress... |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Yann Collet | Added : LZ4 Framing Format, new version (v1.4.1) |
commit | commitdiff | tree | snapshot |
2014-08-18 |
Yann Collet | Removed : old version of framing format |
commit | commitdiff | tree | snapshot |
2014-08-15 |
Yann Collet | Update xxHash to r36 |
commit | commitdiff | tree | snapshot |
2014-08-13 |
Yann Collet | updated release number |
commit | commitdiff | tree | snapshot |
2014-08-09 |
Yann Collet | Revert "Introduced "Continuous Block Mode" (CBM) naming" |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Yann Collet | Introduced "Continuous Block Mode" (CBM) naming |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Yann Collet | clarified "dev" branch policy |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Cyan4973 | Merge pull request #19 from ignatenkobrain/dev |
commit | commitdiff | tree | snapshot |
2014-08-08 |
Igor Gnatenko | Makefile: fix DESTDIR |
commit | commitdiff | tree | snapshot |
2014-08-07 |
Cyan4973 | Merge pull request #17 from Cyan4973/dev |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Yann Collet | Added : .gitattributes |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Yann Collet | Fixed crlf issue |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Yann Collet | Makefile : restored Takayuki's fix for OS-X and BSD |
commit | commitdiff | tree | snapshot |
2014-08-06 |
Yann Collet | Updated Makefile : make dist |
commit | commitdiff | tree | snapshot |
2014-08-05 |
Yann Collet | fix : minor compilation warning under mingw |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Yann Collet | Added : HC streaming test |
commit | commitdiff | tree | snapshot |
2014-08-01 |
Yann Collet | fix : HC streaming mode |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Cyan4973 | Merge pull request #15 from t-mat/fix-bsd-sed |
commit | commitdiff | tree | snapshot |
2014-07-30 |
Takayuki MATSUOKA | Fix BSD sed error reported by Yue Du |
commit | commitdiff | tree | snapshot |
2014-07-29 |
Yann Collet | fix : minor compilation warning under mingw |
commit | commitdiff | tree | snapshot |
2014-07-26 |
Yann Collet | Added : Makefile : install for kFreeBSD and Hurd (Nobuh... |
commit | commitdiff | tree | snapshot |
2014-07-24 |
Cyan4973 | Merge pull request #13 from Cyan4973/dev |
commit | commitdiff | tree | snapshot |
2014-07-23 |
Yann Collet | updated NEWS |
commit | commitdiff | tree | snapshot |
2014-07-22 |
Yann Collet | Makefile : synchronize library version number with... |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Yann Collet | Makefile : some corrections suggested by Michał Górny... |
commit | commitdiff | tree | snapshot |
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 |
next |