index
:
Project-1CE/external_lz4
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
2020-11-15
update doc
Yann Collet
2019-11-30
Fix typos in streaming_api_basics.md
Andrew Martin
2019-08-21
fixed #778
Yann Collet
2019-07-11
keep the "lorem ipsum" topic of the example string
Yann Collet
2019-07-11
print the compression ratio
Hamid Zare
2019-07-11
changed the input text to something more compression friendly
Hamid Zare
2019-07-03
Update blockStreaming_doubleBuffer.md
Amine Choukir
2019-06-28
travisCI: added ASAN fuzzer tests
Yann Collet
2019-06-06
update simple_buffer example
Yann Collet
2019-04-22
Try to put some tests I made in ONE place. I also moved a test for "install"...
JPeterMugaas
2019-04-22
Initial commits from diff I submitted earlier
JPeterMugaas
2019-04-05
created LZ4_initStream()
Yann Collet
2019-04-04
make `_fast*()` decoder generate a deprecation warning
Yann Collet
2018-09-19
tried to clean another bunch of cppcheck warnings
Yann Collet
2018-09-18
fixed minor cppcheck warnings in examples
Yann Collet
2018-09-13
avoid final trailing comma for enum lists
Yann Collet
2018-09-05
frameCompress : added an error detection case
Yann Collet
2018-09-05
Merge branch 'dev' into lz4f_init
Yann Collet
2018-09-05
Introduced constants LZ4F_INIT_*
Yann Collet
2018-07-02
Fix bug in frame decompress example
Cedric De Brito
2018-04-26
fixed a number of minor cast warnings
Yann Collet
2018-02-25
merge lz4opt.h into lz4hc.c
Yann Collet
2018-02-01
modified decompression part of frameCompress.c
Yann Collet
2018-02-01
refactored ressource allocation to avoid goto
Yann Collet
2018-01-31
examples/Makefile : changed dependency order
Yann Collet
2018-01-31
refactored frameCompress.c example code
Yann Collet
2018-01-31
fixed read size, as noticed by @terrelln
Yann Collet
2018-01-31
ensure proper dependencies are built for /examples
Yann Collet
2018-01-31
refactored frameCompress example
Yann Collet
2017-11-24
minor updates to examples
Yann Collet
2017-09-11
minor improvements to examples
Yann Collet
2017-09-07
bench : made decompression speed evaluation same time as compression
Yann Collet
2017-08-24
Fix: Add return statement to main function
Markus Hennecke
2017-08-11
restored block checksum capability at lz4frame API level
Yann Collet
2017-08-09
fixed frameCompress example
Yann Collet
2017-06-08
fixed minor scan-build warning
Yann Collet
2017-06-08
refactored simple_buffer.c example (#363)
Yann Collet
2016-11-21
minor warning fix
Yann Collet
2016-11-21
fix minor analyzer warning
Yann Collet
2016-11-21
fixed minor analyzer warning
Yann Collet
2016-11-21
added examples to make all
Yann Collet
2016-11-11
Add frame decompression example
Nick Terrell
2016-11-09
Add dictionary random access example
Nick Terrell
2016-11-01
Clarified license (#115, #244)
Yann Collet
2016-08-27
use gnu c99 to get both c99 and POSIX
Georg Sauthoff
2016-07-08
Correctly reference self (github, not googlecode)
Ben Wiederhake
2016-02-12
Remove whitespace from ends of lines
Julius Werner
2015-10-30
Forgot to make clean before commiting. Removing binary.
KyleJHarper
2015-10-29
Several changes to address a few concerns from Yann. See Google Group LZ4c t...
KyleJHarper
2015-10-28
Added a note about why char* is used. Also removed a binary that wasn't supp...
KyleJHarper
[next]