1. 9028682 Fix pass-through mode by Tim Zakian · 6 years ago
  2. 186015a fixed strict C++ compilation by Yann Collet · 6 years ago
  3. baed01a fixed long sequence overflow test by Yann Collet · 6 years ago
  4. fbebf03 minor explicit cast warning by Yann Collet · 6 years ago
  5. e953474 Merge pull request #634 from lz4/longSeqTest by Yann Collet · 6 years ago
  6. 7741c60 add a test to check long sequences (#631) by Yann Collet · 6 years ago
  7. 4ec29b0 Fix C90 compatibility issue by Tim Zakian · 6 years ago
  8. 8193742 Make LZ4F_getBlockSize public and publis in experimental section by Tim Zakian · 6 years ago
  9. 4c953b4 Add test to cover issue #596 by Ruben O. Chiavone · 6 years ago
  10. 49073ac clang: Fix -Wcomma by Lzu Tao · 6 years ago
  11. b9d3080 clang: Fix -Wcast-qual by Lzu Tao · 6 years ago
  12. 0241755 Fix clang warnings: -Wformat-pedantic and -Werror=overflow by Lzu Tao · 6 years ago
  13. b192c86 [amalgamation] lz4frame.c by Bing Xu · 6 years ago
  14. a7e8d39 [amalgamation] add test by Bing Xu · 6 years ago
  15. f27ea07 Adding information about dirty context for _HC_ family of functions by Oleg Khabinov · 6 years ago
  16. df6d00e Merge pull request #592 from lz4/compressEnd by Yann Collet · 6 years ago
  17. e07a37d added a test for LZ4F_compressEnd() by Yann Collet · 6 years ago
  18. 6372459 Merge pull request #588 from khabinov/stream-dirty-followups by Yann Collet · 6 years ago
  19. 294293d support custom block sizes: fix memory leak to make CI builds happy by Blaise Sanouillet · 6 years ago
  20. 28eb88d Some followups and renamings by Oleg Khabinov · 6 years ago
  21. d470385 support custom block sizes: remove unneeded fudging, fix leaked filehandles, other nits by Blaise Sanouillet · 6 years ago
  22. 7f18842 Merge branch 'dev' into custom_block_sizes by Blaise Sanouillet · 6 years ago
  23. f2ae385 Rename initCheck to dirtyContext and use it in LZ4_resetStream_fast() to check if full reset is needed. by Oleg Khabinov · 6 years ago
  24. 4d9435f support custom block sizes: fix const by Blaise Sanouillet · 6 years ago
  25. 64ad395 support custom block sizes by Blaise Sanouillet · 6 years ago
  26. b2215f2 tried to clean another bunch of cppcheck warnings by Yann Collet · 6 years ago
  27. 5a10ed2 added cppcheck by Yann Collet · 6 years ago
  28. b87a8e9 fixed minor warning in fuzzer.c by Yann Collet · 6 years ago
  29. d28389b Merge branch 'dev' into partialDecode by Yann Collet · 6 years ago
  30. 3318d57 Add support for MidnightBSD by Lucas Holt · 6 years ago
  31. e22bb80 fixed fuzzer test by Yann Collet · 6 years ago
  32. bf614d3 first sketch for a byte-accurate partial decoder by Yann Collet · 6 years ago
  33. 0f08c22 Merge pull request #563 from lz4/docDict by Yann Collet · 6 years ago
  34. 0fea528 updated documentation regarding dictionary compression by Yann Collet · 6 years ago
  35. 30f6f34 removed one assert() condition by Yann Collet · 6 years ago
  36. 52cce30 made roundTripTest fully general by Yann Collet · 6 years ago
  37. 943fa62 fix minor cast warning for C++ compilation by Yann Collet · 6 years ago
  38. d2d5660 new test program : roundTripTest by Yann Collet · 6 years ago
  39. e778db3 Fixed bugs about incorrect acceleration calculation and benchmarking negative compresion level by Jennifer Liu · 6 years ago
  40. 8745638 Fixed invalid argument test and reformatted else by Jennifer Liu · 6 years ago
  41. 9ee5183 Fixed code based on comments from pull request by Jennifer Liu · 6 years ago
  42. e95706b Fixed lz4 not found error part 2 by Jennifer Liu · 6 years ago
  43. 075952e Fixed lz4 not found error by Jennifer Liu · 6 years ago
  44. 17bcb58 Fixed bug about file to be compressed is not present by Jennifer Liu · 6 years ago
  45. 536b79a Added --fast command to cli by Jennifer Liu · 6 years ago
  46. ebe7e35 Fix AIX 32 bit build problem of fuzzer.c by Norm Green · 6 years ago
  47. c746a27 Test Linking C-Compiled Library and C++-Compiled Tests by W. Felix Handte · 7 years ago
  48. 2149b1a Add Haiku as a validated target. by fbrosson · 7 years ago
  49. abb1f70 Merge pull request #538 from lz4/frameTestError by Yann Collet · 7 years ago
  50. d7b6c72 small extDict : fixed side-effect by Yann Collet · 7 years ago
  51. af12733 fixed frametest error by Yann Collet · 7 years ago
  52. 3e7fa1b Attempt to fix travis by Nick Terrell · 7 years ago
  53. a7cc0b5 Fix make install by Nick Terrell · 7 years ago
  54. 999a848 removed test that might be optimized away by Yann Collet · 7 years ago
  55. 93cf628 introduce LZ4_decoderRingBufferSize() by Yann Collet · 7 years ago
  56. 5a2501a added a test case for LZ4_decompress_fast_usingDict by Cyan4973 · 7 years ago
  57. 9d4eae5 Merge pull request #522 from svpv/refactorDec by Yann Collet · 7 years ago
  58. ce4e138 fuzzer.c: enabled ring buffer tests for decompress_fast by Alexey Tourbin · 7 years ago
  59. 2becd69 Add _destSize() to Fullbench by W. Felix Handte · 7 years ago
  60. 5603d30 lz4.c: fixed the LZ4_decompress_safe_continue case by Alexey Tourbin · 7 years ago
  61. 27c6eec Multiply-Include Header to Check Guard Macro Correctness by W. Felix Handte · 7 years ago
  62. 2dfc7cb Change Over Includes in the Project by W. Felix Handte · 7 years ago
  63. b2637ab Merge pull request #512 from lz4/HC_dict by Yann Collet · 7 years ago
  64. db9deb7 Remove the Framebench Tool by W. Felix Handte · 7 years ago
  65. bd06fde fullbench compiled without assert() by Cyan4973 · 7 years ago
  66. 672799e Fix compilation error and assert. by Nick Terrell · 7 years ago
  67. bb83cad Fix input size validation edge cases by Nick Terrell · 7 years ago
  68. 209c9c2 Add Some Simple Fuzzer Tests by W. Felix Handte · 7 years ago
  69. e0d8add Fix Framebench Output Buffer Sizing by W. Felix Handte · 7 years ago
  70. 9dae661 Fix Cast by W. Felix Handte · 7 years ago
  71. f646c51 Print Failure Message in Framebench by W. Felix Handte · 7 years ago
  72. 9d971fd Switch to Unaligned Samples to Compress Different Blobs Each Time by W. Felix Handte · 7 years ago
  73. 66f0c29 Fix Framebench Statistics by W. Felix Handte · 7 years ago
  74. 09df7a0 Add Run Name to Frame Bench Output by W. Felix Handte · 7 years ago
  75. a9a6232 Auto-Calculate Appropriate Repetition Count by W. Felix Handte · 7 years ago
  76. d4ee755 Print More Detailed Results Inside bench(), Add Compression Levels by W. Felix Handte · 7 years ago
  77. ffb2d8b Check Compressed Buffer is Correct in Frame Bench by W. Felix Handte · 7 years ago
  78. 0bc13ab Add HC Calls to Framebench by W. Felix Handte · 7 years ago
  79. b9836b2 Restore Framebench Tool by W. Felix Handte · 7 years ago
  80. 444211d edited a few traces for debugging by Yann Collet · 7 years ago
  81. 4aff9b1 fixed fuzzer tests by Yann Collet · 7 years ago
  82. b5528ac Merge branch 'dev' into lowAddr by Yann Collet · 7 years ago
  83. 9f0f6b8 Further Test that ExtDictCtx Mode Produces the Exact Same Output by W. Felix Handte · 7 years ago
  84. 6dd64e0 Add Tests for LZ4_attach_dictionary and Friends by W. Felix Handte · 7 years ago
  85. 8af32ce modified a few traces for debug by test4973 · 7 years ago
  86. ca38879 allow system-defined CPPFLAGS in /tests by Yann Collet · 7 years ago
  87. 7b3cd10 reduced test time on circle-ci by Yann Collet · 7 years ago
  88. ad7e040 fix minor conversion warning by test4973 · 7 years ago
  89. f9992fa noticed a bug when re-using hash table by test4973 · 7 years ago
  90. 6d931b6 fixed lz4 compression starting at small address by test4973 · 7 years ago
  91. 43132af Merge branch 'dev' into lowAddr by test4973 · 7 years ago
  92. ebdcbc3 Add Dependency to Fix Parallel `make test` Runs by W. Felix Handte · 7 years ago
  93. c3f0ed2 added low address fuzzer tests by test4973 · 7 years ago
  94. 70f1482 Remove Framebench Tool by W. Felix Handte · 7 years ago
  95. c4aef7c Restore checkTag Cleaning by W. Felix Handte · 7 years ago
  96. f9fef25 Renames and Comment Fixes by W. Felix Handte · 7 years ago
  97. 9dcd9ab Make LZ4F_compressFrame_usingCDict Take a Compression Context by W. Felix Handte · 7 years ago
  98. b3628cb Avoid Resetting the Context When Possible by W. Felix Handte · 7 years ago
  99. f34fb3c Add Bounds Check to locateBuffDiff by W. Felix Handte · 7 years ago
  100. 8c006b1 Add a Benchmarking Tool For Compression with Context Re-Use by W. Felix Handte · 7 years ago