1. f1e8e80 keep the "lorem ipsum" topic of the example string by Yann Collet · 6 years ago
  2. 771a719 print the compression ratio by Hamid Zare · 6 years ago
  3. 658ab8f changed the input text to something more compression friendly by Hamid Zare · 6 years ago
  4. 0e6ff83 Update blockStreaming_doubleBuffer.md by Amine Choukir · 6 years ago
  5. 3b917ef travisCI: added ASAN fuzzer tests by Yann Collet · 6 years ago
  6. 798301b update simple_buffer example by Yann Collet · 6 years ago
  7. b48f823 Try to put some tests I made in ONE place. I also moved a test for "install" in one place to try to isolate it. by JPeterMugaas · 6 years ago
  8. 773b665 Initial commits from diff I submitted earlier by JPeterMugaas · 6 years ago
  9. 2ece0d8 created LZ4_initStream() by Yann Collet · 6 years ago
  10. 7a39fb8 make `_fast*()` decoder generate a deprecation warning by Yann Collet · 6 years ago
  11. b2215f2 tried to clean another bunch of cppcheck warnings by Yann Collet · 7 years ago
  12. 697bd90 fixed minor cppcheck warnings in examples by Yann Collet · 7 years ago
  13. 86023f0 avoid final trailing comma for enum lists by Yann Collet · 7 years ago
  14. 858b6ad frameCompress : added an error detection case by Yann Collet · 7 years ago
  15. 0d1ced5 Merge branch 'dev' into lz4f_init by Yann Collet · 7 years ago
  16. b2e56d8 Introduced constants LZ4F_INIT_* by Yann Collet · 7 years ago
  17. 98c0c7c Fix bug in frame decompress example by Cedric De Brito · 7 years ago
  18. 0fb3a3b fixed a number of minor cast warnings by Yann Collet · 7 years ago
  19. 550b408 merge lz4opt.h into lz4hc.c by Yann Collet · 7 years ago
  20. 3ce289b modified decompression part of frameCompress.c by Yann Collet · 7 years ago
  21. 25efdd8 refactored ressource allocation to avoid goto by Yann Collet · 7 years ago
  22. 886a485 examples/Makefile : changed dependency order by Yann Collet · 7 years ago
  23. b515ae9 refactored frameCompress.c example code by Yann Collet · 7 years ago
  24. ff3c67f fixed read size, as noticed by @terrelln by Yann Collet · 7 years ago
  25. 1acca24 ensure proper dependencies are built for /examples by Yann Collet · 7 years ago
  26. 87fb7a1 refactored frameCompress example by Yann Collet · 7 years ago
  27. 6c94c94 minor updates to examples by Yann Collet · 8 years ago
  28. 810e2ca minor improvements to examples by Yann Collet · 8 years ago
  29. 00418f7 bench : made decompression speed evaluation same time as compression by Yann Collet · 8 years ago
  30. 2ff723b Fix: Add return statement to main function by Markus Hennecke · 8 years ago
  31. 77f99d2 restored block checksum capability at lz4frame API level by Yann Collet · 8 years ago
  32. 1d1737a fixed frameCompress example by Yann Collet · 8 years ago
  33. 0beaa35 fixed minor scan-build warning by Yann Collet · 8 years ago
  34. 775e63e refactored simple_buffer.c example (#363) by Yann Collet · 8 years ago
  35. cc21115 minor warning fix by Yann Collet · 9 years ago v1.7.4
  36. 8875e7d fix minor analyzer warning by Yann Collet · 9 years ago
  37. ba7a85b fixed minor analyzer warning by Yann Collet · 9 years ago
  38. 2fe3aa9 added examples to make all by Yann Collet · 9 years ago
  39. 7aad356 Add frame decompression example by Nick Terrell · 9 years ago
  40. 94917c9 Add dictionary random access example by Nick Terrell · 9 years ago
  41. 6750014 Clarified license (#115, #244) by Yann Collet · 9 years ago
  42. 681d501 use gnu c99 to get both c99 and POSIX by Georg Sauthoff · 9 years ago
  43. cec38d1 Correctly reference self (github, not googlecode) by Ben Wiederhake · 9 years ago
  44. 4fcb2e1 Remove whitespace from ends of lines by Julius Werner · 9 years ago
  45. 7aa0043 Forgot to make clean before commiting. Removing binary. by KyleJHarper · 10 years ago
  46. 7f96bab Several changes to address a few concerns from Yann. See Google Group LZ4c topic 'Reusing compression/decompression resources' for details. by KyleJHarper · 10 years ago
  47. d1be164 Added a note about why char* is used. Also removed a binary that wasn't supposed to be in there. by KyleJHarper · 10 years ago
  48. 0d25185 Finished the two example files. Decided to avoid adding anything to lz4.c/h to expose LZ4_compress_generic(). by KyleJHarper · 10 years ago
  49. 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 · 10 years ago
  50. 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 · 10 years ago
  51. bdd9143 Didn't add my file for some reason. Odd. by KyleJHarper · 10 years ago
  52. 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 · 10 years ago
  53. 15603d9 Added static analyzer test in Visual by Yann Collet · 10 years ago
  54. 7273da3 minor example clarification by Yann Collet · 10 years ago
  55. 3d9adf7 Merge pull request #122 from keszybz/master by Yann Collet · 10 years ago
  56. 3bcf68f Use lz4 binary to check output by Zbigniew Jędrzejewski-Szmek · 10 years ago
  57. 386d216 Add example which uses the frame api through the library by Zbigniew Jędrzejewski-Szmek · 10 years ago
  58. 0e0c32d Make git ignore generated files by Zbigniew Jędrzejewski-Szmek · 10 years ago
  59. e05088d Updated lz4hc API by Yann Collet · 10 years ago
  60. 1171303 Updated streaming examples by Yann Collet · 10 years ago
  61. fd77bad Replace obsolete functions by Takayuki MATSUOKA · 10 years ago
  62. b036eaa Add snprintf macro for MSVC by Takayuki MATSUOKA · 10 years ago
  63. 4a9335b Added : doc authorship by Yann Collet · 10 years ago
  64. 2af52a9 Add "Examples" subtree by Takayuki MATSUOKA · 10 years ago
  65. 679afea Add README.md as table of contents by Takayuki MATSUOKA · 10 years ago
  66. 19665c9 Add document for "Line by Line Text Compression" example by Takayuki MATSUOKA · 10 years ago
  67. 438fee9 Add document for "Double Buffer" example by Takayuki MATSUOKA · 10 years ago
  68. a38166b Add document : "Streaming API Basics" by Takayuki MATSUOKA · 10 years ago
  69. e25b51d Merge pull request #47 from Cyan4973/dev by Yann Collet · 11 years ago r126 r127
  70. 8f844fe Fixed : minor warnings under Visual by Yann Collet · 11 years ago
  71. d008c87 New directory structure : library source files into /lib directory by Yann Collet · 11 years ago
  72. dc43a1f Fixed : decompression issue on 32-bits CPU without unaligned memory access by Yann Collet · 11 years ago
  73. 7050d4b Updated unsynchronized buffers tests by Yann Collet · 11 years ago
  74. 3de7f00 Updated ring buffer examples by Yann Collet · 11 years ago
  75. eaccf78 Merge pull request #33 from Cyan4973/streamHC by Yann Collet · 11 years ago
  76. 2b421e9 HC streaming : support small ringbuffer scenarios by Yann Collet · 11 years ago
  77. e2c8411 Added : HC streaming ring buffer example by Yann Collet · 11 years ago
  78. 8c1ae99 fixed : clang warnings by Yann Collet · 11 years ago
  79. 43465ae Added : examples from Takayuki Matsuoka by Yann Collet · 11 years ago
  80. 7699844 add new directory 'examples' by Yann Collet · 11 years ago