summaryrefslogtreecommitdiff
path: root/programs/lz4io.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-13lz4io: fixed minor ressource leakYann Collet1-0/+1
2018-01-05[lz4io] Fix decompression file stat with --rmNick Terrell1-8/+12
2017-12-04Fix bug which could sometimes result in the lz4 cli chmodding /dev/null if ru...Alice Atlas1-1/+1
2017-10-09Read the Dictionary into a Circular BufferW. Felix Handte1-22/+49
2017-10-09Add Dictionary Support to the Command Line ToolW. Felix Handte1-4/+80
2017-08-11cli : restored command -BX to enable block checksum (#322)Yann Collet1-5/+6
2017-06-12report where decompression ends (#313)Yann Collet1-39/+60
2017-03-16LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code pathYann Collet1-1/+1
2017-03-15fixed Visual compilation errorYann Collet1-1/+1
2017-03-15fix #332 : do not modify /dev/null permissionsYann Collet1-37/+31
2017-02-15Avoid fseek()'s 2GiB barrier with MinGWPrzemyslaw Skibinski1-16/+5
2016-12-22use FindFirstFileA and FindNextFileA on WindowsPrzemyslaw Skibinski1-1/+1
2016-12-21improved commentsPrzemyslaw Skibinski1-1/+1
2016-12-21use fseeko for 32-bit MacOSPrzemyslaw Skibinski1-3/+1
2016-12-21test Large File support for Mac OS-X in 32-bits modePrzemyslaw Skibinski1-2/+11
2016-12-21util.h and platform.h based on zstdPrzemyslaw Skibinski1-1/+5
2016-12-21fixed Visual Studio compilationPrzemyslaw Skibinski1-0/+8
2016-12-21improved MinGW supportPrzemyslaw Skibinski1-6/+0
2016-12-20improved formatting (2)Przemyslaw Skibinski1-0/+2
2016-12-20fixed gcc warnings (2)Przemyslaw Skibinski1-1/+3
2016-12-20improved platform.hPrzemyslaw Skibinski1-2/+2
2016-12-20executables use platform.hPrzemyslaw Skibinski1-31/+2
2016-12-0715-bit LZ4HC_HASH_LOGPrzemyslaw Skibinski1-1/+2
2016-12-07fixed gcc warningsPrzemyslaw Skibinski1-1/+1
2016-11-22fixed LZ4IO_compressMultipleFilenamesPrzemyslaw Skibinski1-3/+5
2016-11-21added a few datesYann Collet1-1/+1
2016-11-18fixed : shadow global variable on gcc 4.4 (minor)Yann Collet1-5/+5
2016-11-17fix 32-bits mode.Yann Collet1-9/+14
2016-11-15fixed sign conversion warningYann Collet1-3/+2
2016-11-15fixed minor coverity warningsYann Collet1-3/+4
2016-11-14silence a minor msan warningYann Collet1-1/+2
2016-11-10Fix license and remove references to zstdNick Terrell1-4/+4
2016-11-10changed FUZZER_TIMEPrzemyslaw Skibinski1-1/+1
2016-11-09fix empty bodyYann Collet1-1/+1
2016-11-09fixed some static analyzer warningYann Collet1-50/+60
2016-11-09fixed sparse on stdoutYann Collet1-0/+1
2016-11-09fixed multiples files on lz4cat (#184, by @libor-m)Yann Collet1-29/+56
2016-11-09fixed synthetic benchmark modeYann Collet1-2/+2
2016-11-07Fix #243 : detect and report fread() errors, by @iyokanYann Collet1-10/+11
2016-11-07added --rm optionPrzemyslaw Skibinski1-26/+22
2016-11-07Copy owner, file permissions and modification timePrzemyslaw Skibinski1-8/+7
2016-11-03Rename passThrough to testModeNick Terrell1-6/+6
2016-11-03Fix test mode and write to nullNick Terrell1-2/+10
2016-11-03Merge pull request #249 from inikep/devYann Collet1-1/+1
2016-11-03fixed clang conversion warningYann Collet1-1/+1
2016-11-03check fread() operation results (#243)Yann Collet1-9/+16
2016-11-03updated links to LZ4 repositoryPrzemyslaw Skibinski1-1/+1
2016-11-01fix for ARM platformYann Collet1-2/+2
2016-11-01moved cmake and debian directories to contrib (#245)Yann Collet1-5/+5
2016-11-01fixed #247, reported by Felix BolteYann Collet1-205/+144