Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
d0a6cccf75e147301b430a43bc9e591fdd80fce9
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
6658c49
Improved compression speed on big endian CPU
by Yann Collet
· 10 years ago
33dca25
minor : fixed warning under clang
by Yann Collet
· 10 years ago
dc43a1f
Fixed : decompression issue on 32-bits CPU without unaligned memory access
by Yann Collet
· 10 years ago
e3d1b4e
Fixed decompression bug
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
b3b207c
New endian & alignment code
by Yann Collet
· 10 years ago
7355438
Makefile : refactored Travis CI tests
by Yann Collet
· 10 years ago
4befab0
lz4.h : updated library version number to 1.4.0
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
d7b9e31
Fixed issue #31 : lz4.c warning under visual
by Yann Collet
· 10 years ago
4dbd2fa
Added : cmake test cmake : corrected xxhash path (thanks to j.magnuson)
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
3de7f00
Updated ring buffer examples
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
d9927ea
Updated xxHash to r38
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
eaccf78
Merge pull request #33 from Cyan4973/streamHC
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
e2c8411
Added : HC streaming ring buffer example
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
e2a985f
minor refactoring of LZ4 HC, to prepare for external dictionaries
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
4606160
Merge branch 'dev' of https://github.com/Cyan4973/lz4 into dev
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
72b5185
update distribution builder "make dist" update test, to also verify "make dist"
by Yann Collet
· 10 years ago
c14a342
Fixed : LZ4F_compressBound() using null preferencesPtr
by Yann Collet
· 10 years ago
c0054ca
Merge pull request #28 from Cyan4973/dev
by Yann Collet
· 10 years ago
r123
aac3c9e
updated comment on compressionLevel field
by Yann Collet
· 10 years ago
dc245be
Merge pull request #27 from Cyan4973/dev
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
0e6151b
LZ4F_compressFrame() : auto-resize block size when unnecessarily large
by Yann Collet
· 10 years ago
ff670f6
Slightly improved decompression speed (linkedBlockMode, small frames primarily)
by Yann Collet
· 10 years ago
4e92d7e
LZ4F_getFrameInfo() No longer requires to continue decoding at address after header
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
6bede08
LZ4F_getFrameInfo() : provides srcSize hint like 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
d1f479f
minor allocation correction (compressBegin)
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
28f38c3
Implemented Content Checksum Verification within LZ4F_decompress()
by Yann Collet
· 10 years ago
9732cf4
Added : xxhash.h at root, for compilation
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
c39235f
fix : lz4frame : added default blockSizeID
by Yann Collet
· 10 years ago
47b70f4
lz4frame minor API fixes (pointers) lz4frame.c first example code (incomplete)
by Yann Collet
· 10 years ago
2050756
minor lz4frame API update : errorCodes & frameInfo
by Yann Collet
· 10 years ago
7b6a660
Merge branch 'frame' of https://github.com/Cyan4973/lz4 into frame
by Yann Collet
· 10 years ago
5d41f87
Merge pull request #24 from Cyan4973/dev
by Cyan4973
· 10 years ago
6e9183b
Merge pull request #23 from Cyan4973/dev
by Cyan4973
· 10 years ago
r122
bb902d8
Updated : NEWS to r122
by Yann Collet
· 10 years ago
607a87c
Merge pull request #22 from Cyan4973/dev
by Cyan4973
· 10 years ago
Next »