1. 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
  2. 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
  3. 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
  4. 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
  5. bdd9143 Didn't add my file for some reason. Odd. by KyleJHarper · 9 years ago
  6. 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
  7. d86dc91 Merge pull request #131 from Cyan4973/dev by Yann Collet · 9 years ago r131
  8. dfabec2 Fixed a few minor visual analyzer warnings by Yann Collet · 9 years ago
  9. 4abc86e Increased stack memory considered normal by Visual static analyzer by Yann Collet · 9 years ago
  10. db59c7d Merge pull request #130 from Cyan4973/dev by Yann Collet · 9 years ago
  11. 8901dcd removed one malloc by Yann Collet · 9 years ago
  12. 1098d89 lz4io : removed one malloc by Yann Collet · 9 years ago
  13. 81f1926 lz4cli : add one malloc test by Yann Collet · 9 years ago
  14. aa1350e lz4hc : added one malloc test by Yann Collet · 9 years ago
  15. 6fe48b9 changed datagen to remove one malloc by Yann Collet · 9 years ago
  16. 15603d9 Added static analyzer test in Visual by Yann Collet · 9 years ago
  17. 48feb90 Merge pull request #129 from Cyan4973/dev by Yann Collet · 9 years ago
  18. 57e14d4 renamed directory to versionsTest by Yann Collet · 9 years ago
  19. 14064be Updated NEWS by Yann Collet · 9 years ago
  20. 7273da3 minor example clarification by Yann Collet · 9 years ago
  21. 0cc38f9 Updated lib readme by Yann Collet · 9 years ago
  22. 454d109 Fixed : fuzzer display messages by Yann Collet · 9 years ago
  23. caba2cc staticAnalyze use same compilation flags as normal build by Yann Collet · 9 years ago
  24. 8e8dc17 Ensured make test is not confused with directory test by Yann Collet · 9 years ago
  25. 192ee72 Added namespace ability to xxhash by Yann Collet · 9 years ago
  26. 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 · 9 years ago
  27. cdef033 Merge branch 'dev' of github.com:Cyan4973/lz4 into dev by Yann Collet · 9 years ago
  28. 992faef Merge pull request #124 from toddlipcon/master by Yann Collet · 9 years ago
  29. 3d9adf7 Merge pull request #122 from keszybz/master by Yann Collet · 9 years ago
  30. 02ff90a Merge pull request #121 from keszybz/add-gitignore by Yann Collet · 9 years ago
  31. 9113815 Fix cmake build to use gnu flags on clang by Todd Lipcon · 9 years ago
  32. 2ce2e60 Minor doc clarification on sparse mode support by Yann Collet · 9 years ago
  33. b17d322 Minor lib readme update by Yann Collet · 9 years ago
  34. 3bcf68f Use lz4 binary to check output by Zbigniew Jędrzejewski-Szmek · 9 years ago
  35. 386d216 Add example which uses the frame api through the library by Zbigniew Jędrzejewski-Szmek · 10 years ago
  36. 0e0c32d Make git ignore generated files by Zbigniew Jędrzejewski-Szmek · 9 years ago
  37. 7a532ee Minor update on source ports by Yann Collet · 9 years ago
  38. 8a7bcea Merge branch 'dev' of github.com:Cyan4973/lz4 into dev by Yann Collet · 9 years ago
  39. 1cec6cb Updated badges by Yann Collet · 9 years ago
  40. 7f3d82d Merge pull request #114 from lpsantil/djgpp by Yann Collet · 9 years ago
  41. f0a0e44 READM fixup by Louis P. Santillan · 9 years ago
  42. a3a479f djgpp port now using the proposed contrib structure by Louis P. Santillan · 9 years ago
  43. 00b6535 Reverted all `Makefile` changes by Louis P. Santillan · 9 years ago
  44. 936f75b Renamed the djgpp README so that it gets converted to HTML by github. Fixed breakage of `make install`. by Louis P. Santillan · 9 years ago
  45. 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
  46. 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
  47. 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
  48. baf78e7 Merge pull request #111 from Cyan4973/dev by Yann Collet · 10 years ago lz4-r130 r130
  49. 6f50184 Updated NEWS by Yann Collet · 10 years ago
  50. acae59a Fixed : default sparse mode disabled on stdout, to support ` >>` redirection scenario reported by Takayuki Matsuoka (#110) by Yann Collet · 10 years ago
  51. 91c1b9a Performance fix : big compression speed boost for clang (+30%) by Yann Collet · 10 years ago
  52. 0fb0392 Merge branch 'dev' of github.com:Cyan4973/lz4 into dev by Yann Collet · 10 years ago
  53. bb22103 Merge pull request #107 from t-mat/issue/103pr2 by Yann Collet · 10 years ago
  54. 7d72c0c Added LZF by Yann Collet · 10 years ago
  55. e769a0e Combine unique .lz4 file info by Takayuki MATSUOKA · 10 years ago
  56. ffff9ee Support iterative edit and testing by Takayuki MATSUOKA · 10 years ago
  57. a8fdeb4 Add log output of succeeded decompression to test script by Takayuki MATSUOKA · 10 years ago
  58. 5151c30 Add log of same files and sha1 hash of unique files to versionstest by Takayuki MATSUOKA · 10 years ago
  59. 26065c3 Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwoon Cho (#106) by Yann Collet · 10 years ago
  60. 87e560e minor tests improvements by Yann Collet · 10 years ago
  61. a9ff13a minor test refactor by Yann Collet · 10 years ago
  62. 58b5aad Fixed sparse issue with non seekable streams (#105) by Yann Collet · 10 years ago
  63. 60d657a removed "flush" argument to please Travis's python version by Yann Collet · 10 years ago
  64. cdb136d cosmetic changes, 2nd try by Yann Collet · 10 years ago
  65. c779c80 minor cosmetic changes for Takayuki's testVersions by Yann Collet · 10 years ago
  66. 26021db Merge branch 'dev' of github.com:Cyan4973/lz4 into dev by Yann Collet · 10 years ago
  67. e3b5bf3 Merge pull request #104 from t-mat/issue/103pr2 by Yann Collet · 10 years ago
  68. fe11e0b Issue #103 : Add compatibility test between releases by Takayuki MATSUOKA · 10 years ago
  69. f02c467 Added a few more interoperability tests (32bits vs 64 bits) by Yann Collet · 10 years ago
  70. 05c3f66 Updated a few comments by Yann Collet · 10 years ago
  71. 9607848 Fixed minor typo by Yann Collet · 10 years ago
  72. 45e1995 minor introduction update by Yann Collet · 10 years ago
  73. 7d182b8 Merge pull request #102 from Cyan4973/dev by Yann Collet · 10 years ago r129 rc129v0
  74. fdd0029 minor parsing update by Yann Collet · 10 years ago
  75. 672bfde Updated comments by Yann Collet · 10 years ago
  76. b4ef93a Fixed typo by Yann Collet · 10 years ago
  77. efbebd2 Added : LZ4_compress_destSize() by Yann Collet · 10 years ago
  78. 1c3e633 Added compilation flag -Wcast-qual by Yann Collet · 10 years ago
  79. 05b0aa6 Updated readme by Yann Collet · 10 years ago
  80. e05088d Updated lz4hc API by Yann Collet · 10 years ago
  81. b4348a4 Fixed minor Visual warning by Yann Collet · 10 years ago
  82. 1171303 Updated streaming examples by Yann Collet · 10 years ago
  83. 1b17bf2 New lz4 API, using LZ4_compress_fast() by Yann Collet · 10 years ago
  84. b495c91 Merge pull request #99 from eberge/dev by Yann Collet · 10 years ago
  85. 791512c Fixed bug 9318 by Yann Collet · 10 years ago
  86. 2a974d7 refactored lz4hc by Yann Collet · 10 years ago
  87. 1e751a7 Install the lz4frame.h header in the cmake build by Eric Berge · 10 years ago
  88. ad2dd6d moved lz4frame context types to incomplete typedef by Yann Collet · 10 years ago
  89. c9cbb8f Increased aligment requirement for lz4frame context pointer by Yann Collet · 10 years ago
  90. ef55dfb Modified lz4frame context typedef, to enforce stricter alignment condition by Yann Collet · 10 years ago
  91. 87a1c70 Fixed minor static analyzer warning by Yann Collet · 10 years ago
  92. d6dc0a4 streaming API : Improved ring buffer management by Yann Collet · 10 years ago
  93. bda38fd Merge pull request #98 from eberge/dev by Yann Collet · 10 years ago
  94. a9a24e8 cmake support for AIX, HPUX, Solaris and Windows by Eric Berge · 10 years ago
  95. 9c6fb8b Added LZ4_compress_fast_extState() by Yann Collet · 10 years ago
  96. b05d3d7 Frame content size disabled by default when using LZ4F_compressFrame(), to be in better coherence with the advanced API LZ4F_compress_update() by Yann Collet · 10 years ago
  97. b805d58 Removed obsolete functions from lz4 cli by Yann Collet · 10 years ago
  98. f11afaf Removed LZ4_compress() (obsolete) from lz4 by Yann Collet · 10 years ago
  99. 72e6794 Updated LZ4F_freeDecompressionContext(), to provide stage hint as result by Yann Collet · 10 years ago
  100. a01e10d Changed LZ4F compressionLevel from unsigned to signed, in anticipation for LZ4_compress_fast() integration. by Yann Collet · 10 years ago