Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
b0097677f26cf2027a1608bb5d713212fed3b542
/
programs
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
326cada
Updated lz4hc : re-use most shared elements from lz4 (endianess / align / bus detection routines)
by Yann Collet
· 10 years ago
dc43a1f
Fixed : decompression issue on 32-bits CPU without unaligned memory access
by Yann Collet
· 10 years ago
2d98faf
Improved decoding speed
by Yann Collet
· 10 years ago
86fa21b
Added : $(EXT) within install for cross-compilation support
by Yann Collet
· 10 years ago
2ad37db
Corrected lz4io
by Yann Collet
· 10 years ago
7355438
Makefile : refactored Travis CI tests
by Yann Collet
· 10 years ago
89d8b98
Fixed issue 44 : stopped concatenated stream on null size frame (thanks to Brendan O'Connor)
by Yann Collet
· 10 years ago
d01bb4a
Makefile : added -Wcast-align compilation warning
by Yann Collet
· 10 years ago
7050d4b
Updated unsynchronized buffers tests
by Yann Collet
· 10 years ago
b005e1b
fullbench : display Algorithm Nb
by Yann Collet
· 10 years ago
61289de
Optimized LZ4_saveDictHC()
by Yann Collet
· 10 years ago
55e8a47
Added : valgrind test for fuzzer
by Yann Collet
· 10 years ago
5a5a159
minor fuzzer test correction
by Yann Collet
· 10 years ago
d4f2d80
Fixed : frametest for Travis CI build matrix
by Yann Collet
· 10 years ago
9bf331a
new Travis CI build matrix
by Yann Collet
· 10 years ago
6436eca
Added : frametest32
by Yann Collet
· 10 years ago
7a677a7
LZ4 HC streaming integrated within lz4frame
by Yann Collet
· 10 years ago
508855c
HC streaming : support for very long streaming (> 4 GB) scenarios
by Yann Collet
· 10 years ago
2b421e9
HC streaming : support small ringbuffer scenarios
by Yann Collet
· 10 years ago
e468a4e
fixed LZ4F_compressFrameBound (dynamic block resize)
by Yann Collet
· 10 years ago
e450018
LZ4 HC : fixed small dictionary streaming compression
by Yann Collet
· 10 years ago
3dab5f4
LZ4 HC : External Dictionary compression : First implementation
by Yann Collet
· 10 years ago
d618673
fuzzer : easier random replay
by Yann Collet
· 10 years ago
f91d5aa
fuzzer : fixed test 21
by Yann Collet
· 10 years ago
6b89dca
fuzzer : faster jump to testNb
by Yann Collet
· 10 years ago
68ea218
fuzzer : fixed minor command lines issues
by Yann Collet
· 10 years ago
d239a23
updated LZ4HC API
by Yann Collet
· 10 years ago
4da47a2
fuzzer : pause at the end is disabled by default
by Yann Collet
· 10 years ago
92574da
modified : fuzzer automatically selects seed
by Yann Collet
· 10 years ago
2ab6f9a
Updated : xxHash to r37
by Yann Collet
· 10 years ago
c14a342
Fixed : LZ4F_compressBound() using null preferencesPtr
by Yann Collet
· 10 years ago
8c1ae99
fixed : clang warnings
by Yann Collet
· 10 years ago
abb6f78
Added : suooirt for s390x, thanks to Nobuhiro Iwamatsu
by Yann Collet
· 10 years ago
6e10498
LZ4F_compressFrame : fix potential crash on selecting custom preferences
by Yann Collet
· 10 years ago
eeb9011
lz4frame : support stableDst option
by Yann Collet
· 10 years ago
d71b9e2
small improvements to lz4frame compression
by Yann Collet
· 10 years ago
562b34f
changed : lz4 test mode (-t) to no longer ask for confirmation, as suggested by Nguyen Thary
by Yann Collet
· 10 years ago
7716c03
changed xxhash directory changed makefile
by Yann Collet
· 10 years ago
3f80a22
Merge pull request #26 from Cyan4973/frame
by Yann Collet
· 10 years ago
457dc35
Restored variable output size fuzzer test
by Yann Collet
· 10 years ago
56c2b79
Frame decompression speed optimization
by Yann Collet
· 10 years ago
38912f5
fullbench : added benchmark for LZ4F_decompress()
by Yann Collet
· 10 years ago
658ab6c
LZ4F_decompressFrame : implemented srcSizeHint as function result
by Yann Collet
· 10 years ago
bd704cf
lz4frame : implemented option stableSrc Improved LZ4_compressFrame() speed
by Yann Collet
· 10 years ago
Next »