1. fb5e98a updated NEWS for v1.8.1 by Yann Collet · 7 years ago v1.8.1
  2. d89fd51 Merge pull request #442 from terrelln/441 by Yann Collet · 7 years ago
  3. 58199f1 Merge pull request #443 from terrelln/440 by Yann Collet · 7 years ago
  4. a605d7e Merge pull request #444 from felixhandte/publish-static-functions by Yann Collet · 7 years ago
  5. ebef34f Add Option to Make lz4frame_static.h Functions Visible in Shared Objects by W. Felix Handte · 7 years ago
  6. 0b203b0 Merge pull request #434 from lz4/pattern by Yann Collet · 7 years ago
  7. 54f3621 Merge pull request #435 from lz4/destSize by Yann Collet · 7 years ago
  8. c2dd686 [lz4f] Skip memcpy() on empty dictionary by Nick Terrell · 7 years ago
  9. 00eac87 [lz4io] Refuse to set file stat for non-regular files by Nick Terrell · 7 years ago
  10. 9474b70 [lz4io] Fix decompression file stat with --rm by Nick Terrell · 7 years ago
  11. 506ae9c Merge pull request #439 from eli-b/doc-nohup-behavior by Yann Collet · 7 years ago
  12. c19d12d Merge pull request #438 from eli-b/grammar-fix by Yann Collet · 7 years ago
  13. 329dcd4 Docs: describe behavior under nohup by Eli Boyarski · 7 years ago
  14. c8411ea Grammar: "to silent" -> "to silence" by Eli Boyarski · 7 years ago
  15. e290024 object files in /tests by Yann Collet · 7 years ago
  16. 7d2f30c lz4opt supports _destSize by Yann Collet · 7 years ago
  17. fdde431 /tests programs compiled with LZ4_DEBUG=1 by Yann Collet · 7 years ago
  18. 9753ac4 conditional pattern analysis by Yann Collet · 7 years ago
  19. 8a9c8e7 Merge pull request #431 from lz4/newopt by Yann Collet · 7 years ago
  20. 55da545 new level 10 by Yann Collet · 7 years ago
  21. ec93bb1 Merge pull request #427 from lz4/registerLess by Yann Collet · 7 years ago
  22. 4e22516 Merge pull request #424 from MaxRis/msbuild-properties-#423 by Yann Collet · 7 years ago
  23. 9be9573 EnableWholeProgramOptimization and UseStaticCRT msbuild custom properties by Max Risuhin · 7 years ago
  24. 6bbe45e remove `register` keyword by Yann Collet · 7 years ago
  25. de49c5b Merge pull request #426 from aliceatlas/cli_chmod_fix by Yann Collet · 7 years ago
  26. 42a31ae Fix bug which could sometimes result in the lz4 cli chmodding /dev/null if running as root by Alice Atlas · 7 years ago
  27. 6c94c94 minor updates to examples by Yann Collet · 7 years ago
  28. da8bed4 API : changed a few variables' names for clarity by Yann Collet · 7 years ago
  29. b48839b updated NEWS by Yann Collet · 7 years ago
  30. dac2608 Merge pull request #416 from lz4/newopt by Yann Collet · 7 years ago
  31. dc3ed5b added code comments by Yann Collet · 7 years ago
  32. 63f6039 added constant TRAILING_LITERALS by Yann Collet · 7 years ago
  33. f93b595 lz4opt: simplified match finder invocation to LZ4HC_FindLongerMatch() by Yann Collet · 7 years ago
  34. fa03a9d added code comments by Yann Collet · 7 years ago
  35. b07d362 fixed LZ4HC_reverseCountPattern() by Yann Collet · 7 years ago
  36. 897f5e9 removed the ip++ at the beginning of block by Yann Collet · 7 years ago
  37. e6365b1 Merge pull request #418 from lz4/fasterCount by Yann Collet · 7 years ago
  38. 71fd08c removed legacy version of LZ4HC_InsertAndFindBestMatch() by Yann Collet · 7 years ago
  39. c49f66f ensure `pattern` is a 1-byte repetition by Yann Collet · 7 years ago
  40. 5512a5f removed useless `(1 && ...)` condition by Yann Collet · 7 years ago
  41. 7130bfe improved LZ4HC_reverseCountPattern() : by Yann Collet · 7 years ago
  42. a004c1f fixed LZ4HC_countPattern() by Yann Collet · 7 years ago
  43. 9221419 added LZ4_FORCEINLINE to counter gcc regression by Yann Collet · 7 years ago
  44. d51f046 2-stages LZ4_count by Yann Collet · 7 years ago
  45. ce8393e build: minor : `make lz4` doesn't compile liblz4 anymore by Yann Collet · 7 years ago
  46. 263e398 Merge pull request #417 from sylvestre/dev by Yann Collet · 7 years ago
  47. 4fed595 Only ignore with C++17 by Sylvestre Ledru · 7 years ago
  48. cca7618 When building with a C++ compiler, remove the 'register' keyword to silent a warning by Sylvestre Ledru · 7 years ago
  49. aa99163 fixed minor static analyzer warning by Yann Collet · 7 years ago
  50. 89821ac minor comment edit by Yann Collet · 7 years ago
  51. 1025546 unified HC levels by Yann Collet · 7 years ago
  52. a1f4a0d moved ctx->end handling from parsers by Yann Collet · 7 years ago
  53. c9bbad5 removed ctx->searchNum by Yann Collet · 7 years ago
  54. e2eca62 LZ4_compress_HC_continue_destSize() now compatible with optimal parser by Yann Collet · 7 years ago
  55. 3b222d2 removes matches[] table by Yann Collet · 7 years ago
  56. 320e1d5 removed useless parameter from hash chain matchfinder by Yann Collet · 7 years ago
  57. 81667a1 removed code and reference to binary tree match finder by Yann Collet · 7 years ago
  58. 82c1aed improved level 11 speed by Yann Collet · 7 years ago
  59. 890c055 optimized skip strategy for level 12 by Yann Collet · 7 years ago
  60. 05d78eb new level 11 uses 512 attempts by Yann Collet · 7 years ago
  61. a1c5343 more generic skip formula by Yann Collet · 7 years ago
  62. e06cb03 small adaptations for intermediate level 11 by Yann Collet · 7 years ago
  63. 4b81885 partial search, while preserving compression ratio by Yann Collet · 7 years ago
  64. bd992f1 searching match leading strictly farther does not work by Yann Collet · 7 years ago
  65. 8e16eb0 fixed last lost bytes in maximal mode by Yann Collet · 7 years ago
  66. 0ff4df1 changed strategy : opt[] path is complete after each match by Yann Collet · 7 years ago
  67. cc4a109 Merge pull request #415 from lz4/fasterDecodingXp by Yann Collet · 7 years ago
  68. 15b0d22 Merge branch 'dev' into btopt by Yann Collet · 7 years ago
  69. a5731d6 minor change, to help store forwarding by Yann Collet · 7 years ago
  70. 9378f76 extended shortcut match length to 18 by Yann Collet · 7 years ago
  71. 07c91d9 Merge pull request #408 from terrelln/time by Yann Collet · 7 years ago
  72. ace334a minor : coding style : use ML_MASK constant by Yann Collet · 7 years ago
  73. 3f17305 added comments, as suggested by @terrelln by Yann Collet · 7 years ago
  74. 931c5c2 fixed minor overflow mistake in optimal parser by Yann Collet · 7 years ago
  75. ab4bd93 fixed minor initialization warning by Yann Collet · 7 years ago
  76. e0914ff more complete shortcut - passes tests by Yann Collet · 7 years ago
  77. 8470d50 Merge pull request #412 from mikir/symbolsVisibility by Yann Collet · 7 years ago
  78. 63a7f34 Separated visibility from LZ4LIB_API macro. by mikir · 7 years ago
  79. a31b705 small modification of lz4 decoder to shortcut common case (short branch). by Yann Collet · 7 years ago
  80. 16a4337 added hash chain with conditional length by Yann Collet · 7 years ago
  81. a12cdf0 lz4opt: added hash chain search by Yann Collet · 7 years ago
  82. fd6bd51 switched many types to int by Yann Collet · 7 years ago
  83. d813134 removed SET_PRICE macro by Yann Collet · 7 years ago
  84. fa064c8 removed one macro usage by Yann Collet · 7 years ago
  85. ee62fae minor refactor by Yann Collet · 7 years ago
  86. fc879fe lz4opt: refactor sequence reverse traversal by Yann Collet · 7 years ago
  87. c058753 refactor variable matchnum by Yann Collet · 7 years ago
  88. 7bb0a61 simplified initial cost conditions by Yann Collet · 7 years ago
  89. 6cec68d added assert by Yann Collet · 7 years ago
  90. ac2ad52 renamed last_pos into last_match_pos by Yann Collet · 7 years ago
  91. 708e2cb simplified early exit when single solution by Yann Collet · 7 years ago
  92. 74d8688 [bench] Use higher resolution timer on POSIX by Nick Terrell · 7 years ago
  93. dccf882 lz4cli : minor rewrite of lz4c legacy commands by Yann Collet · 7 years ago
  94. 1aa997b Merge branch 'dev' of github.com:Cyan4973/lz4 into dev by Yann Collet · 7 years ago
  95. 2d827e1 lz4cli : removed extension artefacts by Yann Collet · 7 years ago
  96. f92722e Merge pull request #407 from odaira/useO2ppc64le by Yann Collet · 7 years ago
  97. 73bcf90 Use the optimization level of O2 for the decompression functions on ppc64le with gcc, to avoid harmful unrolling and SIMDization with O3 by Rei Odaira · 7 years ago
  98. 34da12c Merge pull request #403 from felixhandte/lz4-cli-dict-support-tests by Yann Collet · 7 years ago
  99. 9a16272 Read the Dictionary into a Circular Buffer by W. Felix Handte · 7 years ago
  100. 93f8284 Add some tests verifying command line dictionary functionality by W. Felix Handte · 7 years ago