1. 41ad238 Merge pull request #515 from svpv/refactorDec by Yann Collet · 7 years ago
  2. ce4e138 fuzzer.c: enabled ring buffer tests for decompress_fast by Alexey Tourbin · 7 years ago
  3. 2becd69 Add _destSize() to Fullbench by W. Felix Handte · 7 years ago
  4. 5603d30 lz4.c: fixed the LZ4_decompress_safe_continue case by Alexey Tourbin · 7 years ago
  5. 27c6eec Multiply-Include Header to Check Guard Macro Correctness by W. Felix Handte · 7 years ago
  6. 2dfc7cb Change Over Includes in the Project by W. Felix Handte · 7 years ago
  7. b2637ab Merge pull request #512 from lz4/HC_dict by Yann Collet · 7 years ago
  8. db9deb7 Remove the Framebench Tool by W. Felix Handte · 7 years ago
  9. bd06fde fullbench compiled without assert() by Cyan4973 · 7 years ago
  10. 672799e Fix compilation error and assert. by Nick Terrell · 7 years ago
  11. bb83cad Fix input size validation edge cases by Nick Terrell · 7 years ago
  12. 209c9c2 Add Some Simple Fuzzer Tests by W. Felix Handte · 7 years ago
  13. e0d8add Fix Framebench Output Buffer Sizing by W. Felix Handte · 7 years ago
  14. 9dae661 Fix Cast by W. Felix Handte · 7 years ago
  15. f646c51 Print Failure Message in Framebench by W. Felix Handte · 7 years ago
  16. 9d971fd Switch to Unaligned Samples to Compress Different Blobs Each Time by W. Felix Handte · 7 years ago
  17. 66f0c29 Fix Framebench Statistics by W. Felix Handte · 7 years ago
  18. 09df7a0 Add Run Name to Frame Bench Output by W. Felix Handte · 7 years ago
  19. a9a6232 Auto-Calculate Appropriate Repetition Count by W. Felix Handte · 7 years ago
  20. d4ee755 Print More Detailed Results Inside bench(), Add Compression Levels by W. Felix Handte · 7 years ago
  21. ffb2d8b Check Compressed Buffer is Correct in Frame Bench by W. Felix Handte · 7 years ago
  22. 0bc13ab Add HC Calls to Framebench by W. Felix Handte · 7 years ago
  23. b9836b2 Restore Framebench Tool by W. Felix Handte · 7 years ago
  24. 444211d edited a few traces for debugging by Yann Collet · 7 years ago
  25. 4aff9b1 fixed fuzzer tests by Yann Collet · 7 years ago
  26. b5528ac Merge branch 'dev' into lowAddr by Yann Collet · 7 years ago
  27. 9f0f6b8 Further Test that ExtDictCtx Mode Produces the Exact Same Output by W. Felix Handte · 7 years ago
  28. 6dd64e0 Add Tests for LZ4_attach_dictionary and Friends by W. Felix Handte · 7 years ago
  29. 8af32ce modified a few traces for debug by test4973 · 7 years ago
  30. ca38879 allow system-defined CPPFLAGS in /tests by Yann Collet · 7 years ago
  31. 7b3cd10 reduced test time on circle-ci by Yann Collet · 7 years ago
  32. ad7e040 fix minor conversion warning by test4973 · 7 years ago
  33. f9992fa noticed a bug when re-using hash table by test4973 · 7 years ago
  34. 6d931b6 fixed lz4 compression starting at small address by test4973 · 7 years ago
  35. 43132af Merge branch 'dev' into lowAddr by test4973 · 7 years ago
  36. ebdcbc3 Add Dependency to Fix Parallel `make test` Runs by W. Felix Handte · 7 years ago
  37. c3f0ed2 added low address fuzzer tests by test4973 · 7 years ago
  38. 70f1482 Remove Framebench Tool by W. Felix Handte · 7 years ago
  39. c4aef7c Restore checkTag Cleaning by W. Felix Handte · 7 years ago
  40. f9fef25 Renames and Comment Fixes by W. Felix Handte · 7 years ago
  41. 9dcd9ab Make LZ4F_compressFrame_usingCDict Take a Compression Context by W. Felix Handte · 7 years ago
  42. b3628cb Avoid Resetting the Context When Possible by W. Felix Handte · 7 years ago
  43. f34fb3c Add Bounds Check to locateBuffDiff by W. Felix Handte · 7 years ago
  44. 8c006b1 Add a Benchmarking Tool For Compression with Context Re-Use by W. Felix Handte · 7 years ago
  45. 0ddd1ce added target make check by Yann Collet · 7 years ago
  46. 20e969e fuzzer: added low address compression test by Yann Collet · 7 years ago
  47. b077a99 added checkTag by Yann Collet · 7 years ago
  48. e290024 object files in /tests by Yann Collet · 7 years ago
  49. 7d2f30c lz4opt supports _destSize by Yann Collet · 7 years ago
  50. fdde431 /tests programs compiled with LZ4_DEBUG=1 by Yann Collet · 7 years ago
  51. 1025546 unified HC levels by Yann Collet · 7 years ago
  52. 93f8284 Add some tests verifying command line dictionary functionality by W. Felix Handte · 7 years ago
  53. 2ed3612 removed test-fasttest by Yann Collet · 7 years ago
  54. c04655b fixed make recurrence from /tests by Yann Collet · 7 years ago
  55. 517dd95 removed fasttest by Yann Collet · 7 years ago
  56. 82ccdec minor : added header license by Yann Collet · 7 years ago
  57. 5637d88 make test is compatible with parallel execution (-j#) by Yann Collet · 7 years ago
  58. 930a692 cli : restored command -BX to enable block checksum (#322) by Yann Collet · 7 years ago
  59. 77f99d2 restored block checksum capability at lz4frame API level by Yann Collet · 7 years ago
  60. 757497a implemented lz4frame decompression API by Yann Collet · 7 years ago
  61. 4531637 support dictionary compression with independent blocks by Yann Collet · 7 years ago
  62. d8aafe2 dictionary compression correctly uses compression level by Yann Collet · 7 years ago
  63. 31f2cdf implemented dictionary compression in lz4frame by Yann Collet · 7 years ago
  64. a82dadf added dictID inside LZ4F_frameInfo_t by Yann Collet · 7 years ago
  65. e14b4c5 tests/Makefile: don't use LIBDIR as variable by Jussi Kukkonen · 7 years ago
  66. d18084c report where decompression ends (#313) by Yann Collet · 7 years ago
  67. 2600a15 fix (minor) g++ compatibility for frametest by Yann Collet · 8 years ago
  68. e60cbb5 added test for LZ4F_resetDecompressionContext() by Yann Collet · 8 years ago
  69. 2012e4d fixed c_standards tests by Yann Collet · 8 years ago
  70. e2c9b19 lz4frame : Added negative compression levels by Yann Collet · 8 years ago
  71. fc31257 added LZ4F_resetDecompressionContext() by Yann Collet · 8 years ago
  72. f0a7651 Safer LZ4_getFrameInfo() by Yann Collet · 8 years ago
  73. b1daffc cli: add GNU separator -- specifying that all following arguments are files by Dmitry V. Levin · 8 years ago
  74. 0d073d4 added `extern C` for lz4.h static section by Yann Collet · 8 years ago
  75. aae447f LZ4_compress_HC_continue_destSize() works as intended up to level 10 by Yann Collet · 8 years ago
  76. cd35f0d LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code path by Yann Collet · 8 years ago
  77. 430b7d3 created LZ4_HC_STATIC_LINKING_ONLY section by Yann Collet · 8 years ago
  78. 66b26a3 tests: fuzzer: Add test for LZ4_compressHC_destSize by remittor · 8 years ago
  79. 0dfb0b9 Fix test-lz4-basic by Dmitry V. Levin · 8 years ago
  80. d3eaf78 remove MOREFLAGS from test-lz4c32 by Przemyslaw Skibinski · 8 years ago
  81. ace2242 circle.yml: fixed lz4c32 target (2) by Przemyslaw Skibinski · 8 years ago
  82. 0d77c85 circle.yml: fixed lz4c32 target by Przemyslaw Skibinski · 8 years ago
  83. 4ee9bd5 improved Circle CI tests by Przemyslaw Skibinski · 8 years ago
  84. b89cac7 Don't use "foo && false || true" by Eric Siegerman · 8 years ago
  85. c139eb4 added OpenBSD NetBSD SunOS to list of supported `make install` OSes by Przemyslaw Skibinski · 8 years ago
  86. 489d161 added "This Makefile is validated for" by Przemyslaw Skibinski · 8 years ago
  87. d2b51c2 fuzzer: tests more compression levels by Przemyslaw Skibinski · 8 years ago
  88. 1c80b9a LZ4HC_getSearchNum by Przemyslaw Skibinski · 8 years ago
  89. c8b3126 added FUZ_CLEVEL_DEFAULT by Przemyslaw Skibinski · 8 years ago
  90. a3d61cf improved test-lz4-opt-parser by Przemyslaw Skibinski · 8 years ago
  91. f4575f4 added test-lz4-opt-parser by Przemyslaw Skibinski · 8 years ago
  92. efaa9b7 Merge remote-tracking branch 'refs/remotes/lz4/dev' into dev by Przemyslaw Skibinski · 8 years ago
  93. ea51ad0 Solaris: working "make install" by Przemyslaw Skibinski · 8 years ago
  94. 9b4b081 "make test" is now compatible with Solaris by Przemyslaw Skibinski · 8 years ago
  95. b41f9bb Merge pull request #292 from inikep/dev by Yann Collet · 8 years ago
  96. f084b65 test Large File support for Mac OS-X in 32-bits mode by Przemyslaw Skibinski · 8 years ago
  97. 973bc79 util.h and platform.h based on zstd by Przemyslaw Skibinski · 8 years ago
  98. 7cf0bb9 LZ4F_compressBound(0) provides upper bound for LZ4F_flush() and LZ4F_compressEnd() [#290, suggested by @vtermanis] by Yann Collet · 8 years ago
  99. 3c6ce9c fixed gcc 4.4 support by Przemyslaw Skibinski · 8 years ago
  100. 64cbc4e improved MinGW support by Przemyslaw Skibinski · 8 years ago