Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
95607a749b8bbe6f9323408ddd740ef4ff248794
95607a7
Merge pull request #528 from lz4/complexShortcut
by Yann Collet
· 7 years ago
2e2c9f6
fix comments / indentation
by Cyan4973
· 7 years ago
85be6b8
increased nbAttempts for lz4 -12
by Yann Collet
· 7 years ago
999a848
removed test that might be optimized away
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
5fc7e0b
Merge pull request #525 from lz4/testDecMerge
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
1949bf1
added visual test dir to .gitignore
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
724bbcd
Merge branch 'dev' of github.com:lz4/lz4 into dev
by Cyan4973
· 7 years ago
e28ae0a
updated NEWS for v1.8.2
by Cyan4973
· 7 years ago
99e5376
Merge pull request #526 from svpv/makeV1
by Yann Collet
· 7 years ago
5a2501a
added a test case for LZ4_decompress_fast_usingDict
by Cyan4973
· 7 years ago
41ad238
Merge pull request #515 from svpv/refactorDec
by Yann Collet
· 7 years ago
aaeeb25
ignore windows+msys artefacts
by Cyan4973
· 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
9d4eae5
Merge pull request #522 from svpv/refactorDec
by Yann Collet
· 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
938e484
updated NEWS, in preparation for v1.8.2
by Yann Collet
· 7 years ago
d81a434
lz4.c: fixed the LZ4_decompress_fast_continue case
by Alexey Tourbin
· 7 years ago
ce4e138
fuzzer.c: enabled ring buffer tests for decompress_fast
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
3eb3ed2
Merge pull request #516 from felixhandte/merge-dest-size
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
0858362
Merge _destSize Compress Variant into LZ4_compress_generic()
by W. Felix Handte
· 7 years ago
2becd69
Add _destSize() to Fullbench
by W. Felix Handte
· 7 years ago
a2edeac
Limit Dictionary Size During LZ4F Decompression
by W. Felix Handte
· 7 years ago
1148173
introduced ability to parse for decompression speed
by Yann Collet
· 7 years ago
5603d30
lz4.c: fixed the LZ4_decompress_safe_continue case
by Alexey Tourbin
· 7 years ago
bd92689
minor edit of block format
by Cyan4973
· 7 years ago
c67cc0e
Merge pull request #514 from svpv/clarifyBlockFormat
by Yann Collet
· 7 years ago
b4eda8d
lz4.c: refactor the decoding routines
by Alexey Tourbin
· 7 years ago
cadf5cd
Merge pull request #513 from felixhandte/integrate-static-frame-functions
by Yann Collet
· 7 years ago
ff9b4cf
lz4_Block_format.md: clarify on short inputs and restrictions
by Alexey Tourbin
· 7 years ago
27c6eec
Multiply-Include Header to Check Guard Macro Correctness
by W. Felix Handte
· 7 years ago
2dfc7cb
Change Over Includes in the Project
by W. Felix Handte
· 7 years ago
2be3905
Integrate lz4frame_static.h Declarations into lz4frame.h
by W. Felix Handte
· 7 years ago
b2637ab
Merge pull request #512 from lz4/HC_dict
by Yann Collet
· 7 years ago
8c6ca62
Merge pull request #511 from lz4/decFast
by Yann Collet
· 7 years ago
c92df76
Merge pull request #488 from felixhandte/hc-dict-ctx
by Yann Collet
· 7 years ago
5ed1463
Remove Debug Log Statements
by W. Felix Handte
· 7 years ago
db9deb7
Remove the Framebench Tool
by W. Felix Handte
· 7 years ago
13271a8
Revert Stream Size Const to Correct Value
by W. Felix Handte
· 7 years ago
092cb77
Merge pull request #504 from baruchsiach/static-only-support
by Yann Collet
· 7 years ago
44bff3f
re-ordered parenthesis
by Cyan4973
· 7 years ago
0c2ae72
Merge pull request #507 from lz4/clangPerf
by Yann Collet
· 7 years ago
644b7bd
fixed minor declaration issue with clang on msys
by Cyan4973
· 7 years ago
cd06634
disable shortcut for LZ4_decompress_fast()
by Cyan4973
· 7 years ago
bd06fde
fullbench compiled without assert()
by Cyan4973
· 7 years ago
57cc7da
Merge pull request #510 from terrelln/bug-fix
by Yann Collet
· 7 years ago
672799e
Fix compilation error and assert.
by Nick Terrell
· 7 years ago
bb83cad
Fix input size validation edge cases
by Nick Terrell
· 7 years ago
996d211
Merge pull request #509 from svpv/clarifyFastRisks
by Yann Collet
· 7 years ago
ab06ef9
lz4.h: clarify the risks of using LZ4_decompress_fast()
by Alexey Tourbin
· 7 years ago
d1f2188
fixed incorrect comment
by Cyan4973
· 7 years ago
a8a5dfd
fixed clang performance in lz4_fast
by Yann Collet
· 7 years ago
ee67f25
Change vLimit Calculation
by W. Felix Handte
· 7 years ago
1895fa1
Remove Redundant Static Assert
by W. Felix Handte
· 7 years ago
fcc99d1
Simpler loadDict() Reset
by W. Felix Handte
· 7 years ago
a8cb2fe
Tolerate Base Pointer Underflow
by W. Felix Handte
· 7 years ago
85cac61
Don't Segfault on Malloc Failure
by W. Felix Handte
· 7 years ago
756ed40
Sign-Extend -1 to Pointer Width
by W. Felix Handte
· 7 years ago
86b381e
Fix Constant Value
by W. Felix Handte
· 7 years ago
1d2500d
Handle Index Underflows Safely
by W. Felix Handte
· 7 years ago
7874cf0
Consts and Asserts and Other Minor Nits
by W. Felix Handte
· 7 years ago
209c9c2
Add Some Simple Fuzzer Tests
by W. Felix Handte
· 7 years ago
3f087cf
Add Comments on New Public APIs
by W. Felix Handte
· 7 years ago
d7347f9
Add API for Attaching Dictionaries
by W. Felix Handte
· 7 years ago
ca833f9
Also Reset the Chain Table
by W. Felix Handte
· 7 years ago
8f118cf
Remove inputBuffer from Context, Work Around its Absence
by W. Felix Handte
· 7 years ago
0064e8e
Remove Commented Out Support for Match Continuation over Segment Boundary
by W. Felix Handte
· 7 years ago
14c577d
Fix Signedness of Comparison
by W. Felix Handte
· 7 years ago
f4b13e1
Don't Clear the Dictionary Context Until No Longer Useful
by W. Felix Handte
· 7 years ago
0abc23f
Copy DictCtx into Working Context on Inputs Larger than 4 KB
by W. Felix Handte
· 7 years ago
b67de2a
Force Inline on HashChain
by W. Felix Handte
· 7 years ago
22e16d5
Split DictCtx-using Code Into Separate Inlining Chain
by W. Felix Handte
· 7 years ago
0a2abac
Use Fast Reset in LZ4F Again
by W. Felix Handte
· 7 years ago
61c7cef
Use Fast Reset API in LZ4F
by W. Felix Handte
· 7 years ago
3591fe8
Add Fast Reset Paths
by W. Felix Handte
· 7 years ago
8db291b
Remove Match Upper Bounds Check
by W. Felix Handte
· 7 years ago
8f9a2db
Fix Some Cast/Conversion Warnings
by W. Felix Handte
· 7 years ago
221211d
Fix Offset Math
by W. Felix Handte
· 7 years ago
a1beba1
Reset Stream in LZ4_compress_HC
by W. Felix Handte
· 7 years ago
Next »