Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
0c2ae72ba82e1cabf3b73909dfeb759e57bb7f9e
0c2ae72
Merge pull request #507 from lz4/clangPerf
by Yann Collet
· 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
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
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
57afa36
compatibility with gcc-4.4 string.h version
by Cyan4973
· 7 years ago
98811d6
added sudo rights for low-mem-address tests
by Cyan4973
· 7 years ago
db9aa78
fixed : counting matches which overlap extDict and prefix
by test4973
· 7 years ago
8af32ce
modified a few traces for debug
by test4973
· 7 years ago
27f5272
Merge pull request #496 from lz4/circleci
by Yann Collet
· 7 years ago
d6d9bcc
modified versionsTest
by Yann Collet
· 7 years ago
1838803
fixed LZ4_compress_fast_extState_fastReset()
by test4973
· 7 years ago
b183066
Merge branch 'dev' into lowAddr
by test4973
· 7 years ago
ca38879
allow system-defined CPPFLAGS in /tests
by Yann Collet
· 7 years ago
7b3cd10
reduced test time on circle-ci
by Yann Collet
· 7 years ago
7b0df7c
Merge pull request #492 from felixhandte/avoid-prepare-in-continue
by Yann Collet
· 7 years ago
056ea63
Fix Silly Warning (const-ness in declaration has no effect on value types!)
by W. Felix Handte
· 7 years ago
51a56c4
Minor Fixes
by W. Felix Handte
· 7 years ago
3a0c571
Add a LZ4_STATIC_LINKING_ONLY Macro to Guard Experimental APIs
by W. Felix Handte
· 7 years ago
afa52c9
Expose dictCtx Functionality in LZ4
by W. Felix Handte
· 7 years ago
21f0c97
Rename _extState_noReset -> _extState_fastReset and Edit Comments
by W. Felix Handte
· 7 years ago
c18bff9
Remove Extraneous Assignment (clearedTable == 0)
by W. Felix Handte
· 7 years ago
59c7d95
Expose a Faster Stream Reset Function
by W. Felix Handte
· 7 years ago
ad7e040
fix minor conversion warning
by test4973
· 7 years ago
cf2f06a
fixed minor conversion warning
by test4973
· 7 years ago
b28abb9
Merge branch 'dev' into lowAddr
by test4973
· 7 years ago
f88dc90
Avoid Calling LZ4_prepareTable() in LZ4_compress_fast_continue()
by W. Felix Handte
· 7 years ago
c7b17be
Merge pull request #494 from felixhandte/kill-goto
by Yann Collet
· 7 years ago
5622c27
Return to Allowing Early Returns in LZ4_compress_generic()
by W. Felix Handte
· 7 years ago
158c584
Merge pull request #493 from lz4/statusLine
by Yann Collet
· 7 years ago
133a50b
fixed DISPLAYUPDATE()
by Yann Collet
· 7 years ago
f9992fa
noticed a bug when re-using hash table
by test4973
· 7 years ago
038a0d9
added low-memory address test to travis
by test4973
· 7 years ago
f4e06e2
fixed byPtr mode
by test4973
· 7 years ago
b4be1e0
fixed byPtr match search
by test4973
· 7 years ago
f2a4d6e
fixed immediate match search
by test4973
· 7 years ago
64a3e41
changed LZ4_compress_generic() logic
by test4973
· 7 years ago
6d931b6
fixed lz4 compression starting at small address
by test4973
· 7 years ago
43132af
Merge branch 'dev' into lowAddr
by test4973
· 7 years ago
d759d06
Merge pull request #490 from kenjichanhkg/dev
by Yann Collet
· 7 years ago
606afdb
added vs2017 projects
by Kenji Chan
· 7 years ago
182fa79
Merge pull request #486 from felixhandte/fix-test-makefile-clean-up
by Yann Collet
· 7 years ago
8c763aa
Merge pull request #487 from felixhandte/better-obsoletion-comment
by Yann Collet
· 7 years ago
126f18d
Also Fix a Comment
by W. Felix Handte
· 7 years ago
a3a9b80
Better Describe Functionality of Obsolete Streaming Functions
by W. Felix Handte
· 7 years ago
ebdcbc3
Add Dependency to Fix Parallel `make test` Runs
by W. Felix Handte
· 7 years ago
7b4c448
added c90 test to c_standards
by Yann Collet
· 7 years ago
c3f0ed2
added low address fuzzer tests
by test4973
· 7 years ago
863e248
fix comment style
by Yann Collet
· 7 years ago
1faa7e2
bench: introduced hidden command -S
by Yann Collet
· 7 years ago
5b67c7d
Merge branch 'dev' of github.com:Cyan4973/lz4 into dev
by Yann Collet
· 7 years ago
d6711a7
minor man fix on clevels
by Yann Collet
· 7 years ago
59cf6d4
Merge pull request #484 from lz4/fasterDict
by Yann Collet
· 7 years ago
ac42105
Merge pull request #406 from felixhandte/ref-dict-table
by Yann Collet
· 7 years ago
70f1482
Remove Framebench Tool
by W. Felix Handte
· 7 years ago
b0a1889
Move LZ4_compress_fast_extState_noReset Declaration to Unstable Section
by W. Felix Handte
· 7 years ago
66b6fbf
Restore the Other Old Streaming Functions in a Degraded Fashion
by W. Felix Handte
· 7 years ago
c852f20
Switch ALLOC() to ALLOC_AND_ZERO() to Paper Over Existing Uninitialized Read
by W. Felix Handte
· 7 years ago
995756f
Split lz4CtxLevel into Two Fields
by W. Felix Handte
· 7 years ago
640db34
Another Allocation Fail Check
by W. Felix Handte
· 7 years ago
146e676
Restore LZ4_sizeofStreamState, We Didn't Actually Need to Delete It
by W. Felix Handte
· 7 years ago
c4aef7c
Restore checkTag Cleaning
by W. Felix Handte
· 7 years ago
2be38a7
Rename Enums and Add Comment
by W. Felix Handte
· 7 years ago
b8e9c77
Whitespace Fixes
by W. Felix Handte
· 7 years ago
5149767
Add NULL Checks
by W. Felix Handte
· 7 years ago
299f349
Simpler Ternary Statements
by W. Felix Handte
· 7 years ago
f9fef25
Renames and Comment Fixes
by W. Felix Handte
· 7 years ago
1df5d91
Hoist LZ4F Dictionary Setup into Helper LZ4F_applyCDict()
by W. Felix Handte
· 7 years ago
3ecc1d7
Minor Style Fixes
by W. Felix Handte
· 7 years ago
e34716c
Preserve currentOffset==0 When Possible
by W. Felix Handte
· 7 years ago
5f8967b
Specialize _extState() for Clean Ctx Rather Than Calling _safeExtState()
by W. Felix Handte
· 7 years ago
6716325
Remove Switch In Favor of Ternary Statement
by W. Felix Handte
· 7 years ago
b4335a6
Further Avoid a dictionary==NULL Check
by W. Felix Handte
· 7 years ago
Next »