Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
cadf5cd5f9289a9dc8bc60d2357452573908e729
cadf5cd
Merge pull request #513 from felixhandte/integrate-static-frame-functions
by Yann Collet
· 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
bdd7af6
Don't Bother Clearing Chain Table for Working Contexts
by W. Felix Handte
· 7 years ago
895e76c
Push Previous Compression Offsets into the Past
by W. Felix Handte
· 7 years ago
22db704
Shift Dict Limit Checks out of the Loop
by W. Felix Handte
· 7 years ago
4f7b7a8
Clear Tables on Dict Load
by W. Felix Handte
· 7 years ago
b88a0b4
Only Perform Dict Lookup if Attempts Remain
by W. Felix Handte
· 7 years ago
b6c35ed
Avoid Resetting Chain Table
by W. Felix Handte
· 7 years ago
595ea58
Avoid Resetting Hash Table
by W. Felix Handte
· 7 years ago
66d217e
Perform Lookups into the Dictionary Context
by W. Felix Handte
· 7 years ago
6289ff4
Call LZ4F_applyCDict Even on NULL CDict
by W. Felix Handte
· 7 years ago
fdeead0
Set dictCtx Rather than memcpy'ing Ctx
by W. Felix Handte
· 7 years ago
a992d11
Fully Bounds Check Hash Table Reads
by W. Felix Handte
· 7 years ago
f895b9a
Add a Dictionary Context Pointer to the HC Context
by W. Felix Handte
· 7 years ago
e75153f
Add Debug Log Statements to HC
by W. Felix Handte
· 7 years ago
e0d8add
Fix Framebench Output Buffer Sizing
by W. Felix Handte
· 7 years ago
9dae661
Fix Cast
by W. Felix Handte
· 7 years ago
f646c51
Print Failure Message in Framebench
by W. Felix Handte
· 7 years ago
9d971fd
Switch to Unaligned Samples to Compress Different Blobs Each Time
by W. Felix Handte
· 7 years ago
66f0c29
Fix Framebench Statistics
by W. Felix Handte
· 7 years ago
09df7a0
Add Run Name to Frame Bench Output
by W. Felix Handte
· 7 years ago
a9a6232
Auto-Calculate Appropriate Repetition Count
by W. Felix Handte
· 7 years ago
d4ee755
Print More Detailed Results Inside bench(), Add Compression Levels
by W. Felix Handte
· 7 years ago
ffb2d8b
Check Compressed Buffer is Correct in Frame Bench
by W. Felix Handte
· 7 years ago
0bc13ab
Add HC Calls to Framebench
by W. Felix Handte
· 7 years ago
b9836b2
Restore Framebench Tool
by W. Felix Handte
· 7 years ago
746d5f7
Merge pull request #505 from lz4/dev
by Yann Collet
· 7 years ago
62d7cdc
Merge pull request #503 from lz4/l120
by Yann Collet
· 7 years ago
dede47f
Merge pull request #502 from lhacc1/dev
by Yann Collet
· 7 years ago
46058d7
modified indentation for consistency
by Yann Collet
· 7 years ago
95bde2a
lib: allow to disable shared libraries
by Baruch Siach
· 7 years ago
4785bd6
minor length reduction of several large lines
by Yann Collet
· 7 years ago
c630147
Merge pull request #497 from lz4/lowAddr
by Yann Collet
· 7 years ago
ea6ed46
Wrap likely/unlikely macroses with #ifndef
by Dmitrii Rodionov
· 7 years ago
5ad4599
fixed LZ4_compress_fast_extState_fastReset() in 32-bit mode
by Yann Collet
· 7 years ago
88cca17
fix dictDelta setting error
by Yann Collet
· 7 years ago
1520642
fix matchIndex overflow
by Yann Collet
· 7 years ago
ce78d10
Merge branch 'dev' into lowAddr
by Yann Collet
· 7 years ago
a35aba6
Merge pull request #501 from felixhandte/fix-dict-load-offset
by Yann Collet
· 7 years ago
aedc447
Always Bump Offset by 64 KB in LZ4_loadDict()
by W. Felix Handte
· 7 years ago
da3b5ba
fixed dictCtx compression
by Yann Collet
· 7 years ago
444211d
edited a few traces for debugging
by Yann Collet
· 7 years ago
a3aeb34
fixed minor format warnings
by Yann Collet
· 7 years ago
4aff9b1
fixed fuzzer tests
by Yann Collet
· 7 years ago
b5528ac
Merge branch 'dev' into lowAddr
by Yann Collet
· 7 years ago
e928064
fixed gcc performance regression
by Yann Collet
· 7 years ago
2cb9c90
Merge pull request #499 from felixhandte/lz4-attach-dict-tests
by Yann Collet
· 7 years ago
9f0f6b8
Further Test that ExtDictCtx Mode Produces the Exact Same Output
by W. Felix Handte
· 7 years ago
6dd64e0
Add Tests for LZ4_attach_dictionary and Friends
by W. Felix Handte
· 7 years ago
d2bcfa3
fixed minor unused variable warning
by Yann Collet
· 7 years ago
c40bac3
added comment on variables required after _next_match
by Yann Collet
· 7 years ago
54ec83c
fixed potential ptrdiff_t overflow (32-bits mode)
by Yann Collet
· 7 years ago
Next »