Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
89821ac7a1e9bdeef33c747321b6deec66cbde1e
89821ac
minor comment edit
by Yann Collet
· 7 years ago
1025546
unified HC levels
by Yann Collet
· 7 years ago
a1f4a0d
moved ctx->end handling from parsers
by Yann Collet
· 7 years ago
c9bbad5
removed ctx->searchNum
by Yann Collet
· 7 years ago
e2eca62
LZ4_compress_HC_continue_destSize() now compatible with optimal parser
by Yann Collet
· 7 years ago
3b222d2
removes matches[] table
by Yann Collet
· 7 years ago
320e1d5
removed useless parameter from hash chain matchfinder
by Yann Collet
· 7 years ago
81667a1
removed code and reference to binary tree match finder
by Yann Collet
· 7 years ago
82c1aed
improved level 11 speed
by Yann Collet
· 7 years ago
890c055
optimized skip strategy for level 12
by Yann Collet
· 7 years ago
05d78eb
new level 11 uses 512 attempts
by Yann Collet
· 7 years ago
a1c5343
more generic skip formula
by Yann Collet
· 7 years ago
e06cb03
small adaptations for intermediate level 11
by Yann Collet
· 7 years ago
4b81885
partial search, while preserving compression ratio
by Yann Collet
· 7 years ago
bd992f1
searching match leading strictly farther does not work
by Yann Collet
· 7 years ago
8e16eb0
fixed last lost bytes in maximal mode
by Yann Collet
· 7 years ago
0ff4df1
changed strategy : opt[] path is complete after each match
by Yann Collet
· 7 years ago
15b0d22
Merge branch 'dev' into btopt
by Yann Collet
· 7 years ago
07c91d9
Merge pull request #408 from terrelln/time
by Yann Collet
· 7 years ago
931c5c2
fixed minor overflow mistake in optimal parser
by Yann Collet
· 7 years ago
ab4bd93
fixed minor initialization warning
by Yann Collet
· 7 years ago
8470d50
Merge pull request #412 from mikir/symbolsVisibility
by Yann Collet
· 7 years ago
63a7f34
Separated visibility from LZ4LIB_API macro.
by mikir
· 7 years ago
16a4337
added hash chain with conditional length
by Yann Collet
· 7 years ago
a12cdf0
lz4opt: added hash chain search
by Yann Collet
· 7 years ago
fd6bd51
switched many types to int
by Yann Collet
· 7 years ago
d813134
removed SET_PRICE macro
by Yann Collet
· 7 years ago
fa064c8
removed one macro usage
by Yann Collet
· 7 years ago
ee62fae
minor refactor
by Yann Collet
· 7 years ago
fc879fe
lz4opt: refactor sequence reverse traversal
by Yann Collet
· 7 years ago
c058753
refactor variable matchnum
by Yann Collet
· 7 years ago
7bb0a61
simplified initial cost conditions
by Yann Collet
· 7 years ago
6cec68d
added assert
by Yann Collet
· 7 years ago
ac2ad52
renamed last_pos into last_match_pos
by Yann Collet
· 7 years ago
708e2cb
simplified early exit when single solution
by Yann Collet
· 7 years ago
74d8688
[bench] Use higher resolution timer on POSIX
by Nick Terrell
· 7 years ago
dccf882
lz4cli : minor rewrite of lz4c legacy commands
by Yann Collet
· 7 years ago
1aa997b
Merge branch 'dev' of github.com:Cyan4973/lz4 into dev
by Yann Collet
· 7 years ago
2d827e1
lz4cli : removed extension artefacts
by Yann Collet
· 7 years ago
f92722e
Merge pull request #407 from odaira/useO2ppc64le
by Yann Collet
· 7 years ago
73bcf90
Use the optimization level of O2 for the decompression functions on ppc64le with gcc, to avoid harmful unrolling and SIMDization with O3
by Rei Odaira
· 7 years ago
34da12c
Merge pull request #403 from felixhandte/lz4-cli-dict-support-tests
by Yann Collet
· 7 years ago
9a16272
Read the Dictionary into a Circular Buffer
by W. Felix Handte
· 7 years ago
93f8284
Add some tests verifying command line dictionary functionality
by W. Felix Handte
· 7 years ago
2bd85f4
Add Dictionary Support to the Command Line Tool
by W. Felix Handte
· 7 years ago
a431482
fused getLongerMatch and getWiderMatch
by Yann Collet
· 7 years ago
97c18f5
re-inserted last byte test in widerMatch
by Yann Collet
· 7 years ago
bdca63e
early out is not better
by Yann Collet
· 7 years ago
1ee17e4
optional fuse
by Yann Collet
· 7 years ago
b9459fa
improved search of rep-1 patterns
by Yann Collet
· 7 years ago
f1fa91d
insertAndFindBestMatch defers to insertAndGetWiderMatch
by Yann Collet
· 7 years ago
8796851
fixed decoding block checksum in lz4frame
by Yann Collet
· 7 years ago
f6b31bf
fix #404
by Yann Collet
· 7 years ago
ceb868f
minor lz4frame code refactor
by Yann Collet
· 7 years ago
2a9af21
Merge pull request #402 from felixhandte/fix-dict-segfault
by Yann Collet
· 7 years ago
77f7245
Fix Segfault When Copying Dict
by W. Felix Handte
· 7 years ago
810e2ca
minor improvements to examples
by Yann Collet
· 7 years ago
e5bd29a
made clang warnings fail (-Werror)
by Yann Collet
· 7 years ago
a30cba0
fixed a bunch of -Wcomma warnings
by Yann Collet
· 7 years ago
a2b4f73
added -Wcomma to travisCI clang test
by Yann Collet
· 7 years ago
b500c52
fix #397 : decompression failed when using a combination of extDict + low memory address
by Yann Collet
· 7 years ago
00418f7
bench : made decompression speed evaluation same time as compression
by Yann Collet
· 7 years ago
ee53324
minor Makefile fixes
by Yann Collet
· 7 years ago
1ad9a36
updated lib/README
by Yann Collet
· 7 years ago
3d260f3
complementary information for #394
by Yann Collet
· 7 years ago
e3c7158
clarified documentation of streaming decompression functions
by Yann Collet
· 7 years ago
69c3f4b
minor typo fix
by Yann Collet
· 7 years ago
f212a10
fixed FS-independent file order in /lib
by Yann Collet
· 7 years ago
c4d6884
build: source files sorted in a FS independent manner
by Yann Collet
· 7 years ago
d2306b8
updated NEWS with fixes
by Yann Collet
· 7 years ago
2fa660b
Merge pull request #386 from lz4/parallelMake
by Yann Collet
· 7 years ago
a261f51
removed fasttest from circleCI
by Yann Collet
· 7 years ago
2ed3612
removed test-fasttest
by Yann Collet
· 7 years ago
4db65c1
Merge pull request #393 from terrelln/deprecate2
by Yann Collet
· 7 years ago
c04655b
fixed make recurrence from /tests
by Yann Collet
· 7 years ago
517dd95
removed fasttest
by Yann Collet
· 7 years ago
82ccdec
minor : added header license
by Yann Collet
· 7 years ago
3ec8994
Merge branch 'dev' into parallelMake
by Yann Collet
· 7 years ago
252ce14
Don't use C++11 deprecation attribute with clang
by Nick Terrell
· 7 years ago
35a39e0
Merge pull request #392 from m-hennecke/fix-arm-openbsd
by Yann Collet
· 7 years ago
9fae51f
Merge pull request #391 from tcpan/dev
by Yann Collet
· 7 years ago
bb0997b
Merge pull request #390 from lz4/installVars
by Yann Collet
· 7 years ago
f423d01
FIX: added prefix to FORCE_INLINE to prevent redefinition error during compilation when used with other libraries that define FORCE_INLINE
by tcpan
· 7 years ago
2ff723b
Fix: Add return statement to main function
by Markus Hennecke
· 7 years ago
68040a7
fixed man directory installation (#337)
by Yann Collet
· 7 years ago
5637d88
make test is compatible with parallel execution (-j#)
by Yann Collet
· 7 years ago
c10863b
fix : asan error in dctx, due to increased maximum frame header size, reported by Craig Young
by Yann Collet
· 7 years ago
v1.8.0
1e92bb0
Merge pull request #382 from lz4/installVars
by Yann Collet
· 7 years ago
edb4343
updated lz4frame manual
by Yann Collet
· 7 years ago
a1f3a27
Merge branch 'dev' into installVars and fixed conflicts
by Yann Collet
· 7 years ago
af9d72b
Merge pull request #383 from lz4/blockChecksum
by Yann Collet
· 7 years ago
8593ba8
Merge pull request #380 from lz4/dictID
by Yann Collet
· 7 years ago
01cdbfb
lz4c legacy commands are now enabled at runtime based on link/binary name "lz4c"
by Yann Collet
· 7 years ago
731cff1
fix minor markdown display issues
by Yann Collet
· 7 years ago
aea7d52
better respect GNU standard Makefile conventions
by Yann Collet
· 7 years ago
930a692
cli : restored command -BX to enable block checksum (#322)
by Yann Collet
· 7 years ago
77f99d2
restored block checksum capability at lz4frame API level
by Yann Collet
· 7 years ago
228e26e
Merge pull request #378 from deymo/dev
by Yann Collet
· 7 years ago
757497a
implemented lz4frame decompression API
by Yann Collet
· 7 years ago
4531637
support dictionary compression with independent blocks
by Yann Collet
· 7 years ago
Next »