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