summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2020-11-15update docYann Collet1-1/+1
2019-11-30Fix typos in streaming_api_basics.mdAndrew Martin1-6/+6
2019-08-21fixed #778Yann Collet1-2/+2
2019-07-11keep the "lorem ipsum" topic of the example stringYann Collet1-1/+1
2019-07-11print the compression ratioHamid Zare1-1/+2
2019-07-11changed the input text to something more compression friendlyHamid Zare1-1/+1
2019-07-03Update blockStreaming_doubleBuffer.mdAmine Choukir1-3/+3
2019-06-28travisCI: added ASAN fuzzer testsYann Collet1-3/+6
2019-06-06update simple_buffer exampleYann Collet1-20/+25
2019-04-22Try to put some tests I made in ONE place. I also moved a test for "install"...JPeterMugaas1-47/+1
2019-04-22Initial commits from diff I submitted earlierJPeterMugaas1-5/+42
2019-04-05created LZ4_initStream()Yann Collet2-3/+3
2019-04-04make `_fast*()` decoder generate a deprecation warningYann Collet1-0/+1
2018-09-19tried to clean another bunch of cppcheck warningsYann Collet1-6/+7
2018-09-18fixed minor cppcheck warnings in examplesYann Collet3-17/+15
2018-09-13avoid final trailing comma for enum listsYann Collet1-4/+4
2018-09-05frameCompress : added an error detection caseYann Collet1-2/+13
2018-09-05Merge branch 'dev' into lz4f_initYann Collet1-1/+1
2018-09-05Introduced constants LZ4F_INIT_*Yann Collet1-10/+11
2018-07-02Fix bug in frame decompress exampleCedric De Brito1-1/+1
2018-04-26fixed a number of minor cast warningsYann Collet1-1/+2
2018-02-25merge lz4opt.h into lz4hc.cYann Collet1-1/+1
2018-02-01modified decompression part of frameCompress.cYann Collet1-99/+138
2018-02-01refactored ressource allocation to avoid gotoYann Collet1-23/+12
2018-01-31examples/Makefile : changed dependency orderYann Collet1-9/+9
2018-01-31refactored frameCompress.c example codeYann Collet1-51/+81
2018-01-31fixed read size, as noticed by @terrellnYann Collet1-1/+1
2018-01-31ensure proper dependencies are built for /examplesYann Collet1-19/+25
2018-01-31refactored frameCompress exampleYann Collet1-68/+82
2017-11-24minor updates to examplesYann Collet7-61/+62
2017-09-11minor improvements to examplesYann Collet2-10/+18
2017-09-07bench : made decompression speed evaluation same time as compressionYann Collet1-28/+17
2017-08-24Fix: Add return statement to main functionMarkus Hennecke1-0/+2
2017-08-11restored block checksum capability at lz4frame API levelYann Collet1-3/+3
2017-08-09fixed frameCompress exampleYann Collet1-268/+269
2017-06-08fixed minor scan-build warningYann Collet1-0/+1
2017-06-08refactored simple_buffer.c example (#363)Yann Collet3-43/+50
2016-11-21minor warning fixYann Collet1-30/+19
2016-11-21fix minor analyzer warningYann Collet1-14/+9
2016-11-21fixed minor analyzer warningYann Collet1-11/+9
2016-11-21added examples to make allYann Collet2-6/+8
2016-11-11Add frame decompression exampleNick Terrell1-50/+199
2016-11-09Add dictionary random access exampleNick Terrell5-6/+359
2016-11-01Clarified license (#115, #244)Yann Collet2-0/+341
2016-08-27use gnu c99 to get both c99 and POSIXGeorg Sauthoff1-1/+1
2016-07-08Correctly reference self (github, not googlecode)Ben Wiederhake1-1/+1
2016-02-12Remove whitespace from ends of linesJulius Werner2-2/+2
2015-10-30Forgot to make clean before commiting. Removing binary.KyleJHarper1-0/+0
2015-10-29Several changes to address a few concerns from Yann. See Google Group LZ4c t...KyleJHarper4-32/+84
2015-10-28Added a note about why char* is used. Also removed a binary that wasn't supp...KyleJHarper2-0/+7