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
/
tests
/
frametest.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-14
fixed minor Visual warning
Yann Collet
1
-1
/
+1
2020-11-14
better visual conformance
Yann Collet
1
-2
/
+1
2020-10-01
define sentinelTest
Yann Collet
1
-2
/
+3
2020-10-01
make it possible to select SCANBUILD binary on command line
Yann Collet
1
-1
/
+1
2020-10-01
add LZ4F_decompress() tests with (NULL,0) input and output
Yann Collet
1
-1
/
+3
2020-09-28
improved last literals run on LZ4_compress_destSize
Yann Collet
1
-8
/
+10
2020-09-17
fixed lz4frame with blocks of size 1
Yann Collet
1
-2
/
+4
2020-08-12
Clarifies and fix EndMark
Yann Collet
1
-9
/
+21
2020-05-13
add tests
Christopher Harvie
1
-0
/
+18
2019-08-15
fixed test error
Yann Collet
1
-1
/
+1
2019-07-15
ensure conformance with custom LZ4_DISTANCE_MAX
Yann Collet
1
-1
/
+2
2019-06-30
fix minor cppcheck warnings
Yann Collet
1
-1
/
+1
2019-06-30
updated frametest
Yann Collet
1
-16
/
+27
2019-06-30
frametest: added LZ4F decoder noise test
Yann Collet
1
-83
/
+182
2019-04-18
address a few minor Visual warnings
Yann Collet
1
-3
/
+4
2019-04-18
fix several minor static analyzer warnings
Yann Collet
1
-6
/
+8
2019-04-15
added a fake initialization to please an analyzer
Yann Collet
1
-1
/
+1
2019-04-15
added more margin for canary in frametest
Yann Collet
1
-5
/
+4
2019-04-15
frametest: removed uninitialized warning
Yann Collet
1
-17
/
+26
2019-04-15
assert() the failed test
Yann Collet
1
-0
/
+1
2019-04-15
fixed frametest
Yann Collet
1
-10
/
+14
2019-04-09
made LZ4F_getHeaderSize() public
Yann Collet
1
-3
/
+8
2019-04-05
fuzzer: fixed strict c99 with mmap+MAP_ANONYMOUS
Yann Collet
1
-5
/
+4
2019-01-09
Fix C90 compatibility issue
Tim Zakian
1
-1
/
+2
2019-01-09
Make LZ4F_getBlockSize public and publis in experimental section
Tim Zakian
1
-0
/
+22
2018-12-02
clang: Fix -Wcomma
Lzu Tao
1
-1
/
+1
2018-10-09
added a test for LZ4F_compressEnd()
Yann Collet
1
-2
/
+12
2018-09-19
tried to clean another bunch of cppcheck warnings
Yann Collet
1
-5
/
+6
2018-09-18
added cppcheck
Yann Collet
1
-2
/
+2
2018-05-05
small extDict : fixed side-effect
Yann Collet
1
-0
/
+1
2018-05-05
fixed frametest error
Yann Collet
1
-2
/
+6
2018-04-24
Multiply-Include Header to Check Guard Macro Correctness
W. Felix Handte
1
-0
/
+3
2018-04-24
Change Over Includes in the Project
W. Felix Handte
1
-1
/
+2
2018-03-12
Make LZ4F_compressFrame_usingCDict Take a Compression Context
W. Felix Handte
1
-8
/
+11
2018-03-12
Add Bounds Check to locateBuffDiff
W. Felix Handte
1
-3
/
+5
2017-08-11
restored block checksum capability at lz4frame API level
Yann Collet
1
-2
/
+26
2017-08-10
implemented lz4frame decompression API
Yann Collet
1
-3
/
+64
2017-08-10
support dictionary compression with independent blocks
Yann Collet
1
-0
/
+30
2017-08-10
dictionary compression correctly uses compression level
Yann Collet
1
-0
/
+24
2017-08-09
implemented dictionary compression in lz4frame
Yann Collet
1
-1
/
+27
2017-08-08
added dictID inside LZ4F_frameInfo_t
Yann Collet
1
-85
/
+76
2017-05-10
fix (minor) g++ compatibility for frametest
Yann Collet
1
-1
/
+1
2017-05-10
added test for LZ4F_resetDecompressionContext()
Yann Collet
1
-16
/
+29
2017-05-10
fixed c_standards tests
Yann Collet
1
-1
/
+2
2017-04-09
lz4frame : Added negative compression levels
Yann Collet
1
-1
/
+11
2017-03-28
added LZ4F_resetDecompressionContext()
Yann Collet
1
-22
/
+22
2017-03-28
Safer LZ4_getFrameInfo()
Yann Collet
1
-9
/
+17
2016-12-22
Merge pull request #292 from inikep/dev
Yann Collet
1
-22
/
+4
2016-12-21
util.h and platform.h based on zstd
Przemyslaw Skibinski
1
-1
/
+1
2016-12-21
LZ4F_compressBound(0) provides upper bound for LZ4F_flush() and LZ4F_compress...
Yann Collet
1
-0
/
+7
[next]