summaryrefslogtreecommitdiffstats
path: root/programs/lz4io.c
Commit message (Expand)AuthorAgeFilesLines
* added a few datesYann Collet2016-11-211-1/+1
* fixed : shadow global variable on gcc 4.4 (minor)Yann Collet2016-11-191-5/+5
* fix 32-bits mode.Yann Collet2016-11-171-9/+14
* fixed sign conversion warningYann Collet2016-11-151-3/+2
* fixed minor coverity warningsYann Collet2016-11-151-3/+4
* silence a minor msan warningYann Collet2016-11-141-1/+2
* Fix license and remove references to zstdNick Terrell2016-11-111-4/+4
* changed FUZZER_TIMEPrzemyslaw Skibinski2016-11-101-1/+1
* fix empty bodyYann Collet2016-11-101-1/+1
* fixed some static analyzer warningYann Collet2016-11-101-50/+60
* fixed sparse on stdoutYann Collet2016-11-101-0/+1
* fixed multiples files on lz4cat (#184, by @libor-m)Yann Collet2016-11-101-29/+56
* fixed synthetic benchmark modeYann Collet2016-11-091-2/+2
* Fix #243 : detect and report fread() errors, by @iyokanYann Collet2016-11-071-10/+11
* added --rm optionPrzemyslaw Skibinski2016-11-071-26/+22
* Copy owner, file permissions and modification timePrzemyslaw Skibinski2016-11-071-8/+7
* Rename passThrough to testModeNick Terrell2016-11-041-6/+6
* Fix test mode and write to nullNick Terrell2016-11-031-2/+10
* Merge pull request #249 from inikep/devYann Collet2016-11-031-1/+1
|\
| * updated links to LZ4 repositoryPrzemyslaw Skibinski2016-11-031-1/+1
* | fixed clang conversion warningYann Collet2016-11-031-1/+1
* | check fread() operation results (#243)Yann Collet2016-11-031-9/+16
|/
* fix for ARM platformYann Collet2016-11-021-2/+2
* moved cmake and debian directories to contrib (#245)Yann Collet2016-11-021-5/+5
* fixed #247, reported by Felix BolteYann Collet2016-11-011-205/+144
* Use lower case for header file nameKouhei Sutou2016-09-221-1/+1
* remove EnablePREfast=true for Win32inikep2016-09-021-0/+1
* fix mingw64 compilation warningsinikep2016-09-021-0/+3
* Fix build error on MinGWKouhei Sutou2016-01-101-1/+1
* Fixed a few minor visual analyzer warningsYann Collet2015-06-291-1/+1
* 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