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
2016-09-23
Use lower case for header file name
Kouhei Sutou
1
-1
/
+1
2016-09-03
remove EnablePREfast=true for Win32
inikep
1
-0
/
+1
2016-09-02
fix mingw64 compilation warnings
inikep
1
-0
/
+3
2016-01-10
Fix build error on MinGW
Kouhei Sutou
1
-1
/
+1
2015-06-29
Fixed a few minor visual analyzer warnings
Yann Collet
1
-1
/
+1
2015-06-28
removed one malloc
Yann Collet
1
-5
/
+6
2015-06-28
lz4io : removed one malloc
Yann Collet
1
-3
/
+4
2015-05-28
Merge pull request #114 from lpsantil/djgpp
Yann Collet
1
-5
/
+10
2015-05-25
Fixup programs/{Makefile,lz4cli.c,lz4io.c} to build with Andrew Wu's build-dj...
Louis P. Santillan
1
-5
/
+10
2015-05-25
Fixed : default sparse mode disabled on stdout, to support ` >>` redirection...
Yann Collet
1
-9
/
+7
2015-05-20
Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwo...
Yann Collet
1
-1
/
+2
2015-05-18
minor test refactor
Yann Collet
1
-2
/
+3
2015-05-18
Fixed sparse issue with non seekable streams (#105)
Yann Collet
1
-6
/
+12
2015-05-06
Added compilation flag -Wcast-qual
Yann Collet
1
-4
/
+4
2015-05-03
Updated lz4hc API
Yann Collet
1
-1
/
+1
2015-05-03
New lz4 API, using LZ4_compress_fast()
Yann Collet
1
-1
/
+1
2015-04-24
streaming API : Improved ring buffer management
Yann Collet
1
-18
/
+16
2015-04-21
Removed obsolete functions from lz4 cli
Yann Collet
1
-3
/
+9
2015-04-21
Removed LZ4_compress() (obsolete) from lz4
Yann Collet
1
-6
/
+6
2015-04-20
Fixed frame concatenation
Yann Collet
1
-3
/
+5
2015-04-20
Fixed unfinished frame (issue #75)
Yann Collet
1
-8
/
+13
2015-04-17
Sparse file support is now enabled by default
Yann Collet
1
-1
/
+1
2015-04-16
Reclassified some notification messages as errors
Yann Collet
1
-2
/
+2
2015-04-16
stronger arm tests
Yann Collet
1
-2
/
+2
2015-04-16
fix minor "divide by zero" risk
Yann Collet
1
-1
/
+2
2015-04-16
fixed minor leak
Yann Collet
1
-0
/
+1
2015-04-16
minor optimization for small files
Yann Collet
1
-38
/
+53
2015-04-15
Multiple files decompression refactoring
Yann Collet
1
-93
/
+86
2015-04-15
Issue#90 : Add LZ4F_ prefix
Takayuki MATSUOKA
1
-3
/
+3
2015-04-14
Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst ca...
Yann Collet
1
-1
/
+1
2015-04-14
lz4io refactoring
Yann Collet
1
-79
/
+66
2015-04-14
Fix leak issue with compression of multiple files
Yann Collet
1
-107
/
+167
2015-04-14
Improved performance when compressing a lot of small files
Yann Collet
1
-101
/
+172
2015-04-13
minor compatibility fixes
Yann Collet
1
-9
/
+12
2015-04-13
Merge pull request #86 from KyleJHarper/origin/r129/multiple_inputs_patch
Yann Collet
1
-0
/
+47
2015-04-12
Added support for continuation of file compression and decompression if input...
Kyle J Harper
1
-3
/
+22
2015-04-12
Added new LZ4IO_decompressMultipleFilenames to allow decompression of multipl...
Kyle J Harper
1
-0
/
+28
2015-04-12
Fixed : a few minor coverity warnings
Yann Collet
1
-6
/
+16
2015-04-11
fixed minor sanitize warning
Yann Collet
1
-3
/
+3
2015-04-10
Fixed a few minor sanitize warnings
Yann Collet
1
-3
/
+2
2015-04-09
Fixed a few warnings from -fsanitize=undefined
Yann Collet
1
-1
/
+8
2015-04-04
Merge pull request #73 from funcodeio/dev
Yann Collet
1
-3
/
+0
2015-04-03
Removed unused lines.
Yongwoon Cho
1
-3
/
+0
2015-04-02
Merge pull request #72 from fzort/master
Yann Collet
1
-1
/
+1
2015-04-02
Added : progress indicator, in fast and decompression modes
Yann Collet
1
-2
/
+4
2015-04-01
Cygwin has fileno, so there's no need to use _fileno.
mauro.persano
1
-1
/
+1
2015-03-31
Fixed : Windows compilation
Yann Collet
1
-0
/
+4
2015-03-31
Fixed : Visual compilation
Yann Collet
1
-0
/
+4
2015-03-29
Changed struct member to contentSize
Yann Collet
1
-1
/
+1
2015-03-23
lz4 cli supports frame content size
Yann Collet
1
-86
/
+121
[prev]
[next]