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