Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
a430b859cf552aa43215fe082e15a95c8bda5d6f
/
programs
a430b85
Multiple files decompression refactoring
by Yann Collet
· 10 years ago
4e574e7
Updated lz4frame error names
by Yann Collet
· 10 years ago
175890f
Issue#90 : Change old enum names to new one
by Takayuki MATSUOKA
· 10 years ago
081bcca
Issue#90 : Add LZ4F_ prefix
by Takayuki MATSUOKA
· 10 years ago
3f4f623
Valgrind tests generate errors
by Yann Collet
· 10 years ago
83e350d
Merge branch 'dev' of github.com:Cyan4973/lz4 into dev
by Yann Collet
· 10 years ago
05a46fc
Changes LZ4F_compressBound() definition using NULL prefsPtr to cover worst case instead of default.
by Yann Collet
· 10 years ago
348f509
lz4io refactoring
by Yann Collet
· 10 years ago
eabc6d8
New valgrind test with multiple files
by Yann Collet
· 10 years ago
113b150
Fix leak issue with compression of multiple files
by Yann Collet
· 10 years ago
c64200d
Improved performance when compressing a lot of small files
by Yann Collet
· 10 years ago
cc24124
minor compatibility fixes
by Yann Collet
· 10 years ago
ccba7a0
Merge pull request #86 from KyleJHarper/origin/r129/multiple_inputs_patch
by Yann Collet
· 10 years ago
7f2f1fc
Added support for continuation of file compression and decompression if input files are missing. Should more closely match gzip/bzip2/xz and so forth. Also removed a debug print accidentally left in.
by Kyle J Harper
· 10 years ago
0169502
Added new LZ4IO_decompressMultipleFilenames to allow decompression of multiple files with the -m switch added in r128 (ref: google code issue 151). Limitation: will only process files matching LZ4_EXTENSION macro, which for now seems reasonable.
by Kyle J Harper
· 10 years ago
da11725
new memory leak test for fullbench using multi-files
by Yann Collet
· 10 years ago
2c79887
Shortened tests durations
by Yann Collet
· 10 years ago
8f49666
Fixed : minor coverity warning
by Yann Collet
· 10 years ago
8a61000
Fixed a few coverity warnings
by Yann Collet
· 10 years ago
81fdd9d
Fixed a few Valgrind warnings
by Yann Collet
· 10 years ago
66b8a4a
Fixed : minor Visual warnings
by Yann Collet
· 10 years ago
62ed153
Fixed : a few minor coverity warnings
by Yann Collet
· 10 years ago
973e385
Implemented obsolete warning message
by Yann Collet
· 10 years ago
8b8e5ef
fixed minor sanitize warning
by Yann Collet
· 10 years ago
c22a0e1
Updated : fuzzer tests can be programmed for a timelength
by Yann Collet
· 10 years ago
a2864fd
Fixed a few minor sanitize warnings
by Yann Collet
· 10 years ago
f344fbd
Fixed a few warnings from -fsanitize=undefined
by Yann Collet
· 10 years ago
1853622
fixed over-cautious visual warning
by Yann Collet
· 10 years ago
327cb04
minor memory leak fix and test
by Yann Collet
· 10 years ago
43e0535
fix g++ typecast
by Yann Collet
· 10 years ago
17f8614
added : memtest on fullbench
by Yann Collet
· 10 years ago
d38b0b6
Merge pull request #73 from funcodeio/dev
by Yann Collet
· 10 years ago
dd69902
Removed unused lines.
by Yongwoon Cho
· 10 years ago
43eaf8f
Merge pull request #72 from fzort/master
by Yann Collet
· 10 years ago
f72761f
new tests for large files with content size support (#70)
by Yann Collet
· 10 years ago
90c0104
Added : progress indicator, in fast and decompression modes
by Yann Collet
· 10 years ago
1d3ab5d
Cygwin has fileno, so there's no need to use _fileno.
by mauro.persano
· 10 years ago
78d2dfd
fullbench : tests of _limitedOutput variants intentionnally provides less memory space than safe (LZ4_compressBound())
by Yann Collet
· 10 years ago
3bba55c
Fixed : Windows compilation Added : Appveyor badge
by Yann Collet
· 10 years ago
8437a0e
Fixed : Visual compilation
by Yann Collet
· 10 years ago
4c227a4
Added LZ4_compress_fast()
by Yann Collet
· 10 years ago
2a82619
fixed fullbench memory allocation error
by Yann Collet
· 10 years ago
8cb06d5
lz4frame validates contentSize during decompression
by Yann Collet
· 10 years ago
d5da787
Changed struct member to contentSize
by Yann Collet
· 10 years ago
b4755c7
Added : arm cross-compilation test
by Yann Collet
· 10 years ago
80e71c6
Updated man page : "--[no-]X"
by Yann Collet
· 10 years ago
5950f72
Updated tests
by Yann Collet
· 10 years ago
6b923d5
Updated long commands, with reverse "--no-" variants
by Yann Collet
· 10 years ago
7f436a1
lz4 cli supports frame content size
by Yann Collet
· 10 years ago
a28b147
removed useless man pages
by Yann Collet
· 10 years ago
7cf4e5c
Updates tests & Man pages
by Yann Collet
· 10 years ago
f02adc7
new long commands
by Yann Collet
· 10 years ago
86715b2
Some more tests related to frame content size
by Yann Collet
· 10 years ago
7ee7256
frame content size support
by Yann Collet
· 10 years ago
7d87d43
Updated lz4io sparse file support (alignment properties)
by Yann Collet
· 10 years ago
da9402c
minor lz4frame refactoring
by Yann Collet
· 10 years ago
e7fb4d1
lz4 utility supports "pass-through" mode
by Yann Collet
· 10 years ago
2a02455
minor refactoring
by Yann Collet
· 10 years ago
3a68324
skippable frames support
by Yann Collet
· 10 years ago
c9a2b14
removed -s command from lz4c specific list of legacy commands
by Yann Collet
· 10 years ago
207aafd
Added : unlz4 symbolic link to "lz4 -d"
by Yann Collet
· 10 years ago
2b55752
changed "make install" default install directory to /usr/local
by Yann Collet
· 10 years ago
bbcfe21
Added : clang test
by Yann Collet
· 10 years ago
45b0642
scan-build tests
by Yann Collet
· 10 years ago
a18fb43
Merge pull request #58 from Cyan4973/sparseFile
by Yann Collet
· 10 years ago
248b761
windows sparse file support
by Yann Collet
· 10 years ago
d11ac40
Improved sparse files support
by Yann Collet
· 10 years ago
45a357f
Improved sparse file support
by Yann Collet
· 10 years ago
12ab415
Preliminary support for sparse files
by Yann Collet
· 10 years ago
74a6b14
Merge pull request #57 from alexDarcy/master
by Yann Collet
· 10 years ago
ceec6fa
g++ compatibility
by Yann Collet
· 10 years ago
6b0c39b
Updated datagen (can create sparse files)
by Yann Collet
· 10 years ago
e277511
Merge pull request #54 from t-mat/gc-issue/155
by Yann Collet
· 10 years ago
32a85fc
NetBSD compatibility (#48)
by Yann Collet
· 10 years ago
488029e
Updated : compress multiple files
by Yann Collet
· 10 years ago
046bd3a
Merge pull request #52 from KyleJHarper/r128/multiple_inputs
by Yann Collet
· 10 years ago
dcdd628
Fix sentinel bit pattern
by Takayuki MATSUOKA
· 10 years ago
de5c930
Fix sentinel size miscalculation
by Takayuki MATSUOKA
· 10 years ago
eed7952
Add GNU coreutil's is_nul() method to isSparse()
by Takayuki MATSUOKA
· 10 years ago
b372f45
Add Neil's method to isSparse()
by Takayuki MATSUOKA
· 10 years ago
01a24af
Improve isSparse()
by Takayuki MATSUOKA
· 10 years ago
4a5d92b
Adjust coding style
by Takayuki MATSUOKA
· 10 years ago
97679fa
Google Code Issue 155: lz4 cli should support sparse file
by Takayuki MATSUOKA
· 10 years ago
fa27d23
Added support for multiple input files to act more like other compressors. For example: gzip file1 file2 file3. You can now do: lz4 [args] -m file1 file2 file3. Fixes 151.
by kyle
· 10 years ago
67f3b41
Merge pull request #49 from t-mat/msvc-fseeki64
by Yann Collet
· 10 years ago
e68d1c9
restored lz4 hc compression ratio
by Yann Collet
· 10 years ago
41b6ed3
Replace fseek with _fseeki64 to avoid MSVC's 2GiB barrier
by Takayuki MATSUOKA
· 10 years ago
f68eead
Added : -pedantic compilation option
by Yann Collet
· 10 years ago
0569a68
C90 compatibility
by Yann Collet
· 10 years ago
8a9fb8c
Fixed : older compiler don't like nameless unions, reported by Cheyi Lin
by Yann Collet
· 10 years ago
95cc6ce
Fixed : bug within LZ4 HC streaming mode, reported by James Boyle
by Yann Collet
· 10 years ago
daa320f
New : lz4frame integrated into liblz4 (v1.5.0)
by Yann Collet
· 10 years ago
7dd50ed
minor memtest correction
by Yann Collet
· 10 years ago
e68d7dc
Fixed : LZ4_compress_limitedOutput() bug, as reported by Christopher Speller
by Yann Collet
· 10 years ago
3477cba
stronger tests for LZ4_compress_limitedOutput()
by Yann Collet
· 10 years ago
c5decf7
minor refactoring
by Yann Collet
· 10 years ago
9f6826f
lz4cli : legacy arguments are now disabled by default
by Yann Collet
· 10 years ago
d008c87
New directory structure : library source files into /lib directory
by Yann Collet
· 10 years ago
6de52c2
LZ4IO : modified to use lz4frame instead
by Yann Collet
· 10 years ago
d0a6ccc
Fixed : some minor Visual warnings
by Yann Collet
· 10 years ago
Next »