1. 4c9d851 added static build target for OSX and Linux to cmake by Peter Steinbach · 9 years ago
  2. 495ea43 Merge pull request #162 from KyleJHarper/20151021_examples by Yann Collet · 9 years ago
  3. 7aa0043 Forgot to make clean before commiting. Removing binary. by KyleJHarper · 9 years ago
  4. 7f96bab Several changes to address a few concerns from Yann. See Google Group LZ4c topic 'Reusing compression/decompression resources' for details. by KyleJHarper · 9 years ago
  5. d1be164 Added a note about why char* is used. Also removed a binary that wasn't supposed to be in there. by KyleJHarper · 9 years ago
  6. 0d25185 Finished the two example files. Decided to avoid adding anything to lz4.c/h to expose LZ4_compress_generic(). by KyleJHarper · 9 years ago
  7. 02be663 Took out the basics and placed them into basics.c. Added decompression and a wrapper for the generic call. I will likely break this file up into 2 examples before submission. by KyleJHarper · 9 years ago
  8. 67b3a24 Final tests and reporting are done. As expected there isn't much to be gained by jumping the chain. In most of my tests I did see a moderate performance gain when invoking LZ4_compress_generic() directly with normal text. This could very easily be an edge case. Either way it's interesting and worth sharing. by KyleJHarper · 9 years ago
  9. bdd9143 Didn't add my file for some reason. Odd. by KyleJHarper · 9 years ago
  10. 73dd936 Wrote the skeleton of the performance test. Need to finish tests for the rest of the call stack and then my own copy of generic(). by KyleJHarper · 9 years ago
  11. 2c80138 heapmode macro option for lz4hc by Yann Collet · 9 years ago
  12. ff3324b Fix : compiler-independent macro to remove deprecation warnings by Yann Collet · 9 years ago
  13. 64f8b03 clarified lz4 license by Yann Collet · 9 years ago
  14. 2df6025 Merge branch 'dev' of github.com:Cyan4973/lz4 into dev by Yann Collet · 9 years ago
  15. 7d4575e fixed link typo by Yann Collet · 9 years ago
  16. 012ab2f Merge pull request #152 from dcolascione/dev by Yann Collet · 10 years ago
  17. 94a0954 Remove .dir-locals.el by Daniel Colascione · 10 years ago
  18. 4f1ff58 Tweak error message by Daniel Colascione · 10 years ago
  19. 975c06b Improve error messages for attempted console IO by Daniel Colascione · 10 years ago
  20. 6f1fe1b Add .dir-locals.el for setting tab-width by Daniel Colascione · 10 years ago
  21. 0011033 fixed #150 : blank lines when converting lz4.1 to .ps or .pdf by Yann Collet · 10 years ago
  22. 248553c minor : show in table that frame checksum is optional by Yann Collet · 10 years ago
  23. cd18ed3 create link to dynamic library without using `cp -a` (#147) by Yann Collet · 10 years ago
  24. fb6fece Updated Makefile and .travis by Yann Collet · 10 years ago
  25. 13f12aa Wrapped possibly empty string (Emscripten) with quotes (@Fordi) by Yann Collet · 10 years ago
  26. 4a5a003 updated cli help by Yann Collet · 10 years ago
  27. 9aa5504 New unalign access method by Yann Collet · 10 years ago
  28. e5aee60 updated xxhash by Yann Collet · 10 years ago
  29. e643455 Merge pull request #142 from bioothod/master by Yann Collet · 10 years ago
  30. d15ac1f Slightly improved compression speed on ARMv6 by Yann Collet · 10 years ago
  31. 0f2bf0c Improved performance on ARMv6 by Yann Collet · 10 years ago
  32. fb4d3ef Added .gitignore by Yann Collet · 10 years ago
  33. 4b43847 Updated xxhash to r41 by Yann Collet · 10 years ago
  34. 2a6ad2a debian: changed name lz4->liblz4 by Evgeniy Polyakov · 10 years ago
  35. 2f3e4bf debian: changed name lz4->liblz4 by Evgeniy Polyakov · 10 years ago
  36. 31fed31 debian: changed name lz4->liblz4 by Evgeniy Polyakov · 10 years ago
  37. 309d1e0 debian: remove sbin dir by Evgeniy Polyakov · 10 years ago
  38. 2131eed debian: renamed lz4->liblz4, updated installed library files by Evgeniy Polyakov · 10 years ago
  39. b47786b debian: updated debianization to cdbs by Evgeniy Polyakov · 10 years ago
  40. a8f3307 cmake: when building library make it shared by Evgeniy Polyakov · 10 years ago
  41. 33fa0bf Added debianization by Evgeniy Polyakov · 10 years ago
  42. b4b739c cmake: bump version to the latest release by Evgeniy Polyakov · 10 years ago
  43. 5dd12b4 faster sanitize tests by Yann Collet · 10 years ago
  44. 60119e2 Makefile : generates *.o for faster processing by Yann Collet · 10 years ago
  45. 9517bd9 minor simplification lz4_readarch() by Yann Collet · 10 years ago
  46. a60d11e update on decompression speed by Yann Collet · 10 years ago
  47. 00eedb3 minor refactor by Yann Collet · 10 years ago
  48. 3e579af Slightly improved decompression speed by Yann Collet · 10 years ago
  49. 795a2cd sligthly improved decompression speed by Yann Collet · 10 years ago
  50. a3c6dab liblz4 : Moved XXH_NAMESPACE to CPPFLAGS by Yann Collet · 10 years ago
  51. d86dc91 Merge pull request #131 from Cyan4973/dev by Yann Collet · 10 years ago r131
  52. dfabec2 Fixed a few minor visual analyzer warnings by Yann Collet · 10 years ago
  53. 4abc86e Increased stack memory considered normal by Visual static analyzer by Yann Collet · 10 years ago
  54. db59c7d Merge pull request #130 from Cyan4973/dev by Yann Collet · 10 years ago
  55. 8901dcd removed one malloc by Yann Collet · 10 years ago
  56. 1098d89 lz4io : removed one malloc by Yann Collet · 10 years ago
  57. 81f1926 lz4cli : add one malloc test by Yann Collet · 10 years ago
  58. aa1350e lz4hc : added one malloc test by Yann Collet · 10 years ago
  59. 6fe48b9 changed datagen to remove one malloc by Yann Collet · 10 years ago
  60. 15603d9 Added static analyzer test in Visual by Yann Collet · 10 years ago
  61. 48feb90 Merge pull request #129 from Cyan4973/dev by Yann Collet · 10 years ago
  62. 57e14d4 renamed directory to versionsTest by Yann Collet · 10 years ago
  63. 14064be Updated NEWS by Yann Collet · 10 years ago
  64. 7273da3 minor example clarification by Yann Collet · 10 years ago
  65. 0cc38f9 Updated lib readme by Yann Collet · 10 years ago
  66. 454d109 Fixed : fuzzer display messages by Yann Collet · 10 years ago
  67. caba2cc staticAnalyze use same compilation flags as normal build by Yann Collet · 10 years ago
  68. 8e8dc17 Ensured make test is not confused with directory test by Yann Collet · 10 years ago
  69. 192ee72 Added namespace ability to xxhash by Yann Collet · 10 years ago
  70. c04df7e Changed : static library is no longer compiled with -fPIC by default (this option can still be added on the command line) See #53 by Yann Collet · 10 years ago
  71. cdef033 Merge branch 'dev' of github.com:Cyan4973/lz4 into dev by Yann Collet · 10 years ago
  72. 992faef Merge pull request #124 from toddlipcon/master by Yann Collet · 10 years ago
  73. 3d9adf7 Merge pull request #122 from keszybz/master by Yann Collet · 10 years ago
  74. 02ff90a Merge pull request #121 from keszybz/add-gitignore by Yann Collet · 10 years ago
  75. 9113815 Fix cmake build to use gnu flags on clang by Todd Lipcon · 10 years ago
  76. 2ce2e60 Minor doc clarification on sparse mode support by Yann Collet · 10 years ago
  77. b17d322 Minor lib readme update by Yann Collet · 10 years ago
  78. 3bcf68f Use lz4 binary to check output by Zbigniew Jędrzejewski-Szmek · 10 years ago
  79. 386d216 Add example which uses the frame api through the library by Zbigniew Jędrzejewski-Szmek · 10 years ago
  80. 0e0c32d Make git ignore generated files by Zbigniew Jędrzejewski-Szmek · 10 years ago
  81. 7a532ee Minor update on source ports by Yann Collet · 10 years ago
  82. 8a7bcea Merge branch 'dev' of github.com:Cyan4973/lz4 into dev by Yann Collet · 10 years ago
  83. 1cec6cb Updated badges by Yann Collet · 10 years ago
  84. 7f3d82d Merge pull request #114 from lpsantil/djgpp by Yann Collet · 10 years ago
  85. f0a0e44 READM fixup by Louis P. Santillan · 10 years ago
  86. a3a479f djgpp port now using the proposed contrib structure by Louis P. Santillan · 10 years ago
  87. 00b6535 Reverted all `Makefile` changes by Louis P. Santillan · 10 years ago
  88. 936f75b Renamed the djgpp README so that it gets converted to HTML by github. Fixed breakage of `make install`. by Louis P. Santillan · 10 years ago
  89. 81d6b56 Makefile cleanups to make building with Andrew Wu's build-djgpp cross compilers (and everyone else) simpler. by Louis P. Santillan · 10 years ago
  90. faa0bce Fixup lib/Makefile so that is builds a library for djgpp using Andrew Wu's build-djgpp cross compilers by Louis P. Santillan · 10 years ago
  91. b2bbb27 Fixup programs/{Makefile,lz4cli.c,lz4io.c} to build with Andrew Wu's build-djgpp cross compilers. Add some documentation in README.DJ by Louis P. Santillan · 10 years ago
  92. baf78e7 Merge pull request #111 from Cyan4973/dev by Yann Collet · 10 years ago lz4-r130 r130
  93. 6f50184 Updated NEWS by Yann Collet · 10 years ago
  94. acae59a Fixed : default sparse mode disabled on stdout, to support ` >>` redirection scenario reported by Takayuki Matsuoka (#110) by Yann Collet · 10 years ago
  95. 91c1b9a Performance fix : big compression speed boost for clang (+30%) by Yann Collet · 10 years ago
  96. 0fb0392 Merge branch 'dev' of github.com:Cyan4973/lz4 into dev by Yann Collet · 10 years ago
  97. bb22103 Merge pull request #107 from t-mat/issue/103pr2 by Yann Collet · 10 years ago
  98. 7d72c0c Added LZF by Yann Collet · 10 years ago
  99. e769a0e Combine unique .lz4 file info by Takayuki MATSUOKA · 10 years ago
  100. ffff9ee Support iterative edit and testing by Takayuki MATSUOKA · 10 years ago