summaryrefslogtreecommitdiff
path: root/programs/lz4io.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-23Use lower case for header file nameKouhei Sutou1-1/+1
2016-09-03remove EnablePREfast=true for Win32inikep1-0/+1
2016-09-02fix mingw64 compilation warningsinikep1-0/+3
2016-01-10Fix build error on MinGWKouhei Sutou1-1/+1
2015-06-29Fixed a few minor visual analyzer warningsYann Collet1-1/+1
2015-06-28removed one mallocYann Collet1-5/+6
2015-06-28lz4io : removed one mallocYann Collet1-3/+4
2015-05-28Merge pull request #114 from lpsantil/djgppYann Collet1-5/+10
2015-05-25Fixup programs/{Makefile,lz4cli.c,lz4io.c} to build with Andrew Wu's build-dj...Louis P. Santillan1-5/+10
2015-05-25Fixed : default sparse mode disabled on stdout, to support ` >>` redirection...Yann Collet1-9/+7
2015-05-20Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwo...Yann Collet1-1/+2
2015-05-18minor test refactorYann Collet1-2/+3
2015-05-18Fixed sparse issue with non seekable streams (#105)Yann Collet1-6/+12
2015-05-06Added compilation flag -Wcast-qualYann Collet1-4/+4
2015-05-03Updated lz4hc APIYann Collet1-1/+1
2015-05-03New lz4 API, using LZ4_compress_fast()Yann Collet1-1/+1
2015-04-24streaming API : Improved ring buffer managementYann Collet1-18/+16
2015-04-21Removed obsolete functions from lz4 cliYann Collet1-3/+9
2015-04-21Removed LZ4_compress() (obsolete) from lz4Yann Collet1-6/+6
2015-04-20Fixed frame concatenationYann Collet1-3/+5
2015-04-20Fixed unfinished frame (issue #75)Yann Collet1-8/+13
2015-04-17Sparse file support is now enabled by defaultYann Collet1-1/+1
2015-04-16Reclassified some notification messages as errorsYann Collet1-2/+2
2015-04-16stronger arm testsYann Collet1-2/+2
2015-04-16fix minor "divide by zero" riskYann Collet1-1/+2
2015-04-16fixed minor leakYann Collet1-0/+1
2015-04-16minor optimization for small filesYann Collet1-38/+53
2015-04-15Multiple files decompression refactoringYann Collet1-93/+86
2015-04-15Issue#90 : Add LZ4F_ prefixTakayuki MATSUOKA1-3/+3
2015-04-14Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst ca...Yann Collet1-1/+1
2015-04-14lz4io refactoringYann Collet1-79/+66
2015-04-14Fix leak issue with compression of multiple filesYann Collet1-107/+167
2015-04-14Improved performance when compressing a lot of small filesYann Collet1-101/+172
2015-04-13minor compatibility fixesYann Collet1-9/+12
2015-04-13Merge pull request #86 from KyleJHarper/origin/r129/multiple_inputs_patchYann Collet1-0/+47
2015-04-12Added support for continuation of file compression and decompression if input...Kyle J Harper1-3/+22
2015-04-12Added new LZ4IO_decompressMultipleFilenames to allow decompression of multipl...Kyle J Harper1-0/+28
2015-04-12Fixed : a few minor coverity warningsYann Collet1-6/+16
2015-04-11fixed minor sanitize warningYann Collet1-3/+3
2015-04-10Fixed a few minor sanitize warningsYann Collet1-3/+2
2015-04-09Fixed a few warnings from -fsanitize=undefinedYann Collet1-1/+8
2015-04-04Merge pull request #73 from funcodeio/devYann Collet1-3/+0
2015-04-03Removed unused lines.Yongwoon Cho1-3/+0
2015-04-02Merge pull request #72 from fzort/masterYann Collet1-1/+1
2015-04-02Added : progress indicator, in fast and decompression modesYann Collet1-2/+4
2015-04-01Cygwin has fileno, so there's no need to use _fileno.mauro.persano1-1/+1
2015-03-31Fixed : Windows compilationYann Collet1-0/+4
2015-03-31Fixed : Visual compilationYann Collet1-0/+4
2015-03-29Changed struct member to contentSizeYann Collet1-1/+1
2015-03-23lz4 cli supports frame content sizeYann Collet1-86/+121