summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | LZ4F_getFrameInfo() : provides srcSize hint like LZ4F_decompress()Yann Collet2014-09-132-4/+9
| | |
| * | LZ4F_decompressFrame : implemented srcSizeHint as function resultYann Collet2014-09-133-94/+134
| | |
| * | lz4frame : implemented option stableSrcYann Collet2014-09-133-21/+28
| | | | | | | | | Improved LZ4_compressFrame() speed
| * | lz4frame : autoflush mode : saves memory, and improves compression speedYann Collet2014-09-124-65/+95
| | | | | | | | | LZ4F_getFrameInfo() fix, thanks to Christopher Jackson
| * | slightly improved frame compression speedYann Collet2014-09-113-28/+28
| | |
| * | Improved lz4frame compression speedYann Collet2014-09-105-99/+68
| | | | | | | | | Added : fullbench test -c14 (LZ4F_compressFrame)
| * | More tests : random flushesYann Collet2014-09-102-4/+15
| | |
| * | Fix : streaming mode bug (re-using context & buffers)Yann Collet2014-09-106-20/+21
| | |
| * | Added : streaming modeYann Collet2014-09-094-46/+132
| | |
| * | Added : valgrind verification for frametestYann Collet2014-09-071-1/+2
| | |
| * | minor allocation correction (compressBegin)Yann Collet2014-09-071-0/+1
| | |
| * | API change : compressionContext more easily reusableYann Collet2014-09-073-39/+46
| | |
| * | Added : fuzzer : ability to jump to specified testNbYann Collet2014-09-071-13/+17
| | |
| * | Added : variable dstBuffer size decompression testYann Collet2014-09-071-7/+6
| | |
| * | More complex compression testsYann Collet2014-09-071-22/+45
| | |
| * | Improved frame decompression testYann Collet2014-09-062-8/+32
| | | | | | | | | Fixed : frame decompression bug
| * | minor frametest display improvementYann Collet2014-09-061-20/+25
| | |
| * | minor test code refactoringYann Collet2014-09-061-13/+15
| | |
| * | More tests (variation of blocksize & checksum)Yann Collet2014-09-062-4/+8
| | | | | | | | | fixed : checksum error on dealing with uncompressed blocks
| * | Added some more testsYann Collet2014-09-052-36/+152
| | |
| * | Implemented Content Checksum Verification within LZ4F_decompress()Yann Collet2014-09-052-46/+53
| | |
| * | Added : xxhash.h at root, for compilationYann Collet2014-09-041-0/+168
| | |
| * | fixed : LZ4F_decompress()Yann Collet2014-09-043-46/+91
| | | | | | | | | more decompress tests
| * | Completed first version of lz4frame decompressYann Collet2014-09-034-122/+295
| | | | | | | | | Added a first decompression test
| * | Added : preliminary frame decompression functionYann Collet2014-09-015-38/+273
| | |
| * | upgraded lz4frame compression testsYann Collet2014-08-313-19/+79
| | |
| * | lz4frame compression API v1 completedYann Collet2014-08-304-84/+703
| | | | | | | | | Added : test program frametest
| * | fix : lz4frame : added default blockSizeIDYann Collet2014-08-291-0/+3
| | |
| * | lz4frame minor API fixes (pointers)Yann Collet2014-08-292-18/+289
| | | | | | | | | lz4frame.c first example code (incomplete)
| * | minor lz4frame API update : errorCodes & frameInfoYann Collet2014-08-291-23/+26
| | |
| * | Merge branch 'frame' of https://github.com/Cyan4973/lz4 into frameYann Collet2014-08-281-0/+232
| |\ \ | | |/ | |/|
| | * Merge pull request #24 from Cyan4973/devCyan49732014-08-2817-988/+1676
| | |\ | | | | | | | | Catch up r122
| | * | lz4frame API update : introducing LZ4F_getHeaderInfo()Yann Collet2014-08-281-36/+24
| | | |
| | * | clarified comments within lz4frame APIYann Collet2014-08-271-10/+48
| | | |
| | * | early LZ4F decompression APIYann Collet2014-08-261-3/+36
| | | |
| | * | LZ4F API update. Creating "simple function" (compression only)Yann Collet2014-08-251-14/+33
| | | |
| | * | Updated LZ4F API : differentiate resource/compression functionsYann Collet2014-08-231-13/+38
| | | |
| | * | minor lz4frame API updateYann Collet2014-08-191-6/+6
| | | |
| | * | Added : lz4frame comments (doc)Yann Collet2014-08-191-7/+57
| | | |
| | * | updated lz4frame API, following suggestions from Takayuki MatsuokaYann Collet2014-08-191-10/+15
| | | |
| | * | Added : lz4Framing.h, first example of Framing compression APIYann Collet2014-08-181-0/+74
| | | |
| * | | Merge pull request #23 from Cyan4973/devr122Cyan49732014-08-282-0/+7
| |\ \ \ | | | |/ | | |/| Dev
| * | | Merge pull request #22 from Cyan4973/devCyan49732014-08-2827-74/+759
| |\ \ \ | | | | | | | | | | Dev
| * \ \ \ Merge pull request #17 from Cyan4973/devr121Cyan49732014-08-079-995/+995
| |\ \ \ \ | | | | | | | | | | | | Dev
| * \ \ \ \ Merge pull request #13 from Cyan4973/devr120Cyan49732014-07-2416-858/+1294
| |\ \ \ \ \ | | | | | | | | | | | | | | Dev
* | | | | | | minor fuzzer code cleanupYann Collet2014-08-302-18/+18
| | | | | | |
* | | | | | | minor fuzzer cleaningYann Collet2014-08-301-31/+6
| |_|_|_|/ / |/| | | | |
* | | | | | Updated : NEWS to r122Yann Collet2014-08-281-0/+7
| | | | | |
* | | | | | modified permissionYann Collet2014-08-261-0/+0
| |_|_|/ / |/| | | |
* | | | | updated lz4hc 64-bits detectionYann Collet2014-08-261-0/+1
| | | | |