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
2020-11-14
fix minor parse warning
Yann Collet
1
-1
/
+1
2020-11-14
all usages of prefs within lz4io are const
Yann Collet
1
-31
/
+31
2020-11-14
LZ4IO_openDstFile() doesn't need pref mutability
Yann Collet
1
-30
/
+33
2020-11-14
fixed force --sparse mode
Yann Collet
1
-1
/
+1
2020-11-13
dictionary functions don't need prefs mutability
Yann Collet
1
-4
/
+5
2020-11-13
LZ4IO_createDict() doesn't need prefs
Yann Collet
1
-27
/
+30
2020-11-13
LZ4IO_decompressSrcFile() doesn't need mutable prefs
Yann Collet
1
-5
/
+5
2020-11-13
selectDecoder() doesn't need mutable prefs
Yann Collet
1
-4
/
+4
2020-11-13
LZ4IO_passThrough() doesn't need prefs
Yann Collet
1
-9
/
+14
2020-11-13
LZ4IO_decompressLZ4F() doesn't need mutable prefs
Yann Collet
1
-4
/
+14
2020-11-13
LZ4IO_decodeLegacyStream() doesn't need mutable prefs
Yann Collet
1
-9
/
+9
2020-11-13
LZ4IO_fwriteSparse doesn't need writable prefs
Yann Collet
1
-5
/
+10
2020-11-13
minor refactor
Yann Collet
1
-32
/
+28
2020-11-13
minor refactor of lz4io
Yann Collet
1
-96
/
+95
2020-09-29
fix minor static analyzer warnings
Yann Collet
1
-12
/
+10
2020-08-24
Use fstat() to determine file size.
Niklas Hambüchen
1
-2
/
+2
2020-02-07
Implement -m option with legacy format on cli
Filipe Calasans
1
-2
/
+49
2020-02-06
Fix lz4cli --list option
Filipe Calasans
1
-4
/
+5
2019-07-01
bumped version number to v1.9.2
Yann Collet
1
-8
/
+8
2019-05-16
List mode improvements.
gstedman
1
-182
/
+190
2019-05-15
Add multiframe report to --list command
gstedman
1
-92
/
+285
2019-04-22
fix: no leak when LZ4F_dctx creation fails
Yann Collet
1
-9
/
+4
2019-04-22
updated code comments
Yann Collet
1
-4
/
+5
2019-04-22
--list gives block type
Yann Collet
1
-5
/
+21
2019-04-22
--list can resume after a failed file
Yann Collet
1
-43
/
+60
2019-04-22
refactored --list function
Yann Collet
1
-79
/
+97
2019-04-22
fixed C90 compliance
Yann Collet
1
-58
/
+69
2019-04-22
FR #598 - Correctly initialize cfinfo & cast malloc res to (char*)
gabrielstedman
1
-2
/
+2
2019-04-22
FR #598 - Make fileSize unsigned long long
gabrielstedman
1
-2
/
+2
2019-04-22
FR #598 - Move LZ4F_compFileInfo_t def to lz4frame.h discard output_file
gabrielstedman
1
-4
/
+7
2019-04-22
FR #598 - Make LZ4IO_getCompressedFileInfo internal and reword func
gabrielstedman
1
-68
/
+64
2019-04-21
FR #598 Improve initial design, test mallocs, support C90.
gabrielstedman
1
-33
/
+79
2019-04-21
Add --list option to display compressed file information.
gabrielstedman
1
-1
/
+39
2019-04-12
added tests for -d -m -c
Yann Collet
1
-3
/
+8
2019-04-12
fixed lz4 -m -c
Yann Collet
1
-12
/
+30
2019-01-11
Add cast around malloc
Tim Zakian
1
-1
/
+1
2019-01-10
Add constant pointer annotations
Tim Zakian
1
-34
/
+35
2019-01-10
Remove a bunch of global variables that tracked settings for the IO module, a...
Tim Zakian
1
-117
/
+150
2019-01-10
Fix pass-through mode
Tim Zakian
1
-1
/
+10
2018-09-28
support custom block sizes: fix usage message & remove unused functions
Blaise Sanouillet
1
-1
/
+0
2018-09-28
support custom block sizes - fix types
Blaise Sanouillet
1
-1
/
+1
2018-09-28
support custom block sizes
Blaise Sanouillet
1
-3
/
+22
2018-09-19
tried to clean another bunch of cppcheck warnings
Yann Collet
1
-16
/
+24
2018-09-05
fixed compression time
Yann Collet
1
-10
/
+21
2018-04-26
fasterDecSpeed can be triggered from cli with --favor-decSpeed
Yann Collet
1
-0
/
+8
2018-04-24
Change Over Includes in the Project
W. Felix Handte
1
-1
/
+1
2018-04-06
fixed DISPLAYUPDATE()
Yann Collet
1
-3
/
+6
2018-03-12
Make LZ4F_compressFrame_usingCDict Take a Compression Context
W. Felix Handte
1
-1
/
+1
2018-02-14
fix: missed semicolon at programs/lz4io.c:954
hobomind
1
-1
/
+1
2018-01-13
minor : try to tell static analyzer that we don't care if fseek() fails
Yann Collet
1
-1
/
+1
[next]