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
/
doc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-29
bump version number
Yann Collet
2
-25
/
+47
2020-08-14
clarify endMark definition
Yann Collet
1
-4
/
+4
2020-08-12
Clarifies and fix EndMark
Yann Collet
1
-18
/
+29
2019-07-01
bumped version number to v1.9.2
Yann Collet
2
-4
/
+4
2019-06-06
precise again that LZ4 decoder needs metadata
Yann Collet
1
-20
/
+31
2019-05-31
added more details for in-place documentation
Yann Collet
1
-12
/
+13
2019-05-30
updated API manual
Yann Collet
1
-1
/
+1
2019-05-30
add more doc on in-place (de)compression
Yann Collet
1
-5
/
+25
2019-05-29
added comments and macros for in-place (de)compression
Yann Collet
1
-2
/
+36
2019-04-19
bumped version number
Yann Collet
2
-4
/
+4
2019-04-18
address a few minor Visual warnings
Yann Collet
1
-16
/
+13
2019-04-12
updated doc to underline difference between block and frame
Yann Collet
1
-7
/
+11
2019-04-11
improved documentation for LZ4 dictionary compression
Yann Collet
2
-4
/
+9
2019-04-11
introduce LZ4_DISTANCE_MAX build macro
Yann Collet
2
-14
/
+48
2019-04-11
updated block format with more details on MF_LIMIT
Yann Collet
1
-12
/
+23
2019-04-09
modified LZ4_initStreamHC() to look like LZ4_initStream()
Yann Collet
1
-12
/
+19
2019-04-05
created LZ4_initStream()
Yann Collet
1
-44
/
+43
2019-04-04
make `_fast*()` decoder generate a deprecation warning
Yann Collet
2
-28
/
+41
2019-04-03
fixed doc
Yann Collet
1
-9
/
+12
2019-04-03
moved _destSize() into "stable API" status
Yann Collet
1
-7
/
+14
2019-01-02
updated frame format
Yann Collet
1
-7
/
+10
2019-01-02
updated LZ4 block format
Yann Collet
1
-36
/
+33
2018-11-26
Merge remote-tracking branch 'upstream/master' into bootcamp
Bing Xu
1
-1
/
+1
2018-11-24
lz4_Frame_format.md: Fix typo HexaBytes -> Exabytes
Niklas Hambüchen
1
-1
/
+1
2018-10-15
updated code documentation
Yann Collet
2
-18
/
+29
2018-09-25
changed LZ4_streamDecode member order
Yann Collet
1
-10
/
+10
2018-09-17
Merge pull request #575 from lz4/apiDoc
Yann Collet
1
-65
/
+60
2018-09-13
unpublish static-only function
Yann Collet
2
-74
/
+71
2018-09-13
avoid final trailing comma for enum lists
Yann Collet
2
-10
/
+13
2018-09-12
removed image from repository
Yann Collet
1
-0
/
+0
2018-09-07
updated function interface documentation
Yann Collet
1
-38
/
+67
2018-09-05
updated documentation regarding dictionary compression
Yann Collet
2
-5
/
+5
2018-07-28
fixed spelling mistake in lz4_manual
Jack Luo
1
-1
/
+1
2018-05-03
Added CDict speed graph to be used for release statement
Yann Collet
1
-0
/
+0
2018-05-03
updated API documentation
Yann Collet
1
-6
/
+20
2018-05-02
random lz4f clarifications
Yann Collet
1
-16
/
+38
2018-04-27
Merge pull request #519 from lz4/fdParser
Yann Collet
2
-9
/
+66
2018-04-27
ensure favorDecSpeed is properly initialized
Yann Collet
2
-9
/
+66
2018-04-25
minor edit of block format
Cyan4973
1
-28
/
+32
2018-04-25
lz4_Block_format.md: clarify on short inputs and restrictions
Alexey Tourbin
1
-3
/
+12
2018-04-18
minor length reduction of several large lines
Yann Collet
1
-21
/
+29
2018-04-13
compatibility with gcc-4.4 string.h version
Cyan4973
1
-22
/
+72
2018-02-27
updated LZ4F_compressBound() documentation
Yann Collet
1
-3
/
+6
2018-02-26
bumped version number to v1.8.2
Yann Collet
2
-4
/
+4
2018-02-26
update code comment on LZ4 streaming interface
Yann Collet
1
-10
/
+11
2018-02-18
update API doc regarding double-buffer strategy
Yann Collet
1
-1
/
+3
2018-02-07
fixed code comment as detected in #466
Yann Collet
1
-32
/
+33
2018-02-01
Merge pull request #458 from lz4/ff161
Yann Collet
1
-4
/
+12
2018-01-31
refactored frameCompress example
Yann Collet
2
-22
/
+26
2018-01-31
fix typos as suggested by @psteinb
Yann Collet
1
-2
/
+2
[next]