summaryrefslogtreecommitdiffstats
path: root/programs/lz4io.c
Commit message (Expand)AuthorAgeFilesLines
...
* removed one mallocYann Collet2015-06-291-5/+6
* lz4io : removed one mallocYann Collet2015-06-291-3/+4
* Merge pull request #114 from lpsantil/djgppYann Collet2015-05-281-5/+10
|\
| * Fixup programs/{Makefile,lz4cli.c,lz4io.c} to build with Andrew Wu's build-dj...Louis P. Santillan2015-05-261-5/+10
* | Fixed : default sparse mode disabled on stdout, to support ` >>` redirection...Yann Collet2015-05-251-9/+7
* | Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwo...Yann Collet2015-05-201-1/+2
* | minor test refactorYann Collet2015-05-181-2/+3
* | Fixed sparse issue with non seekable streams (#105)Yann Collet2015-05-181-6/+12
|/
* Added compilation flag -Wcast-qualYann Collet2015-05-061-4/+4
* Updated lz4hc APIYann Collet2015-05-031-1/+1
* New lz4 API, using LZ4_compress_fast()Yann Collet2015-05-031-1/+1
* streaming API : Improved ring buffer managementYann Collet2015-04-241-18/+16
* Removed obsolete functions from lz4 cliYann Collet2015-04-211-3/+9
* Removed LZ4_compress() (obsolete) from lz4Yann Collet2015-04-211-6/+6
* Fixed frame concatenationYann Collet2015-04-201-3/+5
* Fixed unfinished frame (issue #75)Yann Collet2015-04-201-8/+13
* Sparse file support is now enabled by defaultYann Collet2015-04-171-1/+1
* Reclassified some notification messages as errorsYann Collet2015-04-161-2/+2
* stronger arm testsYann Collet2015-04-161-2/+2
* fix minor "divide by zero" riskYann Collet2015-04-161-1/+2
* fixed minor leakYann Collet2015-04-161-0/+1
* minor optimization for small filesYann Collet2015-04-161-38/+53
* Multiple files decompression refactoringYann Collet2015-04-151-93/+86
* Issue#90 : Add LZ4F_ prefixTakayuki MATSUOKA2015-04-141-3/+3
* Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst ca...Yann Collet2015-04-141-1/+1
* lz4io refactoringYann Collet2015-04-141-79/+66
* Fix leak issue with compression of multiple filesYann Collet2015-04-141-107/+167
* Improved performance when compressing a lot of small filesYann Collet2015-04-131-101/+172
* minor compatibility fixesYann Collet2015-04-131-9/+12
* Merge pull request #86 from KyleJHarper/origin/r129/multiple_inputs_patchYann Collet2015-04-131-0/+47
|\
| * Added support for continuation of file compression and decompression if input...Kyle J Harper2015-04-121-3/+22
| * Added new LZ4IO_decompressMultipleFilenames to allow decompression of multipl...Kyle J Harper2015-04-121-0/+28
* | Fixed : a few minor coverity warningsYann Collet2015-04-121-6/+16
* | fixed minor sanitize warningYann Collet2015-04-111-3/+3
* | Fixed a few minor sanitize warningsYann Collet2015-04-101-3/+2
* | Fixed a few warnings from -fsanitize=undefinedYann Collet2015-04-091-1/+8
* | Merge pull request #73 from funcodeio/devYann Collet2015-04-041-3/+0
|\ \
| * | Removed unused lines.Yongwoon Cho2015-04-031-3/+0
| |/
* | Merge pull request #72 from fzort/masterYann Collet2015-04-021-1/+1
|\ \
| * | Cygwin has fileno, so there's no need to use _fileno.mauro.persano2015-04-011-1/+1
| |/
| * Fixed : Visual compilationYann Collet2015-03-311-0/+4
* | Added : progress indicator, in fast and decompression modesYann Collet2015-04-021-2/+4
* | Fixed : Windows compilationYann Collet2015-03-311-0/+4
|/
* Changed struct member to contentSizeYann Collet2015-03-291-1/+1
* lz4 cli supports frame content sizeYann Collet2015-03-231-86/+121
* frame content size supportYann Collet2015-03-181-1/+1
* Updated lz4io sparse file support (alignment properties)Yann Collet2015-03-171-42/+54
* minor lz4frame refactoringYann Collet2015-03-161-4/+4
* lz4 utility supports "pass-through" modeYann Collet2015-03-161-2/+33
* Added : clang testYann Collet2015-03-151-5/+2