Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
96078481d7672b427aa9b088af74b3f920f9d11e
/
programs
efbebd2
Added : LZ4_compress_destSize()
by Yann Collet
· 10 years ago
1c3e633
Added compilation flag -Wcast-qual
by Yann Collet
· 10 years ago
e05088d
Updated lz4hc API
by Yann Collet
· 10 years ago
1b17bf2
New lz4 API, using LZ4_compress_fast()
by Yann Collet
· 10 years ago
791512c
Fixed bug 9318
by Yann Collet
· 10 years ago
87a1c70
Fixed minor static analyzer warning
by Yann Collet
· 10 years ago
d6dc0a4
streaming API : Improved ring buffer management
by Yann Collet
· 10 years ago
b805d58
Removed obsolete functions from lz4 cli
by Yann Collet
· 10 years ago
f11afaf
Removed LZ4_compress() (obsolete) from lz4
by Yann Collet
· 10 years ago
cbcdd88
Fixed frame concatenation
by Yann Collet
· 10 years ago
e18aa90
Fixed frametest
by Yann Collet
· 10 years ago
c035b7a
Restored make-lz4
by Yann Collet
· 10 years ago
197982e
Fixed unfinished frame (issue #75)
by Yann Collet
· 10 years ago
409f816
Updated LZ4F_getFrameInfo() behavior, related to uncomplete frame header decoding attempts
by Yann Collet
· 10 years ago
47c3040
added --no-sparse test
by Yann Collet
· 10 years ago
9fd4f1f
Sparse file support is now enabled by default
by Yann Collet
· 10 years ago
7644bee
test error message in multiple files mode
by Yann Collet
· 10 years ago
bce2eeb
Reclassified some notification messages as errors
by Yann Collet
· 10 years ago
9e92bee
stronger arm tests
by Yann Collet
· 10 years ago
2ed9dcc
fix minor "divide by zero" risk
by Yann Collet
· 10 years ago
633c1ca
fixed minor leak
by Yann Collet
· 10 years ago
e328d41
minor optimization for small files
by Yann Collet
· 10 years ago
13c6e16
Removed status notification in multiple-files mode
by Yann Collet
· 10 years ago
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
Next »