1. 94afb9a Merge pull request #640 from tzakian/remove_io_globals by Yann Collet · 6 years ago
  2. c161069 Add cast around malloc by Tim Zakian · 6 years ago
  3. 4169161 Add constant pointer annotations by Tim Zakian · 6 years ago
  4. 5822e66 Remove a bunch of global variables that tracked settings for the IO module, and move them in to a struct by Tim Zakian · 6 years ago
  5. d4a40c6 Merge pull request #637 from tzakian/fix_pass-through_mode by Yann Collet · 6 years ago
  6. 9028682 Fix pass-through mode by Tim Zakian · 6 years ago
  7. e30b1f7 Merge pull request #635 from tzakian/clean_call_to_LZ4HC_encodeSequence by Yann Collet · 6 years ago
  8. 186015a fixed strict C++ compilation by Yann Collet · 6 years ago
  9. 81441e2 Make fact that certain variables that are passed into LZ4HC_encodeSequence are changed by the function call by Tim Zakian · 6 years ago
  10. baed01a fixed long sequence overflow test by Yann Collet · 6 years ago
  11. fbebf03 minor explicit cast warning by Yann Collet · 6 years ago
  12. e953474 Merge pull request #634 from lz4/longSeqTest by Yann Collet · 6 years ago
  13. c750cbe Merge pull request #631 from qiuyangs/dev by Yann Collet · 6 years ago
  14. cc34d3f Merge pull request #633 from tzakian/make_block_size_public by Yann Collet · 6 years ago
  15. 7741c60 add a test to check long sequences (#631) by Yann Collet · 6 years ago
  16. 4ec29b0 Fix C90 compatibility issue by Tim Zakian · 6 years ago
  17. 8193742 Make LZ4F_getBlockSize public and publis in experimental section by Tim Zakian · 6 years ago
  18. d6eac9c Merge pull request #632 from rubenochiavone/fix-lz4-extesion-not-decompressing by Yann Collet · 6 years ago
  19. 4c953b4 Add test to cover issue #596 by Ruben O. Chiavone · 6 years ago
  20. e6905b5 Fix lz4 extension in input filename not causing decompression by Ruben O. Chiavone · 6 years ago
  21. 06e080a Merge pull request #1 from qiuyangs/sunqiuyang-fix-length>>8 by qiuyangs · 6 years ago
  22. 660d212 lz4hc.c: change (length >> 8) to (length / 255) by qiuyangs · 6 years ago
  23. ec735ac updated frame format by Yann Collet · 6 years ago
  24. 7a4e04e updated LZ4 block format by Yann Collet · 6 years ago
  25. 6e24ef9 Merge pull request #620 from lzutao/meson_symlink by Yann Collet · 6 years ago
  26. e5a1911 Merge pull request #621 from lzutao/meson_getversion by Yann Collet · 6 years ago
  27. e23d0fb meson: Remove unused sys import by Lzu Tao · 6 years ago
  28. 34dcc5e Simplify logic by setting default value for MESON_INSTALL_DESTDIR_PREFIX by Lzu Tao · 6 years ago
  29. 7f8b017 meson: Update man1 extension in meson 0.49.0 by Lzu Tao · 6 years ago
  30. 54dabaa meson: Update InstallSymlink.py usage by Lzu Tao · 6 years ago
  31. f603fdf Merge pull request #618 from dosaboy/add-snap-packaging-support by Yann Collet · 6 years ago
  32. bd5869a Add snap packaging support by Edward Hope-Morley · 6 years ago
  33. 16400fb Merge pull request #616 from felixhandte/lz4-attach-reject-short-dicts by Yann Collet · 6 years ago
  34. 077caef Merge pull request #613 from lzutao/fix_meson_tests by Yann Collet · 6 years ago
  35. 58d8055 meson: Add README.md for newcomers [skip ci] by Lzu Tao · 6 years ago
  36. 4e3accc Fix Dict Size Test in `LZ4_compress_fast_continue()` by W. Felix Handte · 6 years ago
  37. 535636f Don't Attach Very Small Dictionaries by W. Felix Handte · 6 years ago
  38. fbc4295 No need to join prefix and let soversion base on version by Lzu Tao · 6 years ago
  39. 4c43d14 Use MESON_INSTALL_DESTDIR_PREFIX instead of DESTDIR by Lzu Tao · 6 years ago
  40. b4ab887 meson: Add fallback message when not found lz4.h by Lzu Tao · 6 years ago
  41. 2491af9 meson: Fix wrong path to lib/lz4.h by Lzu Tao · 6 years ago
  42. 0caeec9 meson: Correct support for Windows build by Lzu Tao · 6 years ago
  43. 7b6ccfe meson: Use clang for faster build by Lzu Tao · 6 years ago
  44. e2fc6bc meson: Update usage of InstallSymlink helper by Lzu Tao · 6 years ago
  45. 4fe675a Use argparse instead of manually parsing [skip ci] by Lzu Tao · 6 years ago
  46. a9e96d5 meson: Fix soversion and generated pkg-config file [skip ci] by Lzu Tao · 6 years ago
  47. 4fc4b73 meson: Use --werror build option instead of passing -Werror [skip ci] by Lzu Tao · 6 years ago
  48. 5699432 meson test: Update timeout and tests that use COPYING by Lzu Tao · 6 years ago
  49. 3a51083 Merge pull request #615 from vtorri/dev by Yann Collet · 6 years ago
  50. 9021648 Merge remote-tracking branch 'upstream/dev' into dev by Vincent Torri · 6 years ago
  51. b03714d Windows: create import library with gcc directly, remove now useless def file by Vincent Torri · 6 years ago
  52. 65ff6f8 Merge remote-tracking branch 'upstream/master' into dev by Vincent Torri · 6 years ago
  53. 4d60ecc Merge pull request #612 from lzutao/fix_clang_fuzzer by Yann Collet · 6 years ago
  54. 49073ac clang: Fix -Wcomma by Lzu Tao · 6 years ago
  55. b9d3080 clang: Fix -Wcast-qual by Lzu Tao · 6 years ago
  56. 0241755 Fix clang warnings: -Wformat-pedantic and -Werror=overflow by Lzu Tao · 6 years ago
  57. 3b8253a Merge pull request #611 from lzutao/mesonbuild by Yann Collet · 6 years ago
  58. 9f87365 Add Travis meson build by Lzu Tao · 6 years ago
  59. 5bc1194 Add meson build system by Lzu Tao · 6 years ago
  60. 6689dae Merge pull request #610 from antinucleon/bootcamp by Yann Collet · 6 years ago
  61. b192c86 [amalgamation] lz4frame.c by Bing Xu · 6 years ago
  62. b4efd20 Merge remote-tracking branch 'upstream/master' into bootcamp by Bing Xu · 6 years ago
  63. 01d2a72 Merge pull request #606 from nh2/patch-1 by Yann Collet · 6 years ago
  64. ca45db8 lz4_Frame_format.md: Fix typo HexaBytes -> Exabytes by Niklas Hambüchen · 6 years ago
  65. 0983fd6 Merge pull request #605 from vtorri/dev by Yann Collet · 6 years ago
  66. bd2b259 Uninstall DLL and import lib by Vincent Torri · 6 years ago
  67. 8e8b658 Add explanation for the installation of the DLL in the bin directory by Vincent Torri · 6 years ago
  68. 0314027 Allow installation of lz4 for Windows (MSYS2 or when cross-compiling) by Vincent Torri · 6 years ago
  69. 4602f14 Merge remote-tracking branch 'upstream/master' into dev by Vincent Torri · 6 years ago
  70. 1e72459 Merge pull request #604 from vtorri/dev by Yann Collet · 6 years ago
  71. e057e94 update lib/README.md by Vincent Torri · 6 years ago
  72. d966844 Add documentation about DLLTOOL variable by Vincent Torri · 6 years ago
  73. b5e1062 Add DLLTOOL variable so that one can override dlltool binary by Vincent Torri · 6 years ago
  74. c910db3 Merge pull request #603 from vtorri/dev by Yann Collet · 6 years ago
  75. 31ce8b5 Use / instead of \ when accessing files in the dll subdirectory. by Vincent Torri · 6 years ago
  76. 6686e75 Merge pull request #600 from antinucleon/bootcamp by Yann Collet · 6 years ago
  77. a7e8d39 [amalgamation] add test by Bing Xu · 6 years ago
  78. 17f5071 Enable amalgamation of lz4hc.c and lz4.c by Bing Xu · 6 years ago
  79. 1b819bf Merge pull request #593 from felixhandte/lz4hc-publish-static by Yann Collet · 6 years ago
  80. 6a2da13 Make LZ4HC Experimental Functions Dynamically Publishable by W. Felix Handte · 6 years ago
  81. 45dc195 Change Comment and Make LZ4LIB_STATIC_API Available to LZ4HC by W. Felix Handte · 6 years ago
  82. bf9bf80 updated code documentation by Yann Collet · 6 years ago
  83. 5bd197e Merge pull request #583 from khabinov/stream-dirty-context-hc by Yann Collet · 6 years ago
  84. f27ea07 Adding information about dirty context for _HC_ family of functions by Oleg Khabinov · 6 years ago
  85. df6d00e Merge pull request #592 from lz4/compressEnd by Yann Collet · 6 years ago
  86. 6902fa4 fixed #589 by Yann Collet · 6 years ago
  87. e07a37d added a test for LZ4F_compressEnd() by Yann Collet · 6 years ago
  88. 6372459 Merge pull request #588 from khabinov/stream-dirty-followups by Yann Collet · 6 years ago
  89. a963621 Merge pull request #586 from blezsan/custom_block_sizes by Yann Collet · 6 years ago
  90. 294293d support custom block sizes: fix memory leak to make CI builds happy by Blaise Sanouillet · 6 years ago
  91. 28eb88d Some followups and renamings by Oleg Khabinov · 6 years ago
  92. d470385 support custom block sizes: remove unneeded fudging, fix leaked filehandles, other nits by Blaise Sanouillet · 6 years ago
  93. 7f18842 Merge branch 'dev' into custom_block_sizes by Blaise Sanouillet · 6 years ago
  94. b18b6e5 Merge pull request #587 from lz4/hintbug by Yann Collet · 6 years ago
  95. 48cd25a Merge pull request #580 from khabinov/stream-error-flag-initCheck by Yann Collet · 6 years ago
  96. 2112054 fixed improper hint by Yann Collet · 6 years ago
  97. 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
  98. 4d9435f support custom block sizes: fix const by Blaise Sanouillet · 6 years ago
  99. 3250160 support custom block sizes: fix usage message & remove unused functions by Blaise Sanouillet · 6 years ago
  100. 718d16e support custom block sizes - fix types by Blaise Sanouillet · 6 years ago