Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build error on MinGW | Kouhei Sutou | 2016-01-10 | 1 | -1/+1 |
| | | | | | Header file name is case insensitive on Windows but it is case sensitive on Linux. "Windows.h" can't be found on Linux. | ||||
* | Fixed a few minor visual analyzer warnings | Yann Collet | 2015-06-29 | 1 | -1/+1 |
| | |||||
* | removed one malloc | Yann Collet | 2015-06-29 | 1 | -5/+6 |
| | |||||
* | lz4io : removed one malloc | Yann Collet | 2015-06-29 | 1 | -3/+4 |
| | |||||
* | Merge pull request #114 from lpsantil/djgpp | Yann Collet | 2015-05-28 | 1 | -5/+10 |
|\ | | | | | Djgpp | ||||
| * | Fixup programs/{Makefile,lz4cli.c,lz4io.c} to build with Andrew Wu's ↵ | Louis P. Santillan | 2015-05-26 | 1 | -5/+10 |
| | | | | | | | | build-djgpp cross compilers. Add some documentation in README.DJ | ||||
* | | Fixed : default sparse mode disabled on stdout, to support ` >>` ↵ | Yann Collet | 2015-05-25 | 1 | -9/+7 |
| | | | | | | | | redirection scenario reported by Takayuki Matsuoka (#110) | ||||
* | | Fixed : LZ4IO exits too early when frame crc not present, reported by ↵ | Yann Collet | 2015-05-20 | 1 | -1/+2 |
| | | | | | | | | Yongwoon Cho (#106) | ||||
* | | minor test refactor | Yann Collet | 2015-05-18 | 1 | -2/+3 |
| | | |||||
* | | Fixed sparse issue with non seekable streams (#105) | Yann Collet | 2015-05-18 | 1 | -6/+12 |
|/ | |||||
* | Added compilation flag -Wcast-qual | Yann Collet | 2015-05-06 | 1 | -4/+4 |
| | |||||
* | Updated lz4hc API | Yann Collet | 2015-05-03 | 1 | -1/+1 |
| | |||||
* | New lz4 API, using LZ4_compress_fast() | Yann Collet | 2015-05-03 | 1 | -1/+1 |
| | |||||
* | streaming API : Improved ring buffer management | Yann Collet | 2015-04-24 | 1 | -18/+16 |
| | |||||
* | Removed obsolete functions from lz4 cli | Yann Collet | 2015-04-21 | 1 | -3/+9 |
| | |||||
* | Removed LZ4_compress() (obsolete) from lz4 | Yann Collet | 2015-04-21 | 1 | -6/+6 |
| | |||||
* | Fixed frame concatenation | Yann Collet | 2015-04-20 | 1 | -3/+5 |
| | |||||
* | Fixed unfinished frame (issue #75) | Yann Collet | 2015-04-20 | 1 | -8/+13 |
| | |||||
* | Sparse file support is now enabled by default | Yann Collet | 2015-04-17 | 1 | -1/+1 |
| | |||||
* | Reclassified some notification messages as errors | Yann Collet | 2015-04-16 | 1 | -2/+2 |
| | |||||
* | stronger arm tests | Yann Collet | 2015-04-16 | 1 | -2/+2 |
| | |||||
* | fix minor "divide by zero" risk | Yann Collet | 2015-04-16 | 1 | -1/+2 |
| | |||||
* | fixed minor leak | Yann Collet | 2015-04-16 | 1 | -0/+1 |
| | |||||
* | minor optimization for small files | Yann Collet | 2015-04-16 | 1 | -38/+53 |
| | |||||
* | Multiple files decompression refactoring | Yann Collet | 2015-04-15 | 1 | -93/+86 |
| | |||||
* | Issue#90 : Add LZ4F_ prefix | Takayuki MATSUOKA | 2015-04-14 | 1 | -3/+3 |
| | | | | | - Add LZ4F_ prefix to LZ4 frame related enums. - Also add conditional macro LZ4F_DISABLE_OLD_ENUMS for testing and users who prefer strict prefixes. | ||||
* | Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst ↵ | Yann Collet | 2015-04-14 | 1 | -1/+1 |
| | | | | case instead of default. | ||||
* | lz4io refactoring | Yann Collet | 2015-04-14 | 1 | -79/+66 |
| | |||||
* | Fix leak issue with compression of multiple files | Yann Collet | 2015-04-14 | 1 | -107/+167 |
| | |||||
* | Improved performance when compressing a lot of small files | Yann Collet | 2015-04-13 | 1 | -101/+172 |
| | |||||
* | minor compatibility fixes | Yann Collet | 2015-04-13 | 1 | -9/+12 |
| | |||||
* | Merge pull request #86 from KyleJHarper/origin/r129/multiple_inputs_patch | Yann Collet | 2015-04-13 | 1 | -0/+47 |
|\ | | | | | Origin/r129/multiple inputs patch | ||||
| * | Added support for continuation of file compression and decompression if ↵ | Kyle J Harper | 2015-04-12 | 1 | -3/+22 |
| | | | | | | | | input files are missing. Should more closely match gzip/bzip2/xz and so forth. Also removed a debug print accidentally left in. | ||||
| * | Added new LZ4IO_decompressMultipleFilenames to allow decompression of ↵ | Kyle J Harper | 2015-04-12 | 1 | -0/+28 |
| | | | | | | | | multiple files with the -m switch added in r128 (ref: google code issue 151). Limitation: will only process files matching LZ4_EXTENSION macro, which for now seems reasonable. | ||||
* | | Fixed : a few minor coverity warnings | Yann Collet | 2015-04-12 | 1 | -6/+16 |
| | | |||||
* | | fixed minor sanitize warning | Yann Collet | 2015-04-11 | 1 | -3/+3 |
| | | |||||
* | | Fixed a few minor sanitize warnings | Yann Collet | 2015-04-10 | 1 | -3/+2 |
| | | |||||
* | | Fixed a few warnings from -fsanitize=undefined | Yann Collet | 2015-04-09 | 1 | -1/+8 |
| | | |||||
* | | Merge pull request #73 from funcodeio/dev | Yann Collet | 2015-04-04 | 1 | -3/+0 |
|\ \ | | | | | | | Removed unused lines. | ||||
| * | | Removed unused lines. | Yongwoon Cho | 2015-04-03 | 1 | -3/+0 |
| |/ | |||||
* | | Merge pull request #72 from fzort/master | Yann Collet | 2015-04-02 | 1 | -1/+1 |
|\ \ | | | | | | | Rebase #71 | ||||
| * | | Cygwin has fileno, so there's no need to use _fileno. | mauro.persano | 2015-04-01 | 1 | -1/+1 |
| |/ | |||||
| * | Fixed : Visual compilation | Yann Collet | 2015-03-31 | 1 | -0/+4 |
| | | |||||
* | | Added : progress indicator, in fast and decompression modes | Yann Collet | 2015-04-02 | 1 | -2/+4 |
| | | |||||
* | | Fixed : Windows compilation | Yann Collet | 2015-03-31 | 1 | -0/+4 |
|/ | | | Added : Appveyor badge | ||||
* | Changed struct member to contentSize | Yann Collet | 2015-03-29 | 1 | -1/+1 |
| | |||||
* | lz4 cli supports frame content size | Yann Collet | 2015-03-23 | 1 | -86/+121 |
| | |||||
* | frame content size support | Yann Collet | 2015-03-18 | 1 | -1/+1 |
| | |||||
* | Updated lz4io sparse file support (alignment properties) | Yann Collet | 2015-03-17 | 1 | -42/+54 |
| | |||||
* | minor lz4frame refactoring | Yann Collet | 2015-03-16 | 1 | -4/+4 |
| |