summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2020-11-15update docYann Collet
2019-11-30Fix typos in streaming_api_basics.mdAndrew Martin
2019-08-21fixed #778Yann Collet
2019-07-11keep the "lorem ipsum" topic of the example stringYann Collet
2019-07-11print the compression ratioHamid Zare
2019-07-11changed the input text to something more compression friendlyHamid Zare
2019-07-03Update blockStreaming_doubleBuffer.mdAmine Choukir
2019-06-28travisCI: added ASAN fuzzer testsYann Collet
2019-06-06update simple_buffer exampleYann Collet
2019-04-22Try to put some tests I made in ONE place. I also moved a test for "install"...JPeterMugaas
2019-04-22Initial commits from diff I submitted earlierJPeterMugaas
2019-04-05created LZ4_initStream()Yann Collet
2019-04-04make `_fast*()` decoder generate a deprecation warningYann Collet
2018-09-19tried to clean another bunch of cppcheck warningsYann Collet
2018-09-18fixed minor cppcheck warnings in examplesYann Collet
2018-09-13avoid final trailing comma for enum listsYann Collet
2018-09-05frameCompress : added an error detection caseYann Collet
2018-09-05Merge branch 'dev' into lz4f_initYann Collet
2018-09-05Introduced constants LZ4F_INIT_*Yann Collet
2018-07-02Fix bug in frame decompress exampleCedric De Brito
2018-04-26fixed a number of minor cast warningsYann Collet
2018-02-25merge lz4opt.h into lz4hc.cYann Collet
2018-02-01modified decompression part of frameCompress.cYann Collet
2018-02-01refactored ressource allocation to avoid gotoYann Collet
2018-01-31examples/Makefile : changed dependency orderYann Collet
2018-01-31refactored frameCompress.c example codeYann Collet
2018-01-31fixed read size, as noticed by @terrellnYann Collet
2018-01-31ensure proper dependencies are built for /examplesYann Collet
2018-01-31refactored frameCompress exampleYann Collet
2017-11-24minor updates to examplesYann Collet
2017-09-11minor improvements to examplesYann Collet
2017-09-07bench : made decompression speed evaluation same time as compressionYann Collet
2017-08-24Fix: Add return statement to main functionMarkus Hennecke
2017-08-11restored block checksum capability at lz4frame API levelYann Collet
2017-08-09fixed frameCompress exampleYann Collet
2017-06-08fixed minor scan-build warningYann Collet
2017-06-08refactored simple_buffer.c example (#363)Yann Collet
2016-11-21minor warning fixYann Collet
2016-11-21fix minor analyzer warningYann Collet
2016-11-21fixed minor analyzer warningYann Collet
2016-11-21added examples to make allYann Collet
2016-11-11Add frame decompression exampleNick Terrell
2016-11-09Add dictionary random access exampleNick Terrell
2016-11-01Clarified license (#115, #244)Yann Collet
2016-08-27use gnu c99 to get both c99 and POSIXGeorg Sauthoff
2016-07-08Correctly reference self (github, not googlecode)Ben Wiederhake
2016-02-12Remove whitespace from ends of linesJulius Werner
2015-10-30Forgot to make clean before commiting. Removing binary.KyleJHarper
2015-10-29Several changes to address a few concerns from Yann. See Google Group LZ4c t...KyleJHarper
2015-10-28Added a note about why char* is used. Also removed a binary that wasn't supp...KyleJHarper