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
/
lz4io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-13
lz4io: fixed minor ressource leak
Yann Collet
1
-0
/
+1
2018-01-05
[lz4io] Fix decompression file stat with --rm
Nick Terrell
1
-8
/
+12
2017-12-04
Fix bug which could sometimes result in the lz4 cli chmodding /dev/null if ru...
Alice Atlas
1
-1
/
+1
2017-10-09
Read the Dictionary into a Circular Buffer
W. Felix Handte
1
-22
/
+49
2017-10-09
Add Dictionary Support to the Command Line Tool
W. Felix Handte
1
-4
/
+80
2017-08-11
cli : restored command -BX to enable block checksum (#322)
Yann Collet
1
-5
/
+6
2017-06-12
report where decompression ends (#313)
Yann Collet
1
-39
/
+60
2017-03-16
LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code path
Yann Collet
1
-1
/
+1
2017-03-15
fixed Visual compilation error
Yann Collet
1
-1
/
+1
2017-03-15
fix #332 : do not modify /dev/null permissions
Yann Collet
1
-37
/
+31
2017-02-15
Avoid fseek()'s 2GiB barrier with MinGW
Przemyslaw Skibinski
1
-16
/
+5
2016-12-22
use FindFirstFileA and FindNextFileA on Windows
Przemyslaw Skibinski
1
-1
/
+1
2016-12-21
improved comments
Przemyslaw Skibinski
1
-1
/
+1
2016-12-21
use fseeko for 32-bit MacOS
Przemyslaw Skibinski
1
-3
/
+1
2016-12-21
test Large File support for Mac OS-X in 32-bits mode
Przemyslaw Skibinski
1
-2
/
+11
2016-12-21
util.h and platform.h based on zstd
Przemyslaw Skibinski
1
-1
/
+5
2016-12-21
fixed Visual Studio compilation
Przemyslaw Skibinski
1
-0
/
+8
2016-12-21
improved MinGW support
Przemyslaw Skibinski
1
-6
/
+0
2016-12-20
improved formatting (2)
Przemyslaw Skibinski
1
-0
/
+2
2016-12-20
fixed gcc warnings (2)
Przemyslaw Skibinski
1
-1
/
+3
2016-12-20
improved platform.h
Przemyslaw Skibinski
1
-2
/
+2
2016-12-20
executables use platform.h
Przemyslaw Skibinski
1
-31
/
+2
2016-12-07
15-bit LZ4HC_HASH_LOG
Przemyslaw Skibinski
1
-1
/
+2
2016-12-07
fixed gcc warnings
Przemyslaw Skibinski
1
-1
/
+1
2016-11-22
fixed LZ4IO_compressMultipleFilenames
Przemyslaw Skibinski
1
-3
/
+5
2016-11-21
added a few dates
Yann Collet
1
-1
/
+1
2016-11-18
fixed : shadow global variable on gcc 4.4 (minor)
Yann Collet
1
-5
/
+5
2016-11-17
fix 32-bits mode.
Yann Collet
1
-9
/
+14
2016-11-15
fixed sign conversion warning
Yann Collet
1
-3
/
+2
2016-11-15
fixed minor coverity warnings
Yann Collet
1
-3
/
+4
2016-11-14
silence a minor msan warning
Yann Collet
1
-1
/
+2
2016-11-10
Fix license and remove references to zstd
Nick Terrell
1
-4
/
+4
2016-11-10
changed FUZZER_TIME
Przemyslaw Skibinski
1
-1
/
+1
2016-11-09
fix empty body
Yann Collet
1
-1
/
+1
2016-11-09
fixed some static analyzer warning
Yann Collet
1
-50
/
+60
2016-11-09
fixed sparse on stdout
Yann Collet
1
-0
/
+1
2016-11-09
fixed multiples files on lz4cat (#184, by @libor-m)
Yann Collet
1
-29
/
+56
2016-11-09
fixed synthetic benchmark mode
Yann Collet
1
-2
/
+2
2016-11-07
Fix #243 : detect and report fread() errors, by @iyokan
Yann Collet
1
-10
/
+11
2016-11-07
added --rm option
Przemyslaw Skibinski
1
-26
/
+22
2016-11-07
Copy owner, file permissions and modification time
Przemyslaw Skibinski
1
-8
/
+7
2016-11-03
Rename passThrough to testMode
Nick Terrell
1
-6
/
+6
2016-11-03
Fix test mode and write to null
Nick Terrell
1
-2
/
+10
2016-11-03
Merge pull request #249 from inikep/dev
Yann Collet
1
-1
/
+1
2016-11-03
fixed clang conversion warning
Yann Collet
1
-1
/
+1
2016-11-03
check fread() operation results (#243)
Yann Collet
1
-9
/
+16
2016-11-03
updated links to LZ4 repository
Przemyslaw Skibinski
1
-1
/
+1
2016-11-01
fix for ARM platform
Yann Collet
1
-2
/
+2
2016-11-01
moved cmake and debian directories to contrib (#245)
Yann Collet
1
-5
/
+5
2016-11-01
fixed #247, reported by Felix Bolte
Yann Collet
1
-205
/
+144
[prev]
[next]