summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* keep the "lorem ipsum" topic of the example stringYann Collet2019-07-121-1/+1
* print the compression ratioHamid Zare2019-07-111-1/+2
* changed the input text to something more compression friendlyHamid Zare2019-07-111-1/+1
* Update blockStreaming_doubleBuffer.mdAmine Choukir2019-07-031-3/+3
* travisCI: added ASAN fuzzer testsYann Collet2019-06-291-3/+6
* update simple_buffer exampleYann Collet2019-06-061-20/+25
* Try to put some tests I made in ONE place. I also moved a test for "install"...JPeterMugaas2019-04-221-47/+1
* Initial commits from diff I submitted earlierJPeterMugaas2019-04-221-5/+42
* created LZ4_initStream()Yann Collet2019-04-052-3/+3
* make `_fast*()` decoder generate a deprecation warningYann Collet2019-04-041-0/+1
* tried to clean another bunch of cppcheck warningsYann Collet2018-09-191-6/+7
* fixed minor cppcheck warnings in examplesYann Collet2018-09-183-17/+15
* avoid final trailing comma for enum listsYann Collet2018-09-131-4/+4
* frameCompress : added an error detection caseYann Collet2018-09-051-2/+13
* Merge branch 'dev' into lz4f_initYann Collet2018-09-051-1/+1
|\
| * Fix bug in frame decompress exampleCedric De Brito2018-07-021-1/+1
* | Introduced constants LZ4F_INIT_*Yann Collet2018-09-051-10/+11
|/
* fixed a number of minor cast warningsYann Collet2018-04-271-1/+2
* merge lz4opt.h into lz4hc.cYann Collet2018-02-251-1/+1
* modified decompression part of frameCompress.cYann Collet2018-02-011-99/+138
* refactored ressource allocation to avoid gotoYann Collet2018-02-011-23/+12
* examples/Makefile : changed dependency orderYann Collet2018-02-011-9/+9
* refactored frameCompress.c example codeYann Collet2018-02-011-51/+81
* fixed read size, as noticed by @terrellnYann Collet2018-02-011-1/+1
* ensure proper dependencies are built for /examplesYann Collet2018-02-011-19/+25
* refactored frameCompress exampleYann Collet2018-01-311-68/+82
* minor updates to examplesYann Collet2017-11-257-61/+62
* minor improvements to examplesYann Collet2017-09-112-10/+18
* bench : made decompression speed evaluation same time as compressionYann Collet2017-09-071-28/+17
* Fix: Add return statement to main functionMarkus Hennecke2017-08-241-0/+2
* restored block checksum capability at lz4frame API levelYann Collet2017-08-121-3/+3
* fixed frameCompress exampleYann Collet2017-08-091-268/+269
* fixed minor scan-build warningYann Collet2017-06-081-0/+1
* refactored simple_buffer.c example (#363)Yann Collet2017-06-083-43/+50
* minor warning fixv1.7.4Yann Collet2016-11-221-30/+19
* fix minor analyzer warningYann Collet2016-11-221-14/+9
* fixed minor analyzer warningYann Collet2016-11-211-11/+9
* added examples to make allYann Collet2016-11-212-6/+8
* Add frame decompression exampleNick Terrell2016-11-111-50/+199
* Add dictionary random access exampleNick Terrell2016-11-105-6/+359
* Clarified license (#115, #244)Yann Collet2016-11-022-0/+341
* use gnu c99 to get both c99 and POSIXGeorg Sauthoff2016-08-271-1/+1
* Correctly reference self (github, not googlecode)Ben Wiederhake2016-07-071-1/+1
* Remove whitespace from ends of linesJulius Werner2016-02-132-2/+2
* Forgot to make clean before commiting. Removing binary.KyleJHarper2015-10-301-0/+0
* Several changes to address a few concerns from Yann. See Google Group LZ4c t...KyleJHarper2015-10-304-32/+84
* Added a note about why char* is used. Also removed a binary that wasn't supp...KyleJHarper2015-10-292-0/+7
* Finished the two example files. Decided to avoid adding anything to lz4.c/h ...KyleJHarper2015-10-293-56/+69
* Took out the basics and placed them into basics.c. Added decompression and a...KyleJHarper2015-10-263-76/+232
* Final tests and reporting are done. As expected there isn't much to be gaine...KyleJHarper2015-10-231-75/+148