1. 06e080a Merge pull request #1 from qiuyangs/sunqiuyang-fix-length>>8 by qiuyangs · 6 years ago
  2. 660d212 lz4hc.c: change (length >> 8) to (length / 255) by qiuyangs · 6 years ago
  3. ec735ac updated frame format by Yann Collet · 6 years ago
  4. 7a4e04e updated LZ4 block format by Yann Collet · 6 years ago
  5. 6e24ef9 Merge pull request #620 from lzutao/meson_symlink by Yann Collet · 6 years ago
  6. e5a1911 Merge pull request #621 from lzutao/meson_getversion by Yann Collet · 6 years ago
  7. e23d0fb meson: Remove unused sys import by Lzu Tao · 6 years ago
  8. 34dcc5e Simplify logic by setting default value for MESON_INSTALL_DESTDIR_PREFIX by Lzu Tao · 6 years ago
  9. 7f8b017 meson: Update man1 extension in meson 0.49.0 by Lzu Tao · 6 years ago
  10. 54dabaa meson: Update InstallSymlink.py usage by Lzu Tao · 6 years ago
  11. f603fdf Merge pull request #618 from dosaboy/add-snap-packaging-support by Yann Collet · 6 years ago
  12. bd5869a Add snap packaging support by Edward Hope-Morley · 6 years ago
  13. 16400fb Merge pull request #616 from felixhandte/lz4-attach-reject-short-dicts by Yann Collet · 6 years ago
  14. 077caef Merge pull request #613 from lzutao/fix_meson_tests by Yann Collet · 6 years ago
  15. 58d8055 meson: Add README.md for newcomers [skip ci] by Lzu Tao · 6 years ago
  16. 4e3accc Fix Dict Size Test in `LZ4_compress_fast_continue()` by W. Felix Handte · 6 years ago
  17. 535636f Don't Attach Very Small Dictionaries by W. Felix Handte · 6 years ago
  18. fbc4295 No need to join prefix and let soversion base on version by Lzu Tao · 6 years ago
  19. 4c43d14 Use MESON_INSTALL_DESTDIR_PREFIX instead of DESTDIR by Lzu Tao · 6 years ago
  20. b4ab887 meson: Add fallback message when not found lz4.h by Lzu Tao · 6 years ago
  21. 2491af9 meson: Fix wrong path to lib/lz4.h by Lzu Tao · 6 years ago
  22. 0caeec9 meson: Correct support for Windows build by Lzu Tao · 6 years ago
  23. 7b6ccfe meson: Use clang for faster build by Lzu Tao · 6 years ago
  24. e2fc6bc meson: Update usage of InstallSymlink helper by Lzu Tao · 6 years ago
  25. 4fe675a Use argparse instead of manually parsing [skip ci] by Lzu Tao · 6 years ago
  26. a9e96d5 meson: Fix soversion and generated pkg-config file [skip ci] by Lzu Tao · 6 years ago
  27. 4fc4b73 meson: Use --werror build option instead of passing -Werror [skip ci] by Lzu Tao · 6 years ago
  28. 5699432 meson test: Update timeout and tests that use COPYING by Lzu Tao · 6 years ago
  29. 3a51083 Merge pull request #615 from vtorri/dev by Yann Collet · 6 years ago
  30. 9021648 Merge remote-tracking branch 'upstream/dev' into dev by Vincent Torri · 6 years ago
  31. b03714d Windows: create import library with gcc directly, remove now useless def file by Vincent Torri · 6 years ago
  32. 65ff6f8 Merge remote-tracking branch 'upstream/master' into dev by Vincent Torri · 6 years ago
  33. 4d60ecc Merge pull request #612 from lzutao/fix_clang_fuzzer by Yann Collet · 6 years ago
  34. 49073ac clang: Fix -Wcomma by Lzu Tao · 6 years ago
  35. b9d3080 clang: Fix -Wcast-qual by Lzu Tao · 6 years ago
  36. 0241755 Fix clang warnings: -Wformat-pedantic and -Werror=overflow by Lzu Tao · 6 years ago
  37. 3b8253a Merge pull request #611 from lzutao/mesonbuild by Yann Collet · 6 years ago
  38. 9f87365 Add Travis meson build by Lzu Tao · 6 years ago
  39. 5bc1194 Add meson build system by Lzu Tao · 6 years ago
  40. 6689dae Merge pull request #610 from antinucleon/bootcamp by Yann Collet · 6 years ago
  41. b192c86 [amalgamation] lz4frame.c by Bing Xu · 6 years ago
  42. b4efd20 Merge remote-tracking branch 'upstream/master' into bootcamp by Bing Xu · 6 years ago
  43. 01d2a72 Merge pull request #606 from nh2/patch-1 by Yann Collet · 6 years ago
  44. ca45db8 lz4_Frame_format.md: Fix typo HexaBytes -> Exabytes by Niklas Hambüchen · 6 years ago
  45. 0983fd6 Merge pull request #605 from vtorri/dev by Yann Collet · 6 years ago
  46. bd2b259 Uninstall DLL and import lib by Vincent Torri · 6 years ago
  47. 8e8b658 Add explanation for the installation of the DLL in the bin directory by Vincent Torri · 6 years ago
  48. 0314027 Allow installation of lz4 for Windows (MSYS2 or when cross-compiling) by Vincent Torri · 6 years ago
  49. 4602f14 Merge remote-tracking branch 'upstream/master' into dev by Vincent Torri · 6 years ago
  50. 1e72459 Merge pull request #604 from vtorri/dev by Yann Collet · 6 years ago
  51. e057e94 update lib/README.md by Vincent Torri · 6 years ago
  52. d966844 Add documentation about DLLTOOL variable by Vincent Torri · 6 years ago
  53. b5e1062 Add DLLTOOL variable so that one can override dlltool binary by Vincent Torri · 6 years ago
  54. c910db3 Merge pull request #603 from vtorri/dev by Yann Collet · 6 years ago
  55. 31ce8b5 Use / instead of \ when accessing files in the dll subdirectory. by Vincent Torri · 6 years ago
  56. 6686e75 Merge pull request #600 from antinucleon/bootcamp by Yann Collet · 6 years ago
  57. a7e8d39 [amalgamation] add test by Bing Xu · 6 years ago
  58. 17f5071 Enable amalgamation of lz4hc.c and lz4.c by Bing Xu · 6 years ago
  59. 1b819bf Merge pull request #593 from felixhandte/lz4hc-publish-static by Yann Collet · 6 years ago
  60. 6a2da13 Make LZ4HC Experimental Functions Dynamically Publishable by W. Felix Handte · 6 years ago
  61. 45dc195 Change Comment and Make LZ4LIB_STATIC_API Available to LZ4HC by W. Felix Handte · 6 years ago
  62. bf9bf80 updated code documentation by Yann Collet · 6 years ago
  63. 5bd197e Merge pull request #583 from khabinov/stream-dirty-context-hc by Yann Collet · 6 years ago
  64. f27ea07 Adding information about dirty context for _HC_ family of functions by Oleg Khabinov · 6 years ago
  65. df6d00e Merge pull request #592 from lz4/compressEnd by Yann Collet · 6 years ago
  66. 6902fa4 fixed #589 by Yann Collet · 6 years ago
  67. e07a37d added a test for LZ4F_compressEnd() by Yann Collet · 6 years ago
  68. 6372459 Merge pull request #588 from khabinov/stream-dirty-followups by Yann Collet · 6 years ago
  69. a963621 Merge pull request #586 from blezsan/custom_block_sizes by Yann Collet · 6 years ago
  70. 294293d support custom block sizes: fix memory leak to make CI builds happy by Blaise Sanouillet · 6 years ago
  71. 28eb88d Some followups and renamings by Oleg Khabinov · 6 years ago
  72. d470385 support custom block sizes: remove unneeded fudging, fix leaked filehandles, other nits by Blaise Sanouillet · 6 years ago
  73. 7f18842 Merge branch 'dev' into custom_block_sizes by Blaise Sanouillet · 6 years ago
  74. b18b6e5 Merge pull request #587 from lz4/hintbug by Yann Collet · 6 years ago
  75. 48cd25a Merge pull request #580 from khabinov/stream-error-flag-initCheck by Yann Collet · 6 years ago
  76. 2112054 fixed improper hint by Yann Collet · 6 years ago
  77. 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
  78. 4d9435f support custom block sizes: fix const by Blaise Sanouillet · 6 years ago
  79. 3250160 support custom block sizes: fix usage message & remove unused functions by Blaise Sanouillet · 6 years ago
  80. 718d16e support custom block sizes - fix types by Blaise Sanouillet · 6 years ago
  81. 64ad395 support custom block sizes by Blaise Sanouillet · 6 years ago
  82. cb91782 Merge pull request #578 from lz4/support128bit by Yann Collet · 6 years ago
  83. c4c19c7 changed LZ4_streamDecode member order by Yann Collet · 6 years ago
  84. 21277d2 Merge pull request #581 from lz4/cppcheck by Yann Collet · 6 years ago
  85. b2215f2 tried to clean another bunch of cppcheck warnings by Yann Collet · 6 years ago
  86. e75d047 Merge branch 'dev' into cppcheck by Yann Collet · 6 years ago
  87. da6f1d2 Merge pull request #579 from lz4/xxhash by Yann Collet · 6 years ago
  88. 5a10ed2 added cppcheck by Yann Collet · 6 years ago
  89. 697bd90 fixed minor cppcheck warnings in examples by Yann Collet · 6 years ago
  90. e34a27d fixed minor cppcheck warnings in programs by Yann Collet · 6 years ago
  91. 8bea19d fixed minor cppcheck warnings in lib by Yann Collet · 6 years ago
  92. c339752 updated xxhash to latest version by Yann Collet · 6 years ago
  93. 6381d82 increase size of LZ4 contexts for 128-bit systems by Yann Collet · 6 years ago
  94. 7b9edd6 Merge branch 'dev' into support128bit by Yann Collet · 6 years ago
  95. dea044a Merge pull request #575 from lz4/apiDoc by Yann Collet · 6 years ago
  96. cb2fb47 increase lz4hc context size as constant for 128-bit systems by Yann Collet · 6 years ago
  97. 6103b4c use byU32 mode for any pointer > 32-bit by Yann Collet · 6 years ago
  98. c820480 Merge pull request #574 from lz4/enumComma by Yann Collet · 6 years ago
  99. d2f5716 Merge pull request #573 from laffer1/laffer1-pkgconfig-mnbsd by Yann Collet · 6 years ago
  100. e8b08f9 updated build doc by Yann Collet · 6 years ago