1. a430b85 Multiple files decompression refactoring by Yann Collet · 10 years ago
  2. 4e574e7 Updated lz4frame error names by Yann Collet · 10 years ago
  3. 175890f Issue#90 : Change old enum names to new one by Takayuki MATSUOKA · 10 years ago
  4. 081bcca Issue#90 : Add LZ4F_ prefix by Takayuki MATSUOKA · 10 years ago
  5. 3f4f623 Valgrind tests generate errors by Yann Collet · 10 years ago
  6. 83e350d Merge branch 'dev' of github.com:Cyan4973/lz4 into dev by Yann Collet · 10 years ago
  7. 05a46fc Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst case instead of default. by Yann Collet · 10 years ago
  8. 348f509 lz4io refactoring by Yann Collet · 10 years ago
  9. eabc6d8 New valgrind test with multiple files by Yann Collet · 10 years ago
  10. 113b150 Fix leak issue with compression of multiple files by Yann Collet · 10 years ago
  11. c64200d Improved performance when compressing a lot of small files by Yann Collet · 10 years ago
  12. cc24124 minor compatibility fixes by Yann Collet · 10 years ago
  13. ccba7a0 Merge pull request #86 from KyleJHarper/origin/r129/multiple_inputs_patch by Yann Collet · 10 years ago
  14. 7f2f1fc Added support for continuation of file compression and decompression if input files are missing. Should more closely match gzip/bzip2/xz and so forth. Also removed a debug print accidentally left in. by Kyle J Harper · 10 years ago
  15. 0169502 Added new LZ4IO_decompressMultipleFilenames to allow decompression of 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. by Kyle J Harper · 10 years ago
  16. da11725 new memory leak test for fullbench using multi-files by Yann Collet · 10 years ago
  17. 2c79887 Shortened tests durations by Yann Collet · 10 years ago
  18. 8f49666 Fixed : minor coverity warning by Yann Collet · 10 years ago
  19. 8a61000 Fixed a few coverity warnings by Yann Collet · 10 years ago
  20. 81fdd9d Fixed a few Valgrind warnings by Yann Collet · 10 years ago
  21. 66b8a4a Fixed : minor Visual warnings by Yann Collet · 10 years ago
  22. 62ed153 Fixed : a few minor coverity warnings by Yann Collet · 10 years ago
  23. 973e385 Implemented obsolete warning message by Yann Collet · 10 years ago
  24. 8b8e5ef fixed minor sanitize warning by Yann Collet · 10 years ago
  25. c22a0e1 Updated : fuzzer tests can be programmed for a timelength by Yann Collet · 10 years ago
  26. a2864fd Fixed a few minor sanitize warnings by Yann Collet · 10 years ago
  27. f344fbd Fixed a few warnings from -fsanitize=undefined by Yann Collet · 10 years ago
  28. 1853622 fixed over-cautious visual warning by Yann Collet · 10 years ago
  29. 327cb04 minor memory leak fix and test by Yann Collet · 10 years ago
  30. 43e0535 fix g++ typecast by Yann Collet · 10 years ago
  31. 17f8614 added : memtest on fullbench by Yann Collet · 10 years ago
  32. d38b0b6 Merge pull request #73 from funcodeio/dev by Yann Collet · 10 years ago
  33. dd69902 Removed unused lines. by Yongwoon Cho · 10 years ago
  34. 43eaf8f Merge pull request #72 from fzort/master by Yann Collet · 10 years ago
  35. f72761f new tests for large files with content size support (#70) by Yann Collet · 10 years ago
  36. 90c0104 Added : progress indicator, in fast and decompression modes by Yann Collet · 10 years ago
  37. 1d3ab5d Cygwin has fileno, so there's no need to use _fileno. by mauro.persano · 10 years ago
  38. 78d2dfd fullbench : tests of _limitedOutput variants intentionnally provides less memory space than safe (LZ4_compressBound()) by Yann Collet · 10 years ago
  39. 3bba55c Fixed : Windows compilation Added : Appveyor badge by Yann Collet · 10 years ago
  40. 8437a0e Fixed : Visual compilation by Yann Collet · 10 years ago
  41. 4c227a4 Added LZ4_compress_fast() by Yann Collet · 10 years ago
  42. 2a82619 fixed fullbench memory allocation error by Yann Collet · 10 years ago
  43. 8cb06d5 lz4frame validates contentSize during decompression by Yann Collet · 10 years ago
  44. d5da787 Changed struct member to contentSize by Yann Collet · 10 years ago
  45. b4755c7 Added : arm cross-compilation test by Yann Collet · 10 years ago
  46. 80e71c6 Updated man page : "--[no-]X" by Yann Collet · 10 years ago
  47. 5950f72 Updated tests by Yann Collet · 10 years ago
  48. 6b923d5 Updated long commands, with reverse "--no-" variants by Yann Collet · 10 years ago
  49. 7f436a1 lz4 cli supports frame content size by Yann Collet · 10 years ago
  50. a28b147 removed useless man pages by Yann Collet · 10 years ago
  51. 7cf4e5c Updates tests & Man pages by Yann Collet · 10 years ago
  52. f02adc7 new long commands by Yann Collet · 10 years ago
  53. 86715b2 Some more tests related to frame content size by Yann Collet · 10 years ago
  54. 7ee7256 frame content size support by Yann Collet · 10 years ago
  55. 7d87d43 Updated lz4io sparse file support (alignment properties) by Yann Collet · 10 years ago
  56. da9402c minor lz4frame refactoring by Yann Collet · 10 years ago
  57. e7fb4d1 lz4 utility supports "pass-through" mode by Yann Collet · 10 years ago
  58. 2a02455 minor refactoring by Yann Collet · 10 years ago
  59. 3a68324 skippable frames support by Yann Collet · 10 years ago
  60. c9a2b14 removed -s command from lz4c specific list of legacy commands by Yann Collet · 10 years ago
  61. 207aafd Added : unlz4 symbolic link to "lz4 -d" by Yann Collet · 10 years ago
  62. 2b55752 changed "make install" default install directory to /usr/local by Yann Collet · 10 years ago
  63. bbcfe21 Added : clang test by Yann Collet · 10 years ago
  64. 45b0642 scan-build tests by Yann Collet · 10 years ago
  65. a18fb43 Merge pull request #58 from Cyan4973/sparseFile by Yann Collet · 10 years ago
  66. 248b761 windows sparse file support by Yann Collet · 10 years ago
  67. d11ac40 Improved sparse files support by Yann Collet · 10 years ago
  68. 45a357f Improved sparse file support by Yann Collet · 10 years ago
  69. 12ab415 Preliminary support for sparse files by Yann Collet · 10 years ago
  70. 74a6b14 Merge pull request #57 from alexDarcy/master by Yann Collet · 10 years ago
  71. ceec6fa g++ compatibility by Yann Collet · 10 years ago
  72. 6b0c39b Updated datagen (can create sparse files) by Yann Collet · 10 years ago
  73. e277511 Merge pull request #54 from t-mat/gc-issue/155 by Yann Collet · 10 years ago
  74. 32a85fc NetBSD compatibility (#48) by Yann Collet · 10 years ago
  75. 488029e Updated : compress multiple files by Yann Collet · 10 years ago
  76. 046bd3a Merge pull request #52 from KyleJHarper/r128/multiple_inputs by Yann Collet · 10 years ago
  77. dcdd628 Fix sentinel bit pattern by Takayuki MATSUOKA · 10 years ago
  78. de5c930 Fix sentinel size miscalculation by Takayuki MATSUOKA · 10 years ago
  79. eed7952 Add GNU coreutil's is_nul() method to isSparse() by Takayuki MATSUOKA · 10 years ago
  80. b372f45 Add Neil's method to isSparse() by Takayuki MATSUOKA · 10 years ago
  81. 01a24af Improve isSparse() by Takayuki MATSUOKA · 10 years ago
  82. 4a5d92b Adjust coding style by Takayuki MATSUOKA · 10 years ago
  83. 97679fa Google Code Issue 155: lz4 cli should support sparse file by Takayuki MATSUOKA · 10 years ago
  84. fa27d23 Added support for multiple input files to act more like other compressors. For example: gzip file1 file2 file3. You can now do: lz4 [args] -m file1 file2 file3. Fixes 151. by kyle · 10 years ago
  85. 67f3b41 Merge pull request #49 from t-mat/msvc-fseeki64 by Yann Collet · 10 years ago
  86. e68d1c9 restored lz4 hc compression ratio by Yann Collet · 10 years ago
  87. 41b6ed3 Replace fseek with _fseeki64 to avoid MSVC's 2GiB barrier by Takayuki MATSUOKA · 10 years ago
  88. f68eead Added : -pedantic compilation option by Yann Collet · 10 years ago
  89. 0569a68 C90 compatibility by Yann Collet · 10 years ago
  90. 8a9fb8c Fixed : older compiler don't like nameless unions, reported by Cheyi Lin by Yann Collet · 10 years ago
  91. 95cc6ce Fixed : bug within LZ4 HC streaming mode, reported by James Boyle by Yann Collet · 10 years ago
  92. daa320f New : lz4frame integrated into liblz4 (v1.5.0) by Yann Collet · 10 years ago
  93. 7dd50ed minor memtest correction by Yann Collet · 10 years ago
  94. e68d7dc Fixed : LZ4_compress_limitedOutput() bug, as reported by Christopher Speller by Yann Collet · 10 years ago
  95. 3477cba stronger tests for LZ4_compress_limitedOutput() by Yann Collet · 10 years ago
  96. c5decf7 minor refactoring by Yann Collet · 10 years ago
  97. 9f6826f lz4cli : legacy arguments are now disabled by default by Yann Collet · 10 years ago
  98. d008c87 New directory structure : library source files into /lib directory by Yann Collet · 10 years ago
  99. 6de52c2 LZ4IO : modified to use lz4frame instead by Yann Collet · 10 years ago
  100. d0a6ccc Fixed : some minor Visual warnings by Yann Collet · 10 years ago