1. b2e56d8 Introduced constants LZ4F_INIT_* by Yann Collet · 6 years ago
  2. 30f6f34 removed one assert() condition by Yann Collet · 6 years ago
  3. 2e4847c fixed #560 by Yann Collet · 6 years ago
  4. 2e52f03 fixed spelling mistake in lz4.h by Jack Luo · 6 years ago
  5. e95781d Merge pull request #547 from jennifermliu/dev by Yann Collet · 6 years ago
  6. 4eca78b Fix LZ4_compress_fast_continue() docs by Nick Terrell · 6 years ago
  7. e778db3 Fixed bugs about incorrect acceleration calculation and benchmarking negative compresion level by Jennifer Liu · 6 years ago
  8. ef4f1e3 Merge pull request #542 from wbx-github/dev by Yann Collet · 6 years ago
  9. 6a7af83 allow to override uname when cross-compiling by Waldemar Brodkorb · 7 years ago
  10. b821154 Also Fix Appveyor Cast Warning by W. Felix Handte · 7 years ago
  11. 4248a9b Add `extern "C"` Guards Around Experimental HC Declarations by W. Felix Handte · 7 years ago
  12. 91888f4 Remove #define-rename of `LZ4_decompress_safe_forceExtDict` by W. Felix Handte · 7 years ago
  13. c746a27 Test Linking C-Compiled Library and C++-Compiled Tests by W. Felix Handte · 7 years ago
  14. 2149b1a Add Haiku as a validated target. by fbrosson · 7 years ago
  15. bf6fd93 Merge pull request #537 from lz4/xpHCmf2 by Yann Collet · 7 years ago
  16. ba1c714 renamed variable for clarity by Yann Collet · 7 years ago
  17. abb1f70 Merge pull request #538 from lz4/frameTestError by Yann Collet · 7 years ago
  18. 200b296 fixed minor conversion warning by Yann Collet · 7 years ago
  19. 24b9c48 small PA optimization by Yann Collet · 7 years ago
  20. d7b6c72 small extDict : fixed side-effect by Yann Collet · 7 years ago
  21. af12733 fixed frametest error by Yann Collet · 7 years ago
  22. cdb0275 lz4hc: fixed PA / SC parameter order by Yann Collet · 7 years ago
  23. a4e918d lz4hc: SC only enabled for opt parser by Yann Collet · 7 years ago
  24. d097bf9 fixed SC.opt integration with regular HC parser by Yann Collet · 7 years ago
  25. fa89a9e lz4hc: fixed performance issue by Yann Collet · 7 years ago
  26. 9699ba5 integrated chain swapper into HC match finder by Yann Collet · 7 years ago
  27. a7cc0b5 Fix make install by Nick Terrell · 7 years ago
  28. 434ace7 implemented search accelerator by Yann Collet · 7 years ago
  29. dc42707 created LZ4HC_FindLongestMatch() by Yann Collet · 7 years ago
  30. f3e84ff Merge pull request #529 from felixhandte/lz4f-fast-reset-for-streaming-only by Yann Collet · 7 years ago
  31. ffbff1f Merge branch 'dev' into lz4fRingBuffer by Yann Collet · 7 years ago
  32. 95607a7 Merge pull request #528 from lz4/complexShortcut by Yann Collet · 7 years ago
  33. 2e2c9f6 fix comments / indentation by Cyan4973 · 7 years ago
  34. 5406c2e Only Reset the LZ4 Stream when Init'ing a Streaming Block by W. Felix Handte · 7 years ago
  35. c25eb16 random lz4f clarifications by Yann Collet · 7 years ago
  36. 858d12e Merge branch 'dev' into lz4fRingBuffer by Yann Collet · 7 years ago
  37. 85be6b8 increased nbAttempts for lz4 -12 by Yann Collet · 7 years ago
  38. 93cf628 introduce LZ4_decoderRingBufferSize() by Yann Collet · 7 years ago
  39. 1a191b3 simplify shortcut by Yann Collet · 7 years ago
  40. 0114b63 Merge branch 'dev' into complexShortcut by Yann Collet · 7 years ago
  41. bd470cc Merge pull request #521 from lz4/BD_deterministic by Yann Collet · 7 years ago
  42. 6a7d501 renamed variable for clarity by Cyan4973 · 7 years ago
  43. 8c57499 lz4hc changed variable by Yann Collet · 7 years ago
  44. 4c69661 clarified streaming decompression function by Yann Collet · 7 years ago
  45. 9037427 Merge pull request #527 from svpv/fastDec by Yann Collet · 7 years ago
  46. c32e031 Merge pull request #523 from svpv/makeV1 by Yann Collet · 7 years ago
  47. 41ad238 Merge pull request #515 from svpv/refactorDec by Yann Collet · 7 years ago
  48. 45f8603 lz4.c: two-stage shortcut for LZ4_decompress_generic by Alexey Tourbin · 7 years ago
  49. 69242a8 lib/Makefile: show commands with V=1 by Alexey Tourbin · 7 years ago
  50. 1e6ca25 Merge pull request #520 from felixhandte/frame-dict-nits by Yann Collet · 7 years ago
  51. de7b274 Merge branch 'dev' into BD_deterministic by Yann Collet · 7 years ago
  52. 19b1267 fix lz4hc -BD non-determinism by Yann Collet · 7 years ago
  53. 72e99c8 lz4hc : minor editions for clarity by Yann Collet · 7 years ago
  54. 47d70e7 Merge pull request #519 from lz4/fdParser by Yann Collet · 7 years ago
  55. fefc40f Avoid Possibly Redundant Table Clears When Loading HC Dict by W. Felix Handte · 7 years ago
  56. 5076aa3 Remove Redundant LZ4_resetStream() Call by W. Felix Handte · 7 years ago
  57. 7d11e34 Rename LZ4F_applyCDict() -> LZ4F_initStream() by W. Felix Handte · 7 years ago
  58. d294dd7 ensure favorDecSpeed is properly initialized by Yann Collet · 7 years ago
  59. d81a434 lz4.c: fixed the LZ4_decompress_fast_continue case by Alexey Tourbin · 7 years ago
  60. 0fb3a3b fixed a number of minor cast warnings by Yann Collet · 7 years ago
  61. 00909b2 Merge pull request #518 from felixhandte/fix-517-dict-size-truncation by Yann Collet · 7 years ago
  62. 5c7d381 fasterDecSpeed can be triggered from cli with --favor-decSpeed by Yann Collet · 7 years ago
  63. 3792d00 favorDecSpeed feature can be triggered from lz4frame by Yann Collet · 7 years ago
  64. 0858362 Merge _destSize Compress Variant into LZ4_compress_generic() by W. Felix Handte · 7 years ago
  65. a2edeac Limit Dictionary Size During LZ4F Decompression by W. Felix Handte · 7 years ago
  66. 1148173 introduced ability to parse for decompression speed by Yann Collet · 7 years ago
  67. 5603d30 lz4.c: fixed the LZ4_decompress_safe_continue case by Alexey Tourbin · 7 years ago
  68. b4eda8d lz4.c: refactor the decoding routines by Alexey Tourbin · 7 years ago
  69. 2dfc7cb Change Over Includes in the Project by W. Felix Handte · 7 years ago
  70. 2be3905 Integrate lz4frame_static.h Declarations into lz4frame.h by W. Felix Handte · 7 years ago
  71. b2637ab Merge pull request #512 from lz4/HC_dict by Yann Collet · 7 years ago
  72. 8c6ca62 Merge pull request #511 from lz4/decFast by Yann Collet · 7 years ago
  73. 5ed1463 Remove Debug Log Statements by W. Felix Handte · 7 years ago
  74. 13271a8 Revert Stream Size Const to Correct Value by W. Felix Handte · 7 years ago
  75. 092cb77 Merge pull request #504 from baruchsiach/static-only-support by Yann Collet · 7 years ago
  76. 44bff3f re-ordered parenthesis by Cyan4973 · 7 years ago
  77. 0c2ae72 Merge pull request #507 from lz4/clangPerf by Yann Collet · 7 years ago
  78. cd06634 disable shortcut for LZ4_decompress_fast() by Cyan4973 · 7 years ago
  79. bd06fde fullbench compiled without assert() by Cyan4973 · 7 years ago
  80. 672799e Fix compilation error and assert. by Nick Terrell · 7 years ago
  81. bb83cad Fix input size validation edge cases by Nick Terrell · 7 years ago
  82. ab06ef9 lz4.h: clarify the risks of using LZ4_decompress_fast() by Alexey Tourbin · 7 years ago
  83. d1f2188 fixed incorrect comment by Cyan4973 · 7 years ago
  84. a8a5dfd fixed clang performance in lz4_fast by Yann Collet · 7 years ago
  85. ee67f25 Change vLimit Calculation by W. Felix Handte · 7 years ago
  86. 1895fa1 Remove Redundant Static Assert by W. Felix Handte · 7 years ago
  87. fcc99d1 Simpler loadDict() Reset by W. Felix Handte · 7 years ago
  88. a8cb2fe Tolerate Base Pointer Underflow by W. Felix Handte · 7 years ago
  89. 85cac61 Don't Segfault on Malloc Failure by W. Felix Handte · 7 years ago
  90. 756ed40 Sign-Extend -1 to Pointer Width by W. Felix Handte · 7 years ago
  91. 86b381e Fix Constant Value by W. Felix Handte · 7 years ago
  92. 1d2500d Handle Index Underflows Safely by W. Felix Handte · 7 years ago
  93. 7874cf0 Consts and Asserts and Other Minor Nits by W. Felix Handte · 7 years ago
  94. 3f087cf Add Comments on New Public APIs by W. Felix Handte · 7 years ago
  95. d7347f9 Add API for Attaching Dictionaries by W. Felix Handte · 7 years ago
  96. ca833f9 Also Reset the Chain Table by W. Felix Handte · 7 years ago
  97. 8f118cf Remove inputBuffer from Context, Work Around its Absence by W. Felix Handte · 7 years ago
  98. 0064e8e Remove Commented Out Support for Match Continuation over Segment Boundary by W. Felix Handte · 7 years ago
  99. 14c577d Fix Signedness of Comparison by W. Felix Handte · 7 years ago
  100. f4b13e1 Don't Clear the Dictionary Context Until No Longer Useful by W. Felix Handte · 7 years ago