summaryrefslogtreecommitdiff
path: root/programs
AgeCommit message (Expand)AuthorFilesLines
2014-09-22fixed : clang warningsYann Collet2-147/+167
2014-09-22Added : suooirt for s390x, thanks to Nobuhiro IwamatsuYann Collet3-13/+14
2014-09-22LZ4F_compressFrame : fix potential crash on selecting custom preferencesYann Collet1-0/+8
2014-09-21lz4frame : support stableDst optionYann Collet2-14/+37
2014-09-15small improvements to lz4frame compressionYann Collet1-6/+8
2014-09-13changed : lz4 test mode (-t) to no longer ask for confirmation, as suggested ...Yann Collet1-1/+1
2014-09-13changed xxhash directoryYann Collet4-983/+9
2014-09-14Merge pull request #26 from Cyan4973/frameYann Collet3-45/+714
2014-09-13Restored variable output size fuzzer testYann Collet1-3/+2
2014-09-13Frame decompression speed optimizationYann Collet2-6/+17
2014-09-13fullbench : added benchmark for LZ4F_decompress()Yann Collet1-35/+60
2014-09-13LZ4F_decompressFrame : implemented srcSizeHint as function resultYann Collet1-1/+1
2014-09-13lz4frame : implemented option stableSrcYann Collet1-4/+13
2014-09-12lz4frame : autoflush mode : saves memory, and improves compression speedYann Collet2-28/+32
2014-09-11slightly improved frame compression speedYann Collet2-15/+17
2014-09-10Improved lz4frame compression speedYann Collet3-3/+17
2014-09-10More tests : random flushesYann Collet1-1/+8
2014-09-10Fix : streaming mode bug (re-using context & buffers)Yann Collet2-4/+3
2014-09-09Added : streaming modeYann Collet1-3/+5
2014-09-07Added : valgrind verification for frametestYann Collet1-1/+2
2014-09-07API change : compressionContext more easily reusableYann Collet1-15/+17
2014-09-07Added : fuzzer : ability to jump to specified testNbYann Collet1-13/+17
2014-09-07Added : variable dstBuffer size decompression testYann Collet1-7/+6
2014-09-07More complex compression testsYann Collet1-22/+45
2014-09-06Improved frame decompression testYann Collet1-5/+28
2014-09-06minor frametest display improvementYann Collet1-20/+25
2014-09-06minor test code refactoringYann Collet1-13/+15
2014-09-06More tests (variation of blocksize & checksum)Yann Collet1-4/+7
2014-09-05Added some more testsYann Collet1-35/+151
2014-09-04fixed : LZ4F_decompress()Yann Collet1-1/+21
2014-09-03Completed first version of lz4frame decompressYann Collet1-0/+15
2014-09-01Added : preliminary frame decompression functionYann Collet2-24/+17
2014-08-31upgraded lz4frame compression testsYann Collet2-18/+78
2014-08-30lz4frame compression API v1 completedYann Collet2-4/+335
2014-08-30minor fuzzer code cleanupYann Collet2-18/+18
2014-08-30minor fuzzer cleaningYann Collet1-31/+6
2014-08-26Fixed crlf issueYann Collet2-956/+956
2014-08-26Simplified travis test flowYann Collet1-5/+4
2014-08-20Added macro, for large file support on 32-bits AIXYann Collet1-0/+1
2014-08-15Update xxHash to r36Yann Collet2-956/+957
2014-08-13updated release numberYann Collet2-8/+9
2014-08-06Fixed crlf issueYann Collet2-957/+957
2014-08-06Updated Makefile : make distYann Collet2-27/+1
2014-08-05fix : minor compilation warning under mingwYann Collet1-1/+1
2014-08-01Added : HC streaming testYann Collet1-6/+11
2014-07-29fix : minor compilation warning under mingwYann Collet1-1/+1
2014-07-26Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu)Yann Collet1-2/+4
2014-07-21Makefile : some corrections suggested by Michał Górny (issue 136)Yann Collet1-10/+13
2014-07-19Updated xxHash to r35Yann Collet2-627/+987
2014-07-14Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle Yann Collet7-18/+18