1. 1882b10 Merge pull request #476 from lz4/mflimit by Yann Collet · 7 years ago
  2. 7173a63 edge case : compress up to end-mflimit (12 bytes) by Yann Collet · 7 years ago
  3. 99c2672 Merge pull request #475 from lz4/betterBench by Yann Collet · 7 years ago
  4. 71e16fa Merge pull request #471 from lz4/fasterHC by Yann Collet · 7 years ago
  5. 179670f use TIMELOOP_NANOSEC, by Yann Collet · 7 years ago
  6. 25b16e8 added one assert() by Yann Collet · 7 years ago
  7. 34c1634 fixed minor conversion warning by Yann Collet · 7 years ago
  8. ae3dede ensure bench speed measurement is more accurate for small inputs by Yann Collet · 7 years ago
  9. 1a233c5 update bench.c to use less time invocations by Yann Collet · 7 years ago
  10. d74f079 update API doc regarding double-buffer strategy by Yann Collet · 7 years ago
  11. 9f338ae Merge pull request #472 from hobomind/dev by Yann Collet · 7 years ago
  12. b202c67 fix: missed semicolon at programs/lz4io.c:954 by hobomind · 7 years ago
  13. 3d3d5af Merge pull request #470 from lz4/fasterDec by Yann Collet · 7 years ago
  14. d3a1339 slight hc speed benefit (~+1%) by Yann Collet · 7 years ago
  15. 219abab removed LZ4_copy8 by Yann Collet · 7 years ago
  16. 2b674bf slightly improved hc compression speed (+~1-2%) by Yann Collet · 7 years ago
  17. 3ad3b0f slightly improved decompression speed (~+1-2%) by Yann Collet · 7 years ago
  18. f76ee4e Merge pull request #469 from mathstuf/intel-windows-packing-selection by Yann Collet · 7 years ago
  19. c4671be intel: do not use __attribute__((packed)) on Windows by Ben Boeckel · 7 years ago
  20. ea25250 fixed code comment as detected in #466 by Yann Collet · 7 years ago
  21. e3f73fa Merge pull request #461 from terrelln/docs by Yann Collet · 7 years ago
  22. e832a3d Clarify the requirements of the LZ4 streaming API by Nick Terrell · 7 years ago
  23. 99a81c8 Merge pull request #458 from lz4/ff161 by Yann Collet · 7 years ago
  24. 424c773 Merge pull request #460 from lz4/frameCompress by Yann Collet · 7 years ago
  25. 3ce289b modified decompression part of frameCompress.c by Yann Collet · 7 years ago
  26. 25efdd8 refactored ressource allocation to avoid goto by Yann Collet · 7 years ago
  27. 886a485 examples/Makefile : changed dependency order by Yann Collet · 7 years ago
  28. 5fd3ac7 Merge branch 'dev' into frameCompress by Yann Collet · 7 years ago
  29. d1ccd62 travisci : ensure "clean" betweeb 2 tests by Yann Collet · 7 years ago
  30. 3b751a5 modified gpptest recipe by Yann Collet · 7 years ago
  31. 70671ab Merge pull request #459 from Tyilo/clang-stdc++14 by Yann Collet · 7 years ago
  32. b515ae9 refactored frameCompress.c example code by Yann Collet · 7 years ago
  33. ff3c67f fixed read size, as noticed by @terrelln by Yann Collet · 7 years ago
  34. 1acca24 ensure proper dependencies are built for /examples by Yann Collet · 7 years ago
  35. 87fb7a1 refactored frameCompress example by Yann Collet · 7 years ago
  36. c129f48 Always prefer c++14 attributes if available by Asger Hautop Drewsen · 7 years ago
  37. d03224b fix typos as suggested by @psteinb by Yann Collet · 7 years ago
  38. 865bd83 Ensure LZ4_DEPRECATED("...") is before LZ4LIB_API by Asger Hautop Drewsen · 7 years ago
  39. fd0c125 proposed a minor change to LZ4 Frame format specification by Yann Collet · 7 years ago
  40. 8258f4d Merge pull request #455 from terrelln/hc-default by Yann Collet · 7 years ago
  41. 30e92f3 [lz4hc] level == 0 means default, not level 1 by Nick Terrell · 7 years ago
  42. ad12efa Merge pull request #453 from lz4/clockfix by Yann Collet · 7 years ago
  43. cd63b97 Merge pull request #454 from sunpoet/dev by Yann Collet · 7 years ago
  44. 75b81bb Change file format back to ASCII (from UTF-8) by Po-Chuan Hsieh · 7 years ago
  45. 7dba09a use more restrictive conditions for clock_gettime() by Yann Collet · 7 years ago
  46. b077a99 added checkTag by Yann Collet · 7 years ago
  47. dfed9fa restored .travis by Yann Collet · 7 years ago v1.8.1.2
  48. 5e7780d lz4frame : removed some intermediate stage from LZ4F_decompress() by Yann Collet · 7 years ago
  49. cdd0c68 Merge branch 'dev' into coverity_scan by Yann Collet · 7 years ago
  50. 75e22d1 minor : try to tell static analyzer that we don't care if fseek() fails by Yann Collet · 7 years ago
  51. 18b4c66 ensure a ptr is non-null by Yann Collet · 7 years ago
  52. 4d61ebc modified formulation for LZ4F_compressBound() by Yann Collet · 7 years ago
  53. 8e69328 programs/datagen : attempt to please static analyzer by Yann Collet · 7 years ago
  54. fe66e78 lz4io: fixed minor ressource leak by Yann Collet · 7 years ago
  55. 99302c4 revert project name by Yann Collet · 7 years ago
  56. 8e50fec minor name update by Yann Collet · 7 years ago
  57. 151a50e Merge branch 'master' into coverity_scan by Yann Collet · 7 years ago
  58. e0e29cf Merge pull request #449 from lz4/dev by Yann Collet · 7 years ago
  59. 52a76ff update man page by Yann Collet · 7 years ago
  60. e8ee6e5 nicer console message for `make clean` by Yann Collet · 7 years ago
  61. ac38ffa updated manuals to v1.8.1 by Yann Collet · 7 years ago
  62. d95606d Merge pull request #448 from sunpoet/dev by Yann Collet · 7 years ago
  63. 47bf1a9 Fix lz4 version by Po-Chuan Hsieh · 7 years ago
  64. c423dc2 updated LZ4F_decompress() documentation by Yann Collet · 7 years ago
  65. d6f1fe1 Merge pull request #446 from lz4/dev by Yann Collet · 7 years ago
  66. fb5e98a updated NEWS for v1.8.1 by Yann Collet · 7 years ago v1.8.1
  67. d89fd51 Merge pull request #442 from terrelln/441 by Yann Collet · 7 years ago
  68. 58199f1 Merge pull request #443 from terrelln/440 by Yann Collet · 7 years ago
  69. a605d7e Merge pull request #444 from felixhandte/publish-static-functions by Yann Collet · 7 years ago
  70. ebef34f Add Option to Make lz4frame_static.h Functions Visible in Shared Objects by W. Felix Handte · 7 years ago
  71. 0b203b0 Merge pull request #434 from lz4/pattern by Yann Collet · 7 years ago
  72. 54f3621 Merge pull request #435 from lz4/destSize by Yann Collet · 7 years ago
  73. c2dd686 [lz4f] Skip memcpy() on empty dictionary by Nick Terrell · 7 years ago
  74. 00eac87 [lz4io] Refuse to set file stat for non-regular files by Nick Terrell · 7 years ago
  75. 9474b70 [lz4io] Fix decompression file stat with --rm by Nick Terrell · 7 years ago
  76. 506ae9c Merge pull request #439 from eli-b/doc-nohup-behavior by Yann Collet · 7 years ago
  77. c19d12d Merge pull request #438 from eli-b/grammar-fix by Yann Collet · 7 years ago
  78. 329dcd4 Docs: describe behavior under nohup by Eli Boyarski · 7 years ago
  79. c8411ea Grammar: "to silent" -> "to silence" by Eli Boyarski · 7 years ago
  80. e290024 object files in /tests by Yann Collet · 7 years ago
  81. 7d2f30c lz4opt supports _destSize by Yann Collet · 7 years ago
  82. fdde431 /tests programs compiled with LZ4_DEBUG=1 by Yann Collet · 7 years ago
  83. 9753ac4 conditional pattern analysis by Yann Collet · 7 years ago
  84. 8a9c8e7 Merge pull request #431 from lz4/newopt by Yann Collet · 7 years ago
  85. 55da545 new level 10 by Yann Collet · 7 years ago
  86. ec93bb1 Merge pull request #427 from lz4/registerLess by Yann Collet · 7 years ago
  87. 4e22516 Merge pull request #424 from MaxRis/msbuild-properties-#423 by Yann Collet · 7 years ago
  88. 9be9573 EnableWholeProgramOptimization and UseStaticCRT msbuild custom properties by Max Risuhin · 7 years ago
  89. 6bbe45e remove `register` keyword by Yann Collet · 7 years ago
  90. de49c5b Merge pull request #426 from aliceatlas/cli_chmod_fix by Yann Collet · 7 years ago
  91. 42a31ae Fix bug which could sometimes result in the lz4 cli chmodding /dev/null if running as root by Alice Atlas · 7 years ago
  92. 6c94c94 minor updates to examples by Yann Collet · 7 years ago
  93. da8bed4 API : changed a few variables' names for clarity by Yann Collet · 7 years ago
  94. b48839b updated NEWS by Yann Collet · 7 years ago
  95. dac2608 Merge pull request #416 from lz4/newopt by Yann Collet · 7 years ago
  96. dc3ed5b added code comments by Yann Collet · 7 years ago
  97. 63f6039 added constant TRAILING_LITERALS by Yann Collet · 7 years ago
  98. f93b595 lz4opt: simplified match finder invocation to LZ4HC_FindLongerMatch() by Yann Collet · 7 years ago
  99. fa03a9d added code comments by Yann Collet · 7 years ago
  100. b07d362 fixed LZ4HC_reverseCountPattern() by Yann Collet · 7 years ago