Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
6902fa48925ed22cd37bb4262205437feb8d2420
/
lib
6902fa4
fixed #589
by Yann Collet
· 6 years ago
e07a37d
added a test for LZ4F_compressEnd()
by Yann Collet
· 6 years ago
b18b6e5
Merge pull request #587 from lz4/hintbug
by Yann Collet
· 6 years ago
2112054
fixed improper hint
by Yann Collet
· 6 years ago
f2ae385
Rename initCheck to dirtyContext and use it in LZ4_resetStream_fast() to check if full reset is needed.
by Oleg Khabinov
· 6 years ago
cb91782
Merge pull request #578 from lz4/support128bit
by Yann Collet
· 6 years ago
c4c19c7
changed LZ4_streamDecode member order
by Yann Collet
· 6 years ago
b2215f2
tried to clean another bunch of cppcheck warnings
by Yann Collet
· 6 years ago
8bea19d
fixed minor cppcheck warnings in lib
by Yann Collet
· 6 years ago
c339752
updated xxhash to latest version
by Yann Collet
· 6 years ago
6381d82
increase size of LZ4 contexts for 128-bit systems
by Yann Collet
· 6 years ago
7b9edd6
Merge branch 'dev' into support128bit
by Yann Collet
· 6 years ago
dea044a
Merge pull request #575 from lz4/apiDoc
by Yann Collet
· 6 years ago
cb2fb47
increase lz4hc context size as constant for 128-bit systems
by Yann Collet
· 6 years ago
6103b4c
use byU32 mode for any pointer > 32-bit
by Yann Collet
· 6 years ago
c820480
Merge pull request #574 from lz4/enumComma
by Yann Collet
· 6 years ago
d2f5716
Merge pull request #573 from laffer1/laffer1-pkgconfig-mnbsd
by Yann Collet
· 6 years ago
e8b08f9
updated build doc
by Yann Collet
· 6 years ago
a803230
unpublish static-only function
by Yann Collet
· 6 years ago
86023f0
avoid final trailing comma for enum lists
by Yann Collet
· 6 years ago
de46670
FIx pkgconfig file installation on MidnightBSD
by Lucas Holt
· 6 years ago
6d32240
clarify constant MFLIMIT
by Yann Collet
· 6 years ago
b87a8e9
fixed minor warning in fuzzer.c
by Yann Collet
· 6 years ago
63fc6fb
restored nullifying output
by Yann Collet
· 6 years ago
32272f9
removed temporary debug traces
by Yann Collet
· 6 years ago
d28389b
Merge branch 'dev' into partialDecode
by Yann Collet
· 6 years ago
6e54d8d
Merge pull request #569 from lz4/circle2
by Yann Collet
· 6 years ago
f8519d4
Merge pull request #565 from lz4/lz4f_init
by Yann Collet
· 6 years ago
674eac3
Merge branch 'dev' of github.com:Cyan4973/lz4 into dev
by Yann Collet
· 6 years ago
3318d57
Add support for MidnightBSD
by Lucas Holt
· 6 years ago
e22bb80
fixed fuzzer test
by Yann Collet
· 6 years ago
eaed9ea
updated function interface documentation
by Yann Collet
· 6 years ago
bf614d3
first sketch for a byte-accurate partial decoder
by Yann Collet
· 6 years ago
e32766c
updated API documentation
by Yann Collet
· 6 years ago
0f08c22
Merge pull request #563 from lz4/docDict
by Yann Collet
· 6 years ago
26c42d7
added comments on version numbers
by Yann Collet
· 6 years ago
b2e56d8
Introduced constants LZ4F_INIT_*
by Yann Collet
· 6 years ago
0fea528
updated documentation regarding dictionary compression
by Yann Collet
· 6 years ago
30f6f34
removed one assert() condition
by Yann Collet
· 6 years ago
2e4847c
fixed #560
by Yann Collet
· 6 years ago
2e52f03
fixed spelling mistake in lz4.h
by Jack Luo
· 6 years ago
e95781d
Merge pull request #547 from jennifermliu/dev
by Yann Collet
· 6 years ago
4eca78b
Fix LZ4_compress_fast_continue() docs
by Nick Terrell
· 6 years ago
e778db3
Fixed bugs about incorrect acceleration calculation and benchmarking negative compresion level
by Jennifer Liu
· 6 years ago
ef4f1e3
Merge pull request #542 from wbx-github/dev
by Yann Collet
· 6 years ago
6a7af83
allow to override uname when cross-compiling
by Waldemar Brodkorb
· 7 years ago
b821154
Also Fix Appveyor Cast Warning
by W. Felix Handte
· 7 years ago
4248a9b
Add `extern "C"` Guards Around Experimental HC Declarations
by W. Felix Handte
· 7 years ago
91888f4
Remove #define-rename of `LZ4_decompress_safe_forceExtDict`
by W. Felix Handte
· 7 years ago
c746a27
Test Linking C-Compiled Library and C++-Compiled Tests
by W. Felix Handte
· 7 years ago
2149b1a
Add Haiku as a validated target.
by fbrosson
· 7 years ago
bf6fd93
Merge pull request #537 from lz4/xpHCmf2
by Yann Collet
· 7 years ago
ba1c714
renamed variable for clarity
by Yann Collet
· 7 years ago
abb1f70
Merge pull request #538 from lz4/frameTestError
by Yann Collet
· 7 years ago
200b296
fixed minor conversion warning
by Yann Collet
· 7 years ago
24b9c48
small PA optimization
by Yann Collet
· 7 years ago
d7b6c72
small extDict : fixed side-effect
by Yann Collet
· 7 years ago
af12733
fixed frametest error
by Yann Collet
· 7 years ago
cdb0275
lz4hc: fixed PA / SC parameter order
by Yann Collet
· 7 years ago
a4e918d
lz4hc: SC only enabled for opt parser
by Yann Collet
· 7 years ago
d097bf9
fixed SC.opt integration with regular HC parser
by Yann Collet
· 7 years ago
fa89a9e
lz4hc: fixed performance issue
by Yann Collet
· 7 years ago
9699ba5
integrated chain swapper into HC match finder
by Yann Collet
· 7 years ago
a7cc0b5
Fix make install
by Nick Terrell
· 7 years ago
434ace7
implemented search accelerator
by Yann Collet
· 7 years ago
dc42707
created LZ4HC_FindLongestMatch()
by Yann Collet
· 7 years ago
f3e84ff
Merge pull request #529 from felixhandte/lz4f-fast-reset-for-streaming-only
by Yann Collet
· 7 years ago
ffbff1f
Merge branch 'dev' into lz4fRingBuffer
by Yann Collet
· 7 years ago
95607a7
Merge pull request #528 from lz4/complexShortcut
by Yann Collet
· 7 years ago
2e2c9f6
fix comments / indentation
by Cyan4973
· 7 years ago
5406c2e
Only Reset the LZ4 Stream when Init'ing a Streaming Block
by W. Felix Handte
· 7 years ago
c25eb16
random lz4f clarifications
by Yann Collet
· 7 years ago
858d12e
Merge branch 'dev' into lz4fRingBuffer
by Yann Collet
· 7 years ago
85be6b8
increased nbAttempts for lz4 -12
by Yann Collet
· 7 years ago
93cf628
introduce LZ4_decoderRingBufferSize()
by Yann Collet
· 7 years ago
1a191b3
simplify shortcut
by Yann Collet
· 7 years ago
0114b63
Merge branch 'dev' into complexShortcut
by Yann Collet
· 7 years ago
bd470cc
Merge pull request #521 from lz4/BD_deterministic
by Yann Collet
· 7 years ago
6a7d501
renamed variable for clarity
by Cyan4973
· 7 years ago
8c57499
lz4hc changed variable
by Yann Collet
· 7 years ago
4c69661
clarified streaming decompression function
by Yann Collet
· 7 years ago
9037427
Merge pull request #527 from svpv/fastDec
by Yann Collet
· 7 years ago
c32e031
Merge pull request #523 from svpv/makeV1
by Yann Collet
· 7 years ago
41ad238
Merge pull request #515 from svpv/refactorDec
by Yann Collet
· 7 years ago
45f8603
lz4.c: two-stage shortcut for LZ4_decompress_generic
by Alexey Tourbin
· 7 years ago
69242a8
lib/Makefile: show commands with V=1
by Alexey Tourbin
· 7 years ago
1e6ca25
Merge pull request #520 from felixhandte/frame-dict-nits
by Yann Collet
· 7 years ago
de7b274
Merge branch 'dev' into BD_deterministic
by Yann Collet
· 7 years ago
19b1267
fix lz4hc -BD non-determinism
by Yann Collet
· 7 years ago
72e99c8
lz4hc : minor editions for clarity
by Yann Collet
· 7 years ago
47d70e7
Merge pull request #519 from lz4/fdParser
by Yann Collet
· 7 years ago
fefc40f
Avoid Possibly Redundant Table Clears When Loading HC Dict
by W. Felix Handte
· 7 years ago
5076aa3
Remove Redundant LZ4_resetStream() Call
by W. Felix Handte
· 7 years ago
7d11e34
Rename LZ4F_applyCDict() -> LZ4F_initStream()
by W. Felix Handte
· 7 years ago
d294dd7
ensure favorDecSpeed is properly initialized
by Yann Collet
· 7 years ago
d81a434
lz4.c: fixed the LZ4_decompress_fast_continue case
by Alexey Tourbin
· 7 years ago
0fb3a3b
fixed a number of minor cast warnings
by Yann Collet
· 7 years ago
00909b2
Merge pull request #518 from felixhandte/fix-517-dict-size-truncation
by Yann Collet
· 7 years ago
5c7d381
fasterDecSpeed can be triggered from cli with --favor-decSpeed
by Yann Collet
· 7 years ago
3792d00
favorDecSpeed feature can be triggered from lz4frame
by Yann Collet
· 7 years ago
Next »