1. 26065c3 Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwoon Cho (#106) by Yann Collet · 10 years ago
  2. 87e560e minor tests improvements by Yann Collet · 10 years ago
  3. a9ff13a minor test refactor by Yann Collet · 10 years ago
  4. 58b5aad Fixed sparse issue with non seekable streams (#105) by Yann Collet · 10 years ago
  5. c779c80 minor cosmetic changes for Takayuki's testVersions by Yann Collet · 10 years ago
  6. f02c467 Added a few more interoperability tests (32bits vs 64 bits) by Yann Collet · 10 years ago
  7. efbebd2 Added : LZ4_compress_destSize() by Yann Collet · 10 years ago
  8. 1c3e633 Added compilation flag -Wcast-qual by Yann Collet · 10 years ago
  9. e05088d Updated lz4hc API by Yann Collet · 10 years ago
  10. 1b17bf2 New lz4 API, using LZ4_compress_fast() by Yann Collet · 10 years ago
  11. 791512c Fixed bug 9318 by Yann Collet · 10 years ago
  12. 87a1c70 Fixed minor static analyzer warning by Yann Collet · 10 years ago
  13. d6dc0a4 streaming API : Improved ring buffer management by Yann Collet · 10 years ago
  14. b805d58 Removed obsolete functions from lz4 cli by Yann Collet · 10 years ago
  15. f11afaf Removed LZ4_compress() (obsolete) from lz4 by Yann Collet · 10 years ago
  16. cbcdd88 Fixed frame concatenation by Yann Collet · 10 years ago
  17. e18aa90 Fixed frametest by Yann Collet · 10 years ago
  18. c035b7a Restored make-lz4 by Yann Collet · 10 years ago
  19. 197982e Fixed unfinished frame (issue #75) by Yann Collet · 10 years ago
  20. 409f816 Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header decoding attempts by Yann Collet · 10 years ago
  21. 47c3040 added --no-sparse test by Yann Collet · 10 years ago
  22. 9fd4f1f Sparse file support is now enabled by default by Yann Collet · 10 years ago
  23. 7644bee test error message in multiple files mode by Yann Collet · 10 years ago
  24. bce2eeb Reclassified some notification messages as errors by Yann Collet · 10 years ago
  25. 9e92bee stronger arm tests by Yann Collet · 10 years ago
  26. 2ed9dcc fix minor "divide by zero" risk by Yann Collet · 10 years ago
  27. 633c1ca fixed minor leak by Yann Collet · 10 years ago
  28. e328d41 minor optimization for small files by Yann Collet · 10 years ago
  29. 13c6e16 Removed status notification in multiple-files mode by Yann Collet · 10 years ago
  30. a430b85 Multiple files decompression refactoring by Yann Collet · 10 years ago
  31. 4e574e7 Updated lz4frame error names by Yann Collet · 10 years ago
  32. 175890f Issue#90 : Change old enum names to new one by Takayuki MATSUOKA · 10 years ago
  33. 081bcca Issue#90 : Add LZ4F_ prefix by Takayuki MATSUOKA · 10 years ago
  34. 3f4f623 Valgrind tests generate errors by Yann Collet · 10 years ago
  35. 83e350d Merge branch 'dev' of github.com:Cyan4973/lz4 into dev by Yann Collet · 10 years ago
  36. 05a46fc Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst case instead of default. by Yann Collet · 10 years ago
  37. 348f509 lz4io refactoring by Yann Collet · 10 years ago
  38. eabc6d8 New valgrind test with multiple files by Yann Collet · 10 years ago
  39. 113b150 Fix leak issue with compression of multiple files by Yann Collet · 10 years ago
  40. c64200d Improved performance when compressing a lot of small files by Yann Collet · 10 years ago
  41. cc24124 minor compatibility fixes by Yann Collet · 10 years ago
  42. ccba7a0 Merge pull request #86 from KyleJHarper/origin/r129/multiple_inputs_patch by Yann Collet · 10 years ago
  43. 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
  44. 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
  45. da11725 new memory leak test for fullbench using multi-files by Yann Collet · 10 years ago
  46. 2c79887 Shortened tests durations by Yann Collet · 10 years ago
  47. 8f49666 Fixed : minor coverity warning by Yann Collet · 10 years ago
  48. 8a61000 Fixed a few coverity warnings by Yann Collet · 10 years ago
  49. 81fdd9d Fixed a few Valgrind warnings by Yann Collet · 10 years ago
  50. 66b8a4a Fixed : minor Visual warnings by Yann Collet · 10 years ago
  51. 62ed153 Fixed : a few minor coverity warnings by Yann Collet · 10 years ago
  52. 973e385 Implemented obsolete warning message by Yann Collet · 10 years ago
  53. 8b8e5ef fixed minor sanitize warning by Yann Collet · 10 years ago
  54. c22a0e1 Updated : fuzzer tests can be programmed for a timelength by Yann Collet · 10 years ago
  55. a2864fd Fixed a few minor sanitize warnings by Yann Collet · 10 years ago
  56. f344fbd Fixed a few warnings from -fsanitize=undefined by Yann Collet · 10 years ago
  57. 1853622 fixed over-cautious visual warning by Yann Collet · 10 years ago
  58. 327cb04 minor memory leak fix and test by Yann Collet · 10 years ago
  59. 43e0535 fix g++ typecast by Yann Collet · 10 years ago
  60. 17f8614 added : memtest on fullbench by Yann Collet · 10 years ago
  61. d38b0b6 Merge pull request #73 from funcodeio/dev by Yann Collet · 10 years ago
  62. dd69902 Removed unused lines. by Yongwoon Cho · 10 years ago
  63. 43eaf8f Merge pull request #72 from fzort/master by Yann Collet · 10 years ago
  64. f72761f new tests for large files with content size support (#70) by Yann Collet · 10 years ago
  65. 90c0104 Added : progress indicator, in fast and decompression modes by Yann Collet · 10 years ago
  66. 1d3ab5d Cygwin has fileno, so there's no need to use _fileno. by mauro.persano · 10 years ago
  67. 78d2dfd fullbench : tests of _limitedOutput variants intentionnally provides less memory space than safe (LZ4_compressBound()) by Yann Collet · 10 years ago
  68. 3bba55c Fixed : Windows compilation Added : Appveyor badge by Yann Collet · 10 years ago
  69. 8437a0e Fixed : Visual compilation by Yann Collet · 10 years ago
  70. 4c227a4 Added LZ4_compress_fast() by Yann Collet · 10 years ago
  71. 2a82619 fixed fullbench memory allocation error by Yann Collet · 10 years ago
  72. 8cb06d5 lz4frame validates contentSize during decompression by Yann Collet · 10 years ago
  73. d5da787 Changed struct member to contentSize by Yann Collet · 10 years ago
  74. b4755c7 Added : arm cross-compilation test by Yann Collet · 10 years ago
  75. 80e71c6 Updated man page : "--[no-]X" by Yann Collet · 10 years ago
  76. 5950f72 Updated tests by Yann Collet · 10 years ago
  77. 6b923d5 Updated long commands, with reverse "--no-" variants by Yann Collet · 10 years ago
  78. 7f436a1 lz4 cli supports frame content size by Yann Collet · 10 years ago
  79. a28b147 removed useless man pages by Yann Collet · 10 years ago
  80. 7cf4e5c Updates tests & Man pages by Yann Collet · 10 years ago
  81. f02adc7 new long commands by Yann Collet · 10 years ago
  82. 86715b2 Some more tests related to frame content size by Yann Collet · 10 years ago
  83. 7ee7256 frame content size support by Yann Collet · 10 years ago
  84. 7d87d43 Updated lz4io sparse file support (alignment properties) by Yann Collet · 10 years ago
  85. da9402c minor lz4frame refactoring by Yann Collet · 10 years ago
  86. e7fb4d1 lz4 utility supports "pass-through" mode by Yann Collet · 10 years ago
  87. 2a02455 minor refactoring by Yann Collet · 10 years ago
  88. 3a68324 skippable frames support by Yann Collet · 10 years ago
  89. c9a2b14 removed -s command from lz4c specific list of legacy commands by Yann Collet · 10 years ago
  90. 207aafd Added : unlz4 symbolic link to "lz4 -d" by Yann Collet · 10 years ago
  91. 2b55752 changed "make install" default install directory to /usr/local by Yann Collet · 10 years ago
  92. bbcfe21 Added : clang test by Yann Collet · 10 years ago
  93. 45b0642 scan-build tests by Yann Collet · 10 years ago
  94. a18fb43 Merge pull request #58 from Cyan4973/sparseFile by Yann Collet · 10 years ago
  95. 248b761 windows sparse file support by Yann Collet · 10 years ago
  96. d11ac40 Improved sparse files support by Yann Collet · 10 years ago
  97. 45a357f Improved sparse file support by Yann Collet · 10 years ago
  98. 12ab415 Preliminary support for sparse files by Yann Collet · 10 years ago
  99. 74a6b14 Merge pull request #57 from alexDarcy/master by Yann Collet · 10 years ago
  100. ceec6fa g++ compatibility by Yann Collet · 10 years ago