index
:
platform/upstream/lz4
accepted/tizen_6.0_unified
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
master
tizen
tizen_6.0
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
Domain: System / System Framework; Licenses: BSD-2-Clause, GPL-2.0;
Hyotaek Shim <hyotaek.shim@samsung.com>, Karol Lewandowski <k.lewandowsk@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-15
update doc
Yann Collet
1
-1
/
+1
2019-11-30
Fix typos in streaming_api_basics.md
Andrew Martin
1
-6
/
+6
2019-08-21
fixed #778
Yann Collet
1
-2
/
+2
2019-07-11
keep the "lorem ipsum" topic of the example string
Yann Collet
1
-1
/
+1
2019-07-11
print the compression ratio
Hamid Zare
1
-1
/
+2
2019-07-11
changed the input text to something more compression friendly
Hamid Zare
1
-1
/
+1
2019-07-03
Update blockStreaming_doubleBuffer.md
Amine Choukir
1
-3
/
+3
2019-06-28
travisCI: added ASAN fuzzer tests
Yann Collet
1
-3
/
+6
2019-06-06
update simple_buffer example
Yann Collet
1
-20
/
+25
2019-04-22
Try to put some tests I made in ONE place. I also moved a test for "install"...
JPeterMugaas
1
-47
/
+1
2019-04-22
Initial commits from diff I submitted earlier
JPeterMugaas
1
-5
/
+42
2019-04-05
created LZ4_initStream()
Yann Collet
2
-3
/
+3
2019-04-04
make `_fast*()` decoder generate a deprecation warning
Yann Collet
1
-0
/
+1
2018-09-19
tried to clean another bunch of cppcheck warnings
Yann Collet
1
-6
/
+7
2018-09-18
fixed minor cppcheck warnings in examples
Yann Collet
3
-17
/
+15
2018-09-13
avoid final trailing comma for enum lists
Yann Collet
1
-4
/
+4
2018-09-05
frameCompress : added an error detection case
Yann Collet
1
-2
/
+13
2018-09-05
Merge branch 'dev' into lz4f_init
Yann Collet
1
-1
/
+1
2018-09-05
Introduced constants LZ4F_INIT_*
Yann Collet
1
-10
/
+11
2018-07-02
Fix bug in frame decompress example
Cedric De Brito
1
-1
/
+1
2018-04-26
fixed a number of minor cast warnings
Yann Collet
1
-1
/
+2
2018-02-25
merge lz4opt.h into lz4hc.c
Yann Collet
1
-1
/
+1
2018-02-01
modified decompression part of frameCompress.c
Yann Collet
1
-99
/
+138
2018-02-01
refactored ressource allocation to avoid goto
Yann Collet
1
-23
/
+12
2018-01-31
examples/Makefile : changed dependency order
Yann Collet
1
-9
/
+9
2018-01-31
refactored frameCompress.c example code
Yann Collet
1
-51
/
+81
2018-01-31
fixed read size, as noticed by @terrelln
Yann Collet
1
-1
/
+1
2018-01-31
ensure proper dependencies are built for /examples
Yann Collet
1
-19
/
+25
2018-01-31
refactored frameCompress example
Yann Collet
1
-68
/
+82
2017-11-24
minor updates to examples
Yann Collet
7
-61
/
+62
2017-09-11
minor improvements to examples
Yann Collet
2
-10
/
+18
2017-09-07
bench : made decompression speed evaluation same time as compression
Yann Collet
1
-28
/
+17
2017-08-24
Fix: Add return statement to main function
Markus Hennecke
1
-0
/
+2
2017-08-11
restored block checksum capability at lz4frame API level
Yann Collet
1
-3
/
+3
2017-08-09
fixed frameCompress example
Yann Collet
1
-268
/
+269
2017-06-08
fixed minor scan-build warning
Yann Collet
1
-0
/
+1
2017-06-08
refactored simple_buffer.c example (#363)
Yann Collet
3
-43
/
+50
2016-11-21
minor warning fix
Yann Collet
1
-30
/
+19
2016-11-21
fix minor analyzer warning
Yann Collet
1
-14
/
+9
2016-11-21
fixed minor analyzer warning
Yann Collet
1
-11
/
+9
2016-11-21
added examples to make all
Yann Collet
2
-6
/
+8
2016-11-11
Add frame decompression example
Nick Terrell
1
-50
/
+199
2016-11-09
Add dictionary random access example
Nick Terrell
5
-6
/
+359
2016-11-01
Clarified license (#115, #244)
Yann Collet
2
-0
/
+341
2016-08-27
use gnu c99 to get both c99 and POSIX
Georg Sauthoff
1
-1
/
+1
2016-07-08
Correctly reference self (github, not googlecode)
Ben Wiederhake
1
-1
/
+1
2016-02-12
Remove whitespace from ends of lines
Julius Werner
2
-2
/
+2
2015-10-30
Forgot to make clean before commiting. Removing binary.
KyleJHarper
1
-0
/
+0
2015-10-29
Several changes to address a few concerns from Yann. See Google Group LZ4c t...
KyleJHarper
4
-32
/
+84
2015-10-28
Added a note about why char* is used. Also removed a binary that wasn't supp...
KyleJHarper
2
-0
/
+7
[next]