Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
r124
/
programs
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
a586208
lz4frame : autoflush mode : saves memory, and improves compression speed
by Yann Collet
· 10 years ago
b1d022f
slightly improved frame compression speed
by Yann Collet
· 10 years ago
c71de79
Improved lz4frame compression speed
by Yann Collet
· 10 years ago
ed4a6bf
More tests : random flushes
by Yann Collet
· 10 years ago
0400451
Fix : streaming mode bug (re-using context & buffers)
by Yann Collet
· 10 years ago
eac83cd
Added : streaming mode
by Yann Collet
· 10 years ago
6b407c6
Added : valgrind verification for frametest
by Yann Collet
· 10 years ago
d1d1f88
API change : compressionContext more easily reusable
by Yann Collet
· 10 years ago
cf28c27
Added : fuzzer : ability to jump to specified testNb
by Yann Collet
· 10 years ago
cdececa
Added : variable dstBuffer size decompression test
by Yann Collet
· 10 years ago
535120b
More complex compression tests
by Yann Collet
· 10 years ago
04f5b17
Improved frame decompression test Fixed : frame decompression bug
by Yann Collet
· 10 years ago
03bc760
minor frametest display improvement
by Yann Collet
· 10 years ago
e6d9a17
minor test code refactoring
by Yann Collet
· 10 years ago
5c32b50
More tests (variation of blocksize & checksum)
by Yann Collet
· 10 years ago
fd86653
Added some more tests
by Yann Collet
· 10 years ago
b03f8f0
fixed : LZ4F_decompress() more decompress tests
by Yann Collet
· 10 years ago
e619cfe
Completed first version of lz4frame decompress Added a first decompression test
by Yann Collet
· 10 years ago
f7f67e7
Added : preliminary frame decompression function
by Yann Collet
· 10 years ago
2f33c77
upgraded lz4frame compression tests
by Yann Collet
· 10 years ago
f66721d
lz4frame compression API v1 completed Added : test program frametest
by Yann Collet
· 10 years ago
3b4e3f2
minor fuzzer code cleanup
by Yann Collet
· 10 years ago
14a28c0
minor fuzzer cleaning
by Yann Collet
· 10 years ago
557ff22
Fixed crlf issue
by Yann Collet
· 10 years ago
da07465
Simplified travis test flow
by Yann Collet
· 10 years ago
ff94eec
Added macro, for large file support on 32-bits AIX
by Yann Collet
· 10 years ago
a74f7ee
Update xxHash to r36
by Yann Collet
· 10 years ago
4dc1eca
updated release number
by Yann Collet
· 10 years ago
205735a
Fixed crlf issue
by Yann Collet
· 10 years ago
4ea832b
Updated Makefile : make dist Minor formatting changes for xxhash
by Yann Collet
· 10 years ago
a075594
fix : minor compilation warning under mingw
by Yann Collet
· 10 years ago
ea74cc4
Added : HC streaming test
by Yann Collet
· 10 years ago
e4aaa68
fix : minor compilation warning under mingw
by Yann Collet
· 10 years ago
a50c102
Added : Makefile : install for kFreeBSD and Hurd (Nobuhiro Iwamatsu)
by Yann Collet
· 10 years ago
2c15ec4
Makefile : some corrections suggested by Michał Górny (issue 136)
by Yann Collet
· 10 years ago
2f93f3a
Updated xxHash to r35
by Yann Collet
· 10 years ago
a154628
Makefile : added -Wstrict-prototype, as suggested by Larry Doolittle
by Yann Collet
· 10 years ago
fbe14d1
Modified : lz4 streaming API, strong types
by Yann Collet
· 10 years ago
d3c43d3
Modified : streaming API (fast compression)
by Yann Collet
· 10 years ago
e002818
Modified : Makefile : added -Wshadow option, suggest by Boris Faure
by Yann Collet
· 10 years ago
fd51d05
updated fuzzer, faster and cleaner overflow tests
by Yann Collet
· 10 years ago
bdb5bce
update to r119
by Yann Collet
· 10 years ago
3a94272
Stronger fuzzer tests Stronger fix 134
by Yann Collet
· 10 years ago
a3089e5
stronger fuzzer tests
by Yann Collet
· 10 years ago
402c587
New fuzzer test (issue 134)
by Yann Collet
· 10 years ago
790db93
updated lz4cat man page
by Yann Collet
· 10 years ago
da53731
Fixed : issue 52 (reported by Ludwig Strigeus)
by Yann Collet
· 10 years ago
8d66dd7
Fixed : using loadDict() with small dictionaries
by Yann Collet
· 10 years ago
6e1179a
bugfix : streaming tiny messages from within very small ringbuffer (Takayuki's streaming example 2)
by Yann Collet
· 10 years ago
d517d60
Fixed : streaming compression using small (<64KB) dictionary buffers
by Yann Collet
· 10 years ago
2f0a717
LZ4 Streaming : check overlapping input/dictionary
by Yann Collet
· 10 years ago
2040c97
Merge pull request #6 from Cyan4973/streaming
by Cyan4973
· 10 years ago
1c5a630
CLI : can select compression level > 9
by Yann Collet
· 10 years ago
0c62103
restored LZ4 HC streaming mode
by Yann Collet
· 10 years ago
661e4dd
lz4io : reduced memory usage in streaming mode
by Yann Collet
· 10 years ago
135f11b
Obsolete "external allocation" functions
by Yann Collet
· 10 years ago
598bde9
converge towards LZ4_compress_continue()
by Yann Collet
· 10 years ago
a79180f
New : valgrind memtest
by Yann Collet
· 10 years ago
1e053a2
new test tool : datagen
by Yann Collet
· 10 years ago
b636779
unified structure model
by Yann Collet
· 10 years ago
4b43c2b
Continuous streaming mode (automatic)
by Yann Collet
· 11 years ago
Next »