1. b8e9c77 Whitespace Fixes by W. Felix Handte · 7 years ago
  2. 5149767 Add NULL Checks by W. Felix Handte · 7 years ago
  3. 299f349 Simpler Ternary Statements by W. Felix Handte · 7 years ago
  4. f9fef25 Renames and Comment Fixes by W. Felix Handte · 7 years ago
  5. 1df5d91 Hoist LZ4F Dictionary Setup into Helper LZ4F_applyCDict() by W. Felix Handte · 7 years ago
  6. 3ecc1d7 Minor Style Fixes by W. Felix Handte · 7 years ago
  7. e34716c Preserve currentOffset==0 When Possible by W. Felix Handte · 7 years ago
  8. 5f8967b Specialize _extState() for Clean Ctx Rather Than Calling _safeExtState() by W. Felix Handte · 7 years ago
  9. 6716325 Remove Switch In Favor of Ternary Statement by W. Felix Handte · 7 years ago
  10. b4335a6 Further Avoid a dictionary==NULL Check by W. Felix Handte · 7 years ago
  11. 64bcbf4 Optimize Dict Check Condition by W. Felix Handte · 7 years ago
  12. b78cf67 Move to 4KB Cut-Off by W. Felix Handte · 7 years ago
  13. 00eadad Reset Table on Inputs Larger than 2KB by W. Felix Handte · 7 years ago
  14. d571d0c Avoid DictSmall Checks By Strategically Bumping CurrentOffset by W. Felix Handte · 7 years ago
  15. 1c4601d Restore DictIssue Check by W. Felix Handte · 7 years ago
  16. d6ed9a7 Avoid dictionary == NULL Check by W. Felix Handte · 7 years ago
  17. efc419a Replace calloc() Calls With malloc() Where Possible by W. Felix Handte · 7 years ago
  18. 80790c5 Copy the Dict Table Into the Context for Large Compressions by W. Felix Handte · 7 years ago
  19. 9dcd9ab Make LZ4F_compressFrame_usingCDict Take a Compression Context by W. Felix Handte · 7 years ago
  20. 14ce912 Switch Current Offset to 1 Only When in External Dictionary Context Mode by W. Felix Handte · 7 years ago
  21. cea09d6 Hoist Table Reset One Level Up by W. Felix Handte · 7 years ago
  22. 68c6bd1 Set Dictionary Context Pointer Rather than Copying the Context In by W. Felix Handte · 7 years ago
  23. 73cc393 Lookup Matches in Separate Dictionary Context by W. Felix Handte · 7 years ago
  24. 62cb52b Initialize Current Offset to 1 by W. Felix Handte · 7 years ago
  25. 7060bca Only Re-Alloc / Reset When Needed When Switching Between Regular and High Compression Modes by W. Felix Handte · 7 years ago
  26. b3628cb Avoid Resetting the Context When Possible by W. Felix Handte · 7 years ago
  27. aa36e11 Const-ify Table Arg to LZ4_getPosition(OnHash) by W. Felix Handte · 7 years ago
  28. d6a3024 Add LZ4_compress_fast_safeExtState Function by W. Felix Handte · 7 years ago
  29. f34fb3c Add Bounds Check to locateBuffDiff by W. Felix Handte · 7 years ago
  30. 5709891 Add a Table Type Field to LZ4_stream_t by W. Felix Handte · 7 years ago
  31. 6933f5a Remove Obsolete Stream Functions to Free Space in LZ4_stream_t by W. Felix Handte · 7 years ago
  32. 6d156fe Allow Empty Dictionaries by W. Felix Handte · 7 years ago
  33. 8c006b1 Add a Benchmarking Tool For Compression with Context Re-Use by W. Felix Handte · 7 years ago
  34. 6c23f03 fix #482: change CFLAGS to CXXFLAGS by Yann Collet · 7 years ago
  35. 6d4e60e fix #481: ensure liblz4.a dependency for `make all` by Yann Collet · 7 years ago
  36. b5233d3 updated LZ4F_compressBound() documentation by Yann Collet · 7 years ago
  37. 85201c4 Merge pull request #479 from lz4/check by Yann Collet · 7 years ago
  38. 0ddd1ce added target make check by Yann Collet · 7 years ago
  39. 860ff77 Merge pull request #478 from lz4/mergeOpt by Yann Collet · 7 years ago
  40. 39fda9a bumped version number to v1.8.2 by Yann Collet · 7 years ago
  41. ba11538 update code comment on LZ4 streaming interface by Yann Collet · 7 years ago
  42. 1882b10 Merge pull request #476 from lz4/mflimit by Yann Collet · 7 years ago
  43. 550b408 merge lz4opt.h into lz4hc.c by Yann Collet · 7 years ago
  44. 7173a63 edge case : compress up to end-mflimit (12 bytes) by Yann Collet · 7 years ago
  45. 99c2672 Merge pull request #475 from lz4/betterBench by Yann Collet · 7 years ago
  46. 71e16fa Merge pull request #471 from lz4/fasterHC by Yann Collet · 7 years ago
  47. 179670f use TIMELOOP_NANOSEC, by Yann Collet · 7 years ago
  48. 25b16e8 added one assert() by Yann Collet · 7 years ago
  49. 34c1634 fixed minor conversion warning by Yann Collet · 7 years ago
  50. ae3dede ensure bench speed measurement is more accurate for small inputs by Yann Collet · 7 years ago
  51. 1a233c5 update bench.c to use less time invocations by Yann Collet · 7 years ago
  52. d74f079 update API doc regarding double-buffer strategy by Yann Collet · 7 years ago
  53. 9f338ae Merge pull request #472 from hobomind/dev by Yann Collet · 7 years ago
  54. b202c67 fix: missed semicolon at programs/lz4io.c:954 by hobomind · 7 years ago
  55. 3d3d5af Merge pull request #470 from lz4/fasterDec by Yann Collet · 7 years ago
  56. d3a1339 slight hc speed benefit (~+1%) by Yann Collet · 7 years ago
  57. 219abab removed LZ4_copy8 by Yann Collet · 7 years ago
  58. 2b674bf slightly improved hc compression speed (+~1-2%) by Yann Collet · 7 years ago
  59. 3ad3b0f slightly improved decompression speed (~+1-2%) by Yann Collet · 7 years ago
  60. f76ee4e Merge pull request #469 from mathstuf/intel-windows-packing-selection by Yann Collet · 7 years ago
  61. c4671be intel: do not use __attribute__((packed)) on Windows by Ben Boeckel · 7 years ago
  62. ea25250 fixed code comment as detected in #466 by Yann Collet · 7 years ago
  63. e3f73fa Merge pull request #461 from terrelln/docs by Yann Collet · 7 years ago
  64. e832a3d Clarify the requirements of the LZ4 streaming API by Nick Terrell · 7 years ago
  65. 99a81c8 Merge pull request #458 from lz4/ff161 by Yann Collet · 7 years ago
  66. 424c773 Merge pull request #460 from lz4/frameCompress by Yann Collet · 7 years ago
  67. 3ce289b modified decompression part of frameCompress.c by Yann Collet · 7 years ago
  68. 25efdd8 refactored ressource allocation to avoid goto by Yann Collet · 7 years ago
  69. 886a485 examples/Makefile : changed dependency order by Yann Collet · 7 years ago
  70. 5fd3ac7 Merge branch 'dev' into frameCompress by Yann Collet · 7 years ago
  71. d1ccd62 travisci : ensure "clean" betweeb 2 tests by Yann Collet · 7 years ago
  72. 3b751a5 modified gpptest recipe by Yann Collet · 7 years ago
  73. 70671ab Merge pull request #459 from Tyilo/clang-stdc++14 by Yann Collet · 7 years ago
  74. b515ae9 refactored frameCompress.c example code by Yann Collet · 7 years ago
  75. ff3c67f fixed read size, as noticed by @terrelln by Yann Collet · 7 years ago
  76. 1acca24 ensure proper dependencies are built for /examples by Yann Collet · 7 years ago
  77. 87fb7a1 refactored frameCompress example by Yann Collet · 7 years ago
  78. c129f48 Always prefer c++14 attributes if available by Asger Hautop Drewsen · 7 years ago
  79. d03224b fix typos as suggested by @psteinb by Yann Collet · 7 years ago
  80. 865bd83 Ensure LZ4_DEPRECATED("...") is before LZ4LIB_API by Asger Hautop Drewsen · 7 years ago
  81. fd0c125 proposed a minor change to LZ4 Frame format specification by Yann Collet · 7 years ago
  82. 8258f4d Merge pull request #455 from terrelln/hc-default by Yann Collet · 7 years ago
  83. 30e92f3 [lz4hc] level == 0 means default, not level 1 by Nick Terrell · 7 years ago
  84. ad12efa Merge pull request #453 from lz4/clockfix by Yann Collet · 7 years ago
  85. cd63b97 Merge pull request #454 from sunpoet/dev by Yann Collet · 7 years ago
  86. 75b81bb Change file format back to ASCII (from UTF-8) by Po-Chuan Hsieh · 7 years ago
  87. 7dba09a use more restrictive conditions for clock_gettime() by Yann Collet · 7 years ago
  88. b077a99 added checkTag by Yann Collet · 7 years ago
  89. dfed9fa restored .travis by Yann Collet · 7 years ago v1.8.1.2
  90. 5e7780d lz4frame : removed some intermediate stage from LZ4F_decompress() by Yann Collet · 7 years ago
  91. cdd0c68 Merge branch 'dev' into coverity_scan by Yann Collet · 7 years ago
  92. 75e22d1 minor : try to tell static analyzer that we don't care if fseek() fails by Yann Collet · 7 years ago
  93. 18b4c66 ensure a ptr is non-null by Yann Collet · 7 years ago
  94. 4d61ebc modified formulation for LZ4F_compressBound() by Yann Collet · 7 years ago
  95. 8e69328 programs/datagen : attempt to please static analyzer by Yann Collet · 7 years ago
  96. fe66e78 lz4io: fixed minor ressource leak by Yann Collet · 7 years ago
  97. 99302c4 revert project name by Yann Collet · 7 years ago
  98. 8e50fec minor name update by Yann Collet · 7 years ago
  99. 151a50e Merge branch 'master' into coverity_scan by Yann Collet · 7 years ago
  100. e0e29cf Merge pull request #449 from lz4/dev by Yann Collet · 7 years ago