1. 7a39fb8 make `_fast*()` decoder generate a deprecation warning by Yann Collet · 6 years ago
  2. ab91300 moved LZ4_decompress_fast*() into deprecated section by Yann Collet · 6 years ago
  3. 1a41b2b Merge pull request #657 from lz4/destSize by Yann Collet · 6 years ago
  4. b5bedef fixed an old bug in LZ4F_flush() by Yann Collet · 6 years ago
  5. 50f01d8 fixed doc by Yann Collet · 6 years ago
  6. 25da6cc moved _destSize() into "stable API" status by Yann Collet · 6 years ago
  7. 27a4c3c Merge pull request #656 from lz4/armtest by Yann Collet · 6 years ago
  8. f2755c9 minor comments and reformatting by Yann Collet · 6 years ago
  9. 753076b fixed minor conversion warnings by Yann Collet · 6 years ago
  10. 2589c44 created LZ4_FAST_DEC_LOOP build macro by Yann Collet · 6 years ago
  11. 7d9d00f fixed a few minor conversion warnings by Yann Collet · 6 years ago
  12. c438548 Merge pull request #652 from vtorri/dev by Yann Collet · 6 years ago
  13. 0360981 Allow installation of lz4 for Windows 10 with MSYS2 by Vincent Torri · 6 years ago
  14. d85bdb4 Merge pull request #645 from djwatson/optimize_decompress_generic by Yann Collet · 6 years ago
  15. 5d7d116 decompress_generic: Limit fastpath to x86 by Dave Watson · 6 years ago
  16. 75fb878 decompress_generic: Add fastpath for small offsets by Dave Watson · 6 years ago
  17. faac110 decompress_generic: Unroll loops a bit more by Dave Watson · 6 years ago
  18. 1fbaf84 decompress_generic: remove msan write by Dave Watson · 6 years ago
  19. 28b8249 decompress_generic: re-add fastpath by Dave Watson · 6 years ago
  20. 232f1e2 decompress_generic: drop partial copy check in fast loop by Dave Watson · 6 years ago
  21. 59332a3 decompress_generic: Optimize literal copies by Dave Watson · 6 years ago
  22. 5dfa7d4 decompress_generic: optimize match copy by Dave Watson · 6 years ago
  23. 28356e0 decompress_generic: Add a loop fastpath by Dave Watson · 6 years ago
  24. 4da3360 decompress_generic: Refactor variable length fields by Dave Watson · 6 years ago
  25. 591b662 Merge pull request #648 from aregm/fix-VS2017-solution by Yann Collet · 6 years ago
  26. 71ec7fd Build fixed by removing unavailable project by Areg Melik-Adamyan · 6 years ago
  27. 976cb5c Merge pull request #646 from jbms/fix-clang-optimize-attribute-ppc64le by Yann Collet · 6 years ago
  28. 26e7635 Eliminate optimize attribute warning with clang on PPC64LE by Jeremy Maitin-Shepard · 6 years ago
  29. c3f0753 Merge pull request #644 from lzutao/meson-msvc-export by Yann Collet · 7 years ago
  30. 929dbbc meson: Add -DLZ4_DLL_EXPORT=1 to build dynamic lib on Windows by Lzu Tao · 7 years ago
  31. 6305e43 Merge pull request #638 from lzutao/travis by Yann Collet · 7 years ago
  32. bc85de6 Merge pull request #639 from lzutao/meson by Yann Collet · 7 years ago
  33. 94afb9a Merge pull request #640 from tzakian/remove_io_globals by Yann Collet · 7 years ago
  34. c161069 Add cast around malloc by Tim Zakian · 7 years ago
  35. 4169161 Add constant pointer annotations by Tim Zakian · 7 years ago
  36. 5822e66 Remove a bunch of global variables that tracked settings for the IO module, and move them in to a struct by Tim Zakian · 7 years ago
  37. c99b64a travis: Prefer `apt-get` in `install` field than `addons-apt-sources` by Lzu Tao · 7 years ago
  38. 7fe378f travis: Prefer `script` field than `Cmd` env by Lzu Tao · 7 years ago
  39. d2288d2 meson: Favor warning if cannot find version string by Lzu Tao · 7 years ago
  40. 4765ad8 meson: Use libray as required argument in `pkgconfig` by Lzu Tao · 7 years ago
  41. b3b22b9 meson: Explicit use `meson setup` to setup a builddir by Lzu Tao · 7 years ago
  42. d4a40c6 Merge pull request #637 from tzakian/fix_pass-through_mode by Yann Collet · 7 years ago
  43. 9028682 Fix pass-through mode by Tim Zakian · 7 years ago
  44. e30b1f7 Merge pull request #635 from tzakian/clean_call_to_LZ4HC_encodeSequence by Yann Collet · 7 years ago
  45. 186015a fixed strict C++ compilation by Yann Collet · 7 years ago
  46. 81441e2 Make fact that certain variables that are passed into LZ4HC_encodeSequence are changed by the function call by Tim Zakian · 7 years ago
  47. baed01a fixed long sequence overflow test by Yann Collet · 7 years ago
  48. fbebf03 minor explicit cast warning by Yann Collet · 7 years ago
  49. e953474 Merge pull request #634 from lz4/longSeqTest by Yann Collet · 7 years ago
  50. c750cbe Merge pull request #631 from qiuyangs/dev by Yann Collet · 7 years ago
  51. cc34d3f Merge pull request #633 from tzakian/make_block_size_public by Yann Collet · 7 years ago
  52. 7741c60 add a test to check long sequences (#631) by Yann Collet · 7 years ago
  53. 4ec29b0 Fix C90 compatibility issue by Tim Zakian · 7 years ago
  54. 8193742 Make LZ4F_getBlockSize public and publis in experimental section by Tim Zakian · 7 years ago
  55. d6eac9c Merge pull request #632 from rubenochiavone/fix-lz4-extesion-not-decompressing by Yann Collet · 7 years ago
  56. 4c953b4 Add test to cover issue #596 by Ruben O. Chiavone · 7 years ago
  57. e6905b5 Fix lz4 extension in input filename not causing decompression by Ruben O. Chiavone · 7 years ago
  58. 06e080a Merge pull request #1 from qiuyangs/sunqiuyang-fix-length>>8 by qiuyangs · 7 years ago
  59. 660d212 lz4hc.c: change (length >> 8) to (length / 255) by qiuyangs · 7 years ago
  60. ec735ac updated frame format by Yann Collet · 7 years ago
  61. 7a4e04e updated LZ4 block format by Yann Collet · 7 years ago
  62. 6e24ef9 Merge pull request #620 from lzutao/meson_symlink by Yann Collet · 7 years ago
  63. e5a1911 Merge pull request #621 from lzutao/meson_getversion by Yann Collet · 7 years ago
  64. e23d0fb meson: Remove unused sys import by Lzu Tao · 7 years ago
  65. 34dcc5e Simplify logic by setting default value for MESON_INSTALL_DESTDIR_PREFIX by Lzu Tao · 7 years ago
  66. 7f8b017 meson: Update man1 extension in meson 0.49.0 by Lzu Tao · 7 years ago
  67. 54dabaa meson: Update InstallSymlink.py usage by Lzu Tao · 7 years ago
  68. f603fdf Merge pull request #618 from dosaboy/add-snap-packaging-support by Yann Collet · 7 years ago
  69. bd5869a Add snap packaging support by Edward Hope-Morley · 7 years ago
  70. 16400fb Merge pull request #616 from felixhandte/lz4-attach-reject-short-dicts by Yann Collet · 7 years ago
  71. 077caef Merge pull request #613 from lzutao/fix_meson_tests by Yann Collet · 7 years ago
  72. 58d8055 meson: Add README.md for newcomers [skip ci] by Lzu Tao · 7 years ago
  73. 4e3accc Fix Dict Size Test in `LZ4_compress_fast_continue()` by W. Felix Handte · 7 years ago
  74. 535636f Don't Attach Very Small Dictionaries by W. Felix Handte · 7 years ago
  75. fbc4295 No need to join prefix and let soversion base on version by Lzu Tao · 7 years ago
  76. 4c43d14 Use MESON_INSTALL_DESTDIR_PREFIX instead of DESTDIR by Lzu Tao · 7 years ago
  77. b4ab887 meson: Add fallback message when not found lz4.h by Lzu Tao · 7 years ago
  78. 2491af9 meson: Fix wrong path to lib/lz4.h by Lzu Tao · 7 years ago
  79. 0caeec9 meson: Correct support for Windows build by Lzu Tao · 7 years ago
  80. 7b6ccfe meson: Use clang for faster build by Lzu Tao · 7 years ago
  81. e2fc6bc meson: Update usage of InstallSymlink helper by Lzu Tao · 7 years ago
  82. 4fe675a Use argparse instead of manually parsing [skip ci] by Lzu Tao · 7 years ago
  83. a9e96d5 meson: Fix soversion and generated pkg-config file [skip ci] by Lzu Tao · 7 years ago
  84. 4fc4b73 meson: Use --werror build option instead of passing -Werror [skip ci] by Lzu Tao · 7 years ago
  85. 5699432 meson test: Update timeout and tests that use COPYING by Lzu Tao · 7 years ago
  86. 3a51083 Merge pull request #615 from vtorri/dev by Yann Collet · 7 years ago
  87. 9021648 Merge remote-tracking branch 'upstream/dev' into dev by Vincent Torri · 7 years ago
  88. b03714d Windows: create import library with gcc directly, remove now useless def file by Vincent Torri · 7 years ago
  89. 65ff6f8 Merge remote-tracking branch 'upstream/master' into dev by Vincent Torri · 7 years ago
  90. 4d60ecc Merge pull request #612 from lzutao/fix_clang_fuzzer by Yann Collet · 7 years ago
  91. 49073ac clang: Fix -Wcomma by Lzu Tao · 7 years ago
  92. b9d3080 clang: Fix -Wcast-qual by Lzu Tao · 7 years ago
  93. 0241755 Fix clang warnings: -Wformat-pedantic and -Werror=overflow by Lzu Tao · 7 years ago
  94. 3b8253a Merge pull request #611 from lzutao/mesonbuild by Yann Collet · 7 years ago
  95. 9f87365 Add Travis meson build by Lzu Tao · 7 years ago
  96. 5bc1194 Add meson build system by Lzu Tao · 7 years ago
  97. 6689dae Merge pull request #610 from antinucleon/bootcamp by Yann Collet · 7 years ago
  98. b192c86 [amalgamation] lz4frame.c by Bing Xu · 7 years ago
  99. b4efd20 Merge remote-tracking branch 'upstream/master' into bootcamp by Bing Xu · 7 years ago
  100. 01d2a72 Merge pull request #606 from nh2/patch-1 by Yann Collet · 7 years ago