1. 6654c2c ensure conformance with custom LZ4_DISTANCE_MAX by Yann Collet · 6 years ago
  2. 8ac954a bugfix: correctly control the offset < LZ4_DISTANCE_MAX,when change the value of LZ4_DISTANCE_MAX, by Hitatm · 6 years ago
  3. 12e5841 Remove an useless declaration by Sylvestre Ledru · 6 years ago
  4. bb5c34a bumped version number to v1.9.2 by Yann Collet · 6 years ago
  5. e72d442 Fix out-of-bounds read of up to 64 KB in the past by Nick Terrell · 6 years ago
  6. 1d75957 precise again that LZ4 decoder needs metadata by Yann Collet · 6 years ago
  7. 348e107 restored FORCE_INLINE by Yann Collet · 6 years ago
  8. 280fc08 Merge pull request #717 from lz4/inplace by Yann Collet · 6 years ago
  9. 5997e13 added more details for in-place documentation by Yann Collet · 6 years ago
  10. 33cb851 decompress: changed final memcpy() into memmove() by Yann Collet · 6 years ago
  11. 64b5917 FAST_DEC_LOOP: only did offset check in specific condition. by Chenxi Mao · 6 years ago
  12. 676d46d updated LZ4_DECOMPRESS_INPLACE_MARGIN by Yann Collet · 6 years ago
  13. 22adbb1 add more doc on in-place (de)compression by Yann Collet · 6 years ago
  14. 7611649 some more minor conversion warnings fixes by Yann Collet · 6 years ago
  15. 444550d ensure lz4.h can be included with or without LZ4_STATIC_LINKING_ONLY in any order by Yann Collet · 6 years ago
  16. b17f578 added comments and macros for in-place (de)compression by Yann Collet · 6 years ago
  17. 2be2fe4 fix temporary buffer use when input size hint is respected by Niko Dzhus · 6 years ago
  18. a715132 Merge pull request #708 from gabrielstedman/list by Yann Collet · 6 years ago
  19. 98a86c8 Add multiframe report to --list command by gstedman · 6 years ago
  20. 605d811 enable LZ4_FAST_DEC_LOOP build macro on aarch64/GCC by default by George Prekas · 6 years ago
  21. 9e056bc Include block checksum in worst case scenario calculation of dstCapacity by Brenden Eng · 6 years ago
  22. ba99eac several minor style changes recommended by clang-tidy by Yann Collet · 6 years ago
  23. f9781a6 Merge pull request #697 from ldv-alt/fixes/test-amalgamation by Yann Collet · 6 years ago
  24. 10726d4 test-amalgamation: use a single cat command by Dmitry V. Levin · 6 years ago
  25. 024216e lib/Makefile: Fix detection of `Darwin`. by Chongyu Zhu · 6 years ago
  26. 7136489 More build imrpvements by JPeterMugaas · 6 years ago
  27. c4fe7a2 Merge pull request #689 from JPeterMugaas/jpm-makefile by Yann Collet · 6 years ago
  28. 2acddd9 Fix a test for mingw by JPeterMugaas · 6 years ago
  29. b48f823 Try to put some tests I made in ONE place. I also moved a test for "install" in one place to try to isolate it. by JPeterMugaas · 6 years ago
  30. 773b665 Initial commits from diff I submitted earlier by JPeterMugaas · 6 years ago
  31. 7a4e3b1 bumped version number by Yann Collet · 6 years ago
  32. af35920 lz4frame: initializers compatibility with C++ by Yann Collet · 6 years ago
  33. ae19912 fixed read-after input in LZ4_decompress_safe() by Yann Collet · 6 years ago
  34. 0b876db address a few minor Visual warnings by Yann Collet · 6 years ago
  35. 5acfb15 re-enable FORCE_INLINE by Yann Collet · 6 years ago
  36. 25d96f1 fix out-of-bound read within LZ4_decompress_fast() by Yann Collet · 6 years ago
  37. 1848ea5 Fix AIX errors/warnings by Norm Green · 6 years ago
  38. 6fc763c ensure consistent definition and usage of FREEMEM by Yann Collet · 6 years ago
  39. 920c988 simplified output_directive by Yann Collet · 6 years ago
  40. 55f6f0d fix comma for pedantic by Yann Collet · 6 years ago
  41. 474c17c unified limitedOutput_directive by Yann Collet · 6 years ago
  42. 1f4a412 decompress*_fast() function do not generate deprecation warnings by Yann Collet · 6 years ago
  43. 481a37f fixed lz4frame with linked blocks by Yann Collet · 6 years ago
  44. 3215069 Merge branch 'dev' of github.com:Cyan4973/lz4 into dev by Yann Collet · 6 years ago
  45. 749c340 fixed incorrect assertion condition by Yann Collet · 6 years ago
  46. dd43b91 fix minor visual warning by Yann Collet · 6 years ago
  47. f8b7605 fixed minor Visual warnings by Yann Collet · 6 years ago
  48. 21ff1a8 updated doc to underline difference between block and frame by Yann Collet · 6 years ago
  49. bcb2656 improved documentation for LZ4 dictionary compression by Yann Collet · 6 years ago
  50. 8d76c8a introduce LZ4_DISTANCE_MAX build macro by Yann Collet · 6 years ago
  51. 5580f43 Merge pull request #663 from lz4/headerSize by Yann Collet · 6 years ago
  52. db60ed1 added versions in comments by Yann Collet · 6 years ago
  53. 9e50170 made LZ4F_getHeaderSize() public by Yann Collet · 6 years ago
  54. d8d5f14 fixed loadDictHC by Yann Collet · 6 years ago
  55. 887e8a4 re-enable LZ4_resetStreamHC() by Yann Collet · 6 years ago
  56. 14c71df modified LZ4_initStreamHC() to look like LZ4_initStream() by Yann Collet · 6 years ago
  57. 5ef4f3c check some more initialization result by Yann Collet · 6 years ago
  58. 111df0f removed LZ4_stream_t alignment test on Visual by Yann Collet · 6 years ago
  59. c198a39 LZ4_initStream() checks alignment restriction by Yann Collet · 6 years ago
  60. 34f0004 added comment on initStream + _extState_ by Yann Collet · 6 years ago
  61. 2ece0d8 created LZ4_initStream() by Yann Collet · 6 years ago
  62. c3f8928 fixed strict iso C90 by Yann Collet · 6 years ago
  63. c491df5 created LZ4_initStreamHC() by Yann Collet · 6 years ago
  64. 7a39fb8 make `_fast*()` decoder generate a deprecation warning by Yann Collet · 6 years ago
  65. ab91300 moved LZ4_decompress_fast*() into deprecated section by Yann Collet · 6 years ago
  66. b5bedef fixed an old bug in LZ4F_flush() by Yann Collet · 6 years ago
  67. 50f01d8 fixed doc by Yann Collet · 6 years ago
  68. 25da6cc moved _destSize() into "stable API" status by Yann Collet · 6 years ago
  69. f2755c9 minor comments and reformatting by Yann Collet · 6 years ago
  70. 753076b fixed minor conversion warnings by Yann Collet · 6 years ago
  71. 2589c44 created LZ4_FAST_DEC_LOOP build macro by Yann Collet · 6 years ago
  72. 7d9d00f fixed a few minor conversion warnings by Yann Collet · 6 years ago
  73. c438548 Merge pull request #652 from vtorri/dev by Yann Collet · 6 years ago
  74. 0360981 Allow installation of lz4 for Windows 10 with MSYS2 by Vincent Torri · 6 years ago
  75. d85bdb4 Merge pull request #645 from djwatson/optimize_decompress_generic by Yann Collet · 6 years ago
  76. 5d7d116 decompress_generic: Limit fastpath to x86 by Dave Watson · 6 years ago
  77. 75fb878 decompress_generic: Add fastpath for small offsets by Dave Watson · 6 years ago
  78. faac110 decompress_generic: Unroll loops a bit more by Dave Watson · 6 years ago
  79. 1fbaf84 decompress_generic: remove msan write by Dave Watson · 6 years ago
  80. 28b8249 decompress_generic: re-add fastpath by Dave Watson · 6 years ago
  81. 232f1e2 decompress_generic: drop partial copy check in fast loop by Dave Watson · 6 years ago
  82. 59332a3 decompress_generic: Optimize literal copies by Dave Watson · 6 years ago
  83. 5dfa7d4 decompress_generic: optimize match copy by Dave Watson · 6 years ago
  84. 28356e0 decompress_generic: Add a loop fastpath by Dave Watson · 6 years ago
  85. 4da3360 decompress_generic: Refactor variable length fields by Dave Watson · 6 years ago
  86. 26e7635 Eliminate optimize attribute warning with clang on PPC64LE by Jeremy Maitin-Shepard · 6 years ago
  87. 81441e2 Make fact that certain variables that are passed into LZ4HC_encodeSequence are changed by the function call by Tim Zakian · 7 years ago
  88. c750cbe Merge pull request #631 from qiuyangs/dev by Yann Collet · 7 years ago
  89. 8193742 Make LZ4F_getBlockSize public and publis in experimental section by Tim Zakian · 7 years ago
  90. 660d212 lz4hc.c: change (length >> 8) to (length / 255) by qiuyangs · 7 years ago
  91. 4e3accc Fix Dict Size Test in `LZ4_compress_fast_continue()` by W. Felix Handte · 7 years ago
  92. 535636f Don't Attach Very Small Dictionaries by W. Felix Handte · 7 years ago
  93. 9021648 Merge remote-tracking branch 'upstream/dev' into dev by Vincent Torri · 7 years ago
  94. b03714d Windows: create import library with gcc directly, remove now useless def file by Vincent Torri · 7 years ago
  95. 6689dae Merge pull request #610 from antinucleon/bootcamp by Yann Collet · 7 years ago
  96. b192c86 [amalgamation] lz4frame.c by Bing Xu · 7 years ago
  97. bd2b259 Uninstall DLL and import lib by Vincent Torri · 7 years ago
  98. 8e8b658 Add explanation for the installation of the DLL in the bin directory by Vincent Torri · 7 years ago
  99. 0314027 Allow installation of lz4 for Windows (MSYS2 or when cross-compiling) by Vincent Torri · 7 years ago
  100. e057e94 update lib/README.md by Vincent Torri · 7 years ago