1. fcc99d1 Simpler loadDict() Reset by W. Felix Handte · 7 years ago
  2. a8cb2fe Tolerate Base Pointer Underflow by W. Felix Handte · 7 years ago
  3. 85cac61 Don't Segfault on Malloc Failure by W. Felix Handte · 7 years ago
  4. 756ed40 Sign-Extend -1 to Pointer Width by W. Felix Handte · 7 years ago
  5. 86b381e Fix Constant Value by W. Felix Handte · 7 years ago
  6. 1d2500d Handle Index Underflows Safely by W. Felix Handte · 7 years ago
  7. 7874cf0 Consts and Asserts and Other Minor Nits by W. Felix Handte · 7 years ago
  8. 209c9c2 Add Some Simple Fuzzer Tests by W. Felix Handte · 7 years ago
  9. 3f087cf Add Comments on New Public APIs by W. Felix Handte · 7 years ago
  10. d7347f9 Add API for Attaching Dictionaries by W. Felix Handte · 7 years ago
  11. ca833f9 Also Reset the Chain Table by W. Felix Handte · 7 years ago
  12. 8f118cf Remove inputBuffer from Context, Work Around its Absence by W. Felix Handte · 7 years ago
  13. 0064e8e Remove Commented Out Support for Match Continuation over Segment Boundary by W. Felix Handte · 7 years ago
  14. 14c577d Fix Signedness of Comparison by W. Felix Handte · 7 years ago
  15. f4b13e1 Don't Clear the Dictionary Context Until No Longer Useful by W. Felix Handte · 7 years ago
  16. 0abc23f Copy DictCtx into Working Context on Inputs Larger than 4 KB by W. Felix Handte · 7 years ago
  17. b67de2a Force Inline on HashChain by W. Felix Handte · 7 years ago
  18. 22e16d5 Split DictCtx-using Code Into Separate Inlining Chain by W. Felix Handte · 7 years ago
  19. 0a2abac Use Fast Reset in LZ4F Again by W. Felix Handte · 7 years ago
  20. 61c7cef Use Fast Reset API in LZ4F by W. Felix Handte · 7 years ago
  21. 3591fe8 Add Fast Reset Paths by W. Felix Handte · 7 years ago
  22. 8db291b Remove Match Upper Bounds Check by W. Felix Handte · 7 years ago
  23. 8f9a2db Fix Some Cast/Conversion Warnings by W. Felix Handte · 7 years ago
  24. 221211d Fix Offset Math by W. Felix Handte · 7 years ago
  25. a1beba1 Reset Stream in LZ4_compress_HC by W. Felix Handte · 7 years ago
  26. bdd7af6 Don't Bother Clearing Chain Table for Working Contexts by W. Felix Handte · 7 years ago
  27. 895e76c Push Previous Compression Offsets into the Past by W. Felix Handte · 7 years ago
  28. 22db704 Shift Dict Limit Checks out of the Loop by W. Felix Handte · 7 years ago
  29. 4f7b7a8 Clear Tables on Dict Load by W. Felix Handte · 7 years ago
  30. b88a0b4 Only Perform Dict Lookup if Attempts Remain by W. Felix Handte · 7 years ago
  31. b6c35ed Avoid Resetting Chain Table by W. Felix Handte · 7 years ago
  32. 595ea58 Avoid Resetting Hash Table by W. Felix Handte · 7 years ago
  33. 66d217e Perform Lookups into the Dictionary Context by W. Felix Handte · 7 years ago
  34. 6289ff4 Call LZ4F_applyCDict Even on NULL CDict by W. Felix Handte · 7 years ago
  35. fdeead0 Set dictCtx Rather than memcpy'ing Ctx by W. Felix Handte · 7 years ago
  36. a992d11 Fully Bounds Check Hash Table Reads by W. Felix Handte · 7 years ago
  37. f895b9a Add a Dictionary Context Pointer to the HC Context by W. Felix Handte · 7 years ago
  38. e75153f Add Debug Log Statements to HC by W. Felix Handte · 7 years ago
  39. e0d8add Fix Framebench Output Buffer Sizing by W. Felix Handte · 7 years ago
  40. 9dae661 Fix Cast by W. Felix Handte · 7 years ago
  41. f646c51 Print Failure Message in Framebench by W. Felix Handte · 7 years ago
  42. 9d971fd Switch to Unaligned Samples to Compress Different Blobs Each Time by W. Felix Handte · 7 years ago
  43. 66f0c29 Fix Framebench Statistics by W. Felix Handte · 7 years ago
  44. 09df7a0 Add Run Name to Frame Bench Output by W. Felix Handte · 7 years ago
  45. a9a6232 Auto-Calculate Appropriate Repetition Count by W. Felix Handte · 7 years ago
  46. d4ee755 Print More Detailed Results Inside bench(), Add Compression Levels by W. Felix Handte · 7 years ago
  47. ffb2d8b Check Compressed Buffer is Correct in Frame Bench by W. Felix Handte · 7 years ago
  48. 0bc13ab Add HC Calls to Framebench by W. Felix Handte · 7 years ago
  49. b9836b2 Restore Framebench Tool by W. Felix Handte · 7 years ago
  50. 62d7cdc Merge pull request #503 from lz4/l120 by Yann Collet · 7 years ago
  51. dede47f Merge pull request #502 from lhacc1/dev by Yann Collet · 7 years ago
  52. 46058d7 modified indentation for consistency by Yann Collet · 7 years ago
  53. 4785bd6 minor length reduction of several large lines by Yann Collet · 7 years ago
  54. c630147 Merge pull request #497 from lz4/lowAddr by Yann Collet · 7 years ago
  55. ea6ed46 Wrap likely/unlikely macroses with #ifndef by Dmitrii Rodionov · 7 years ago
  56. 5ad4599 fixed LZ4_compress_fast_extState_fastReset() in 32-bit mode by Yann Collet · 7 years ago
  57. 88cca17 fix dictDelta setting error by Yann Collet · 7 years ago
  58. 1520642 fix matchIndex overflow by Yann Collet · 7 years ago
  59. ce78d10 Merge branch 'dev' into lowAddr by Yann Collet · 7 years ago
  60. a35aba6 Merge pull request #501 from felixhandte/fix-dict-load-offset by Yann Collet · 7 years ago
  61. aedc447 Always Bump Offset by 64 KB in LZ4_loadDict() by W. Felix Handte · 7 years ago
  62. da3b5ba fixed dictCtx compression by Yann Collet · 7 years ago
  63. 444211d edited a few traces for debugging by Yann Collet · 7 years ago
  64. a3aeb34 fixed minor format warnings by Yann Collet · 7 years ago
  65. 4aff9b1 fixed fuzzer tests by Yann Collet · 7 years ago
  66. b5528ac Merge branch 'dev' into lowAddr by Yann Collet · 7 years ago
  67. e928064 fixed gcc performance regression by Yann Collet · 7 years ago
  68. 2cb9c90 Merge pull request #499 from felixhandte/lz4-attach-dict-tests by Yann Collet · 7 years ago
  69. 9f0f6b8 Further Test that ExtDictCtx Mode Produces the Exact Same Output by W. Felix Handte · 7 years ago
  70. 6dd64e0 Add Tests for LZ4_attach_dictionary and Friends by W. Felix Handte · 7 years ago
  71. d2bcfa3 fixed minor unused variable warning by Yann Collet · 7 years ago
  72. c40bac3 added comment on variables required after _next_match by Yann Collet · 7 years ago
  73. 54ec83c fixed potential ptrdiff_t overflow (32-bits mode) by Yann Collet · 7 years ago
  74. 57afa36 compatibility with gcc-4.4 string.h version by Cyan4973 · 7 years ago
  75. 98811d6 added sudo rights for low-mem-address tests by Cyan4973 · 7 years ago
  76. db9aa78 fixed : counting matches which overlap extDict and prefix by test4973 · 7 years ago
  77. 8af32ce modified a few traces for debug by test4973 · 7 years ago
  78. 27f5272 Merge pull request #496 from lz4/circleci by Yann Collet · 7 years ago
  79. d6d9bcc modified versionsTest by Yann Collet · 7 years ago
  80. 1838803 fixed LZ4_compress_fast_extState_fastReset() by test4973 · 7 years ago
  81. b183066 Merge branch 'dev' into lowAddr by test4973 · 7 years ago
  82. ca38879 allow system-defined CPPFLAGS in /tests by Yann Collet · 7 years ago
  83. 7b3cd10 reduced test time on circle-ci by Yann Collet · 7 years ago
  84. 7b0df7c Merge pull request #492 from felixhandte/avoid-prepare-in-continue by Yann Collet · 7 years ago
  85. 056ea63 Fix Silly Warning (const-ness in declaration has no effect on value types!) by W. Felix Handte · 7 years ago
  86. 51a56c4 Minor Fixes by W. Felix Handte · 7 years ago
  87. 3a0c571 Add a LZ4_STATIC_LINKING_ONLY Macro to Guard Experimental APIs by W. Felix Handte · 7 years ago
  88. afa52c9 Expose dictCtx Functionality in LZ4 by W. Felix Handte · 7 years ago
  89. 21f0c97 Rename _extState_noReset -> _extState_fastReset and Edit Comments by W. Felix Handte · 7 years ago
  90. c18bff9 Remove Extraneous Assignment (clearedTable == 0) by W. Felix Handte · 7 years ago
  91. 59c7d95 Expose a Faster Stream Reset Function by W. Felix Handte · 7 years ago
  92. ad7e040 fix minor conversion warning by test4973 · 7 years ago
  93. cf2f06a fixed minor conversion warning by test4973 · 7 years ago
  94. b28abb9 Merge branch 'dev' into lowAddr by test4973 · 7 years ago
  95. f88dc90 Avoid Calling LZ4_prepareTable() in LZ4_compress_fast_continue() by W. Felix Handte · 7 years ago
  96. c7b17be Merge pull request #494 from felixhandte/kill-goto by Yann Collet · 7 years ago
  97. 5622c27 Return to Allowing Early Returns in LZ4_compress_generic() by W. Felix Handte · 7 years ago
  98. 158c584 Merge pull request #493 from lz4/statusLine by Yann Collet · 7 years ago
  99. 133a50b fixed DISPLAYUPDATE() by Yann Collet · 7 years ago
  100. f9992fa noticed a bug when re-using hash table by test4973 · 7 years ago