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
/
programs
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-22
fixed : clang warnings
Yann Collet
2
-147
/
+167
2014-09-22
Added : suooirt for s390x, thanks to Nobuhiro Iwamatsu
Yann Collet
3
-13
/
+14
2014-09-22
LZ4F_compressFrame : fix potential crash on selecting custom preferences
Yann Collet
1
-0
/
+8
2014-09-21
lz4frame : support stableDst option
Yann Collet
2
-14
/
+37
2014-09-15
small improvements to lz4frame compression
Yann Collet
1
-6
/
+8
2014-09-13
changed : lz4 test mode (-t) to no longer ask for confirmation, as suggested ...
Yann Collet
1
-1
/
+1
2014-09-13
changed xxhash directory
Yann Collet
4
-983
/
+9
2014-09-14
Merge pull request #26 from Cyan4973/frame
Yann Collet
3
-45
/
+714
2014-09-13
Restored variable output size fuzzer test
Yann Collet
1
-3
/
+2
2014-09-13
Frame decompression speed optimization
Yann Collet
2
-6
/
+17
2014-09-13
fullbench : added benchmark for LZ4F_decompress()
Yann Collet
1
-35
/
+60
2014-09-13
LZ4F_decompressFrame : implemented srcSizeHint as function result
Yann Collet
1
-1
/
+1
2014-09-13
lz4frame : implemented option stableSrc
Yann Collet
1
-4
/
+13
2014-09-12
lz4frame : autoflush mode : saves memory, and improves compression speed
Yann Collet
2
-28
/
+32
2014-09-11
slightly improved frame compression speed
Yann Collet
2
-15
/
+17
2014-09-10
Improved lz4frame compression speed
Yann Collet
3
-3
/
+17
2014-09-10
More tests : random flushes
Yann Collet
1
-1
/
+8
2014-09-10
Fix : streaming mode bug (re-using context & buffers)
Yann Collet
2
-4
/
+3
2014-09-09
Added : streaming mode
Yann Collet
1
-3
/
+5
2014-09-07
Added : valgrind verification for frametest
Yann Collet
1
-1
/
+2
2014-09-07
API change : compressionContext more easily reusable
Yann Collet
1
-15
/
+17
2014-09-07
Added : fuzzer : ability to jump to specified testNb
Yann Collet
1
-13
/
+17
2014-09-07
Added : variable dstBuffer size decompression test
Yann Collet
1
-7
/
+6
2014-09-07
More complex compression tests
Yann Collet
1
-22
/
+45
2014-09-06
Improved frame decompression test
Yann Collet
1
-5
/
+28
2014-09-06
minor frametest display improvement
Yann Collet
1
-20
/
+25
2014-09-06
minor test code refactoring
Yann Collet
1
-13
/
+15
2014-09-06
More tests (variation of blocksize & checksum)
Yann Collet
1
-4
/
+7
2014-09-05
Added some more tests
Yann Collet
1
-35
/
+151
2014-09-04
fixed : LZ4F_decompress()
Yann Collet
1
-1
/
+21
2014-09-03
Completed first version of lz4frame decompress
Yann Collet
1
-0
/
+15
2014-09-01
Added : preliminary frame decompression function
Yann Collet
2
-24
/
+17
2014-08-31
upgraded lz4frame compression tests
Yann Collet
2
-18
/
+78
2014-08-30
lz4frame compression API v1 completed
Yann Collet
2
-4
/
+335
2014-08-30
minor fuzzer code cleanup
Yann Collet
2
-18
/
+18
2014-08-30
minor fuzzer cleaning
Yann Collet
1
-31
/
+6
2014-08-26
Fixed crlf issue
Yann Collet
2
-956
/
+956
2014-08-26
Simplified travis test flow
Yann Collet
1
-5
/
+4
2014-08-20
Added macro, for large file support on 32-bits AIX
Yann Collet
1
-0
/
+1
2014-08-15
Update xxHash to r36
Yann Collet
2
-956
/
+957
2014-08-13
updated release number
Yann Collet
2
-8
/
+9
2014-08-06
Fixed crlf issue
Yann Collet
2
-957
/
+957
2014-08-06
Updated Makefile : make dist
Yann Collet
2
-27
/
+1
2014-08-05
fix : minor compilation warning under mingw
Yann Collet
1
-1
/
+1
2014-08-01
Added : HC streaming test
Yann Collet
1
-6
/
+11
2014-07-29
fix : minor compilation warning under mingw
Yann Collet
1
-1
/
+1
2014-07-26
Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu)
Yann Collet
1
-2
/
+4
2014-07-21
Makefile : some corrections suggested by Michał Górny (issue 136)
Yann Collet
1
-10
/
+13
2014-07-19
Updated xxHash to r35
Yann Collet
2
-627
/
+987
2014-07-14
Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle
Yann Collet
7
-18
/
+18
[next]