Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
8af32ce6f7109ecf5cd7d73527e0aba3a63b55e5
8af32ce
modified a few traces for debug
by test4973
· 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
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
64bcbf4
Optimize Dict Check Condition
by W. Felix Handte
· 7 years ago
b78cf67
Move to 4KB Cut-Off
by W. Felix Handte
· 7 years ago
00eadad
Reset Table on Inputs Larger than 2KB
by W. Felix Handte
· 7 years ago
d571d0c
Avoid DictSmall Checks By Strategically Bumping CurrentOffset
by W. Felix Handte
· 7 years ago
1c4601d
Restore DictIssue Check
by W. Felix Handte
· 7 years ago
d6ed9a7
Avoid dictionary == NULL Check
by W. Felix Handte
· 7 years ago
efc419a
Replace calloc() Calls With malloc() Where Possible
by W. Felix Handte
· 7 years ago
80790c5
Copy the Dict Table Into the Context for Large Compressions
by W. Felix Handte
· 7 years ago
9dcd9ab
Make LZ4F_compressFrame_usingCDict Take a Compression Context
by W. Felix Handte
· 7 years ago
14ce912
Switch Current Offset to 1 Only When in External Dictionary Context Mode
by W. Felix Handte
· 7 years ago
cea09d6
Hoist Table Reset One Level Up
by W. Felix Handte
· 7 years ago
68c6bd1
Set Dictionary Context Pointer Rather than Copying the Context In
by W. Felix Handte
· 7 years ago
73cc393
Lookup Matches in Separate Dictionary Context
by W. Felix Handte
· 7 years ago
62cb52b
Initialize Current Offset to 1
by W. Felix Handte
· 7 years ago
7060bca
Only Re-Alloc / Reset When Needed When Switching Between Regular and High Compression Modes
by W. Felix Handte
· 7 years ago
b3628cb
Avoid Resetting the Context When Possible
by W. Felix Handte
· 7 years ago
aa36e11
Const-ify Table Arg to LZ4_getPosition(OnHash)
by W. Felix Handte
· 7 years ago
d6a3024
Add LZ4_compress_fast_safeExtState Function
by W. Felix Handte
· 7 years ago
f34fb3c
Add Bounds Check to locateBuffDiff
by W. Felix Handte
· 7 years ago
5709891
Add a Table Type Field to LZ4_stream_t
by W. Felix Handte
· 7 years ago
6933f5a
Remove Obsolete Stream Functions to Free Space in LZ4_stream_t
by W. Felix Handte
· 7 years ago
6d156fe
Allow Empty Dictionaries
by W. Felix Handte
· 7 years ago
8c006b1
Add a Benchmarking Tool For Compression with Context Re-Use
by W. Felix Handte
· 7 years ago
9dc249e
Merge pull request #483 from lz4/dev
by Yann Collet
· 7 years ago
6c23f03
fix #482: change CFLAGS to CXXFLAGS
by Yann Collet
· 7 years ago
6d4e60e
fix #481: ensure liblz4.a dependency for `make all`
by Yann Collet
· 7 years ago
b5233d3
updated LZ4F_compressBound() documentation
by Yann Collet
· 7 years ago
85201c4
Merge pull request #479 from lz4/check
by Yann Collet
· 7 years ago
0ddd1ce
added target make check
by Yann Collet
· 7 years ago
860ff77
Merge pull request #478 from lz4/mergeOpt
by Yann Collet
· 7 years ago
39fda9a
bumped version number to v1.8.2
by Yann Collet
· 7 years ago
ba11538
update code comment on LZ4 streaming interface
by Yann Collet
· 7 years ago
1882b10
Merge pull request #476 from lz4/mflimit
by Yann Collet
· 7 years ago
550b408
merge lz4opt.h into lz4hc.c
by Yann Collet
· 7 years ago
7173a63
edge case : compress up to end-mflimit (12 bytes)
by Yann Collet
· 7 years ago
99c2672
Merge pull request #475 from lz4/betterBench
by Yann Collet
· 7 years ago
71e16fa
Merge pull request #471 from lz4/fasterHC
by Yann Collet
· 7 years ago
179670f
use TIMELOOP_NANOSEC,
by Yann Collet
· 7 years ago
25b16e8
added one assert()
by Yann Collet
· 7 years ago
Next »