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