summaryrefslogtreecommitdiffstats
path: root/programs/lz4io.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* scan-build testsYann Collet2015-03-151-8/+10
* windows sparse file supportYann Collet2015-03-131-5/+14
* Improved sparse files supportYann Collet2015-03-131-38/+49
* Improved sparse file supportYann Collet2015-03-131-7/+35
* Preliminary support for sparse filesYann Collet2015-03-111-34/+57
* g++ compatibilityYann Collet2015-03-101-167/+11
* Merge pull request #54 from t-mat/gc-issue/155Yann Collet2015-03-081-0/+145
|\
| * Fix sentinel bit patternTakayuki MATSUOKA2015-03-021-1/+1