Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
c5a015bc3fd4e34f909550929db95b34a450e8d5
c5a015b
Merge pull request #376 from ido/patch-1
by Yann Collet
· 7 years ago
8aeaf6b
Fix typos preventing installation of static lib.
by Ido Rosen
· 7 years ago
ac5ed8e
Merge pull request #374 from ferdnyc/patch-2
by Yann Collet
· 7 years ago
63d5005
Generate updated man page from Markdown source
by FeRD (Frank Dana)
· 7 years ago
ef06555
Merge pull request #373 from ferdnyc/patch-2
by Yann Collet
· 7 years ago
872f767
Fix formatting of concatenation example
by FeRD (Frank Dana)
· 7 years ago
6ad3a98
fix #369
by Yann Collet
· 7 years ago
2ef4afe
Merge pull request #371 from jku/tests-LIBDIR
by Yann Collet
· 7 years ago
e14b4c5
tests/Makefile: don't use LIBDIR as variable
by Jussi Kukkonen
· 7 years ago
1525fd1
Merge pull request #367 from Chocobo1/fallthrough
by Yann Collet
· 7 years ago
7982a90
Merge pull request #368 from Chocobo1/readme
by Yann Collet
· 7 years ago
9d453a1
Update README.md
by Chocobo1
· 7 years ago
a4ec7fa
Fix gcc7 Wimplicit-fallthrough warnings
by Chocobo1
· 7 years ago
89b9f02
made level 10 a bit faster
by Yann Collet
· 7 years ago
a6fd0f9
-g compilation flag not by default for lz4 cli
by Yann Collet
· 7 years ago
bfc1806
clarified lz4frame api comment (#350)
by Yann Collet
· 7 years ago
d18084c
report where decompression ends (#313)
by Yann Collet
· 7 years ago
139a387
updated NEWS
by Yann Collet
· 7 years ago
0beaa35
fixed minor scan-build warning
by Yann Collet
· 7 years ago
775e63e
refactored simple_buffer.c example (#363)
by Yann Collet
· 7 years ago
7e15e24
added a paragraph on overlap matches
by Yann Collet
· 7 years ago
03d8586
cli accept block sizes with KB / MB prefixes
by Yann Collet
· 7 years ago
8c355d1
Merge pull request #360 from Chocobo1/md
by Yann Collet
· 8 years ago
1c9d409
[Doc] Fix markdown
by Chocobo1
· 8 years ago
6614be7
Merge pull request #359 from PierreNav/dev
by Yann Collet
· 8 years ago
4e359f5
Add DLL files to the INSTALL target
by PierreNav
· 8 years ago
5c97cdf
Merge pull request #352 from lz4/resetDCtx
by Yann Collet
· 8 years ago
2600a15
fix (minor) g++ compatibility for frametest
by Yann Collet
· 8 years ago
e60cbb5
added test for LZ4F_resetDecompressionContext()
by Yann Collet
· 8 years ago
2012e4d
fixed c_standards tests
by Yann Collet
· 8 years ago
a902127
bumped version number to 1.8.0
by Yann Collet
· 8 years ago
b8575f2
updated Makefile
by Yann Collet
· 8 years ago
fe932c4
expose LZ4F_resetDecompressionContext()
by Yann Collet
· 8 years ago
1efa488
minor readability changes
by Yann Collet
· 8 years ago
a8dd86d
changed macro HEAPMODE into LZ4_HEAPMODE
by Yann Collet
· 8 years ago
11bfedb
Merge pull request #349 from svpv/master
by Yann Collet
· 8 years ago
6cf1f7d
lz4hc.c: clamp compression levels > 12
by Alexey Tourbin
· 8 years ago
a41df53
lz4cli.c: fix a comment: LZ4HC_DEFAULT_CLEVEL -> LZ4HC_CLEVEL_MAX
by Alexey Tourbin
· 8 years ago
f3460fc
liz4hc.h: fix a comment: LZ4HC_MAX_CLEVEL -> LZ4HC_CLEVEL_MAX
by Alexey Tourbin
· 8 years ago
37ef330
Merge pull request #348 from terrelln/deprecate
by Yann Collet
· 8 years ago
0b3e807
[LZ4F] Allow users to disable LZ4F_DEPRECATE
by Nick Terrell
· 8 years ago
31e9ed6
Merge pull request #347 from lz4/negativeCLevels
by Yann Collet
· 8 years ago
e2c9b19
lz4frame : Added negative compression levels
by Yann Collet
· 8 years ago
7eecd32
ensure lz4f_cctx internal buffer size remain valid in case of malloc error
by Yann Collet
· 8 years ago
e169eda
lz4frame : control lz4 context creation success
by Yann Collet
· 8 years ago
e282777
make __packed memory access default for gcc
by Yann Collet
· 8 years ago
3d4ee35
Merge pull request #344 from lz4/LZ4F_getFrameInfo
by Yann Collet
· 8 years ago
6226d52
fixed minor Visual warning
by Yann Collet
· 8 years ago
b88df6b
Improved comments on LZ4F_getFrameInfo()
by Yann Collet
· 8 years ago
fc31257
added LZ4F_resetDecompressionContext()
by Yann Collet
· 8 years ago
f0a7651
Safer LZ4_getFrameInfo()
by Yann Collet
· 8 years ago
ab547a0
Merge pull request #342 from iburinoc/isatty
by Yann Collet
· 8 years ago
9b1f000
Fix inline compile errors
by Sean Purcell
· 8 years ago
afde27a
Fix IS_CONSOLE returning 1 for NUL on windows
by Sean Purcell
· 8 years ago
84246b9
Merge pull request #341 from iburinoc/exematch
by Yann Collet
· 8 years ago
4567d0d
Merge pull request #340 from lz4/optlz4opt
by Yann Collet
· 8 years ago
e9c3b14
Ignore extensions in exe name matching
by Sean Purcell
· 8 years ago
38362c1
Merge pull request #338 from ldv-alt/dev
by Yann Collet
· 8 years ago
60b6d29
improved level 10 speed for degenerated cases
by Yann Collet
· 8 years ago
8f8fc52
Merge branch 'dev' into optlz4opt
by Yann Collet
· 8 years ago
0863931
fixed API comment for LZ4F_createCompressionContext()
by Yann Collet
· 8 years ago
dab3590
Export deprecated symbols declared in lz4hc.h
by Dmitry V. Levin
· 8 years ago
13f5cb2
Merge pull request #337 from ldv-alt/dev
by Yann Collet
· 8 years ago
b1daffc
cli: add GNU separator -- specifying that all following arguments are files
by Dmitry V. Levin
· 8 years ago
68044ac
Merge branch 'optlz4opt' of github.com:Cyan4973/lz4 into optlz4opt
by Yann Collet
· 8 years ago
b8bc700
minor refactor
by Yann Collet
· 8 years ago
cea8f60
slight btopt speed improvement
by Yann Collet
· 8 years ago
f513020
slight btopt speed improvement
by Yann Collet
· 8 years ago
8bd32a1
made SET_PRICE macro more usable
by Yann Collet
· 8 years ago
118b47f
improved lz4opt speed (~4%)
by Yann Collet
· 8 years ago
eff6166
minor price function optimization
by Yann Collet
· 8 years ago
0d073d4
added `extern C` for lz4.h static section
by Yann Collet
· 8 years ago
aae447f
LZ4_compress_HC_continue_destSize() works as intended up to level 10
by Yann Collet
· 8 years ago
cd35f0d
LZ4_compress_HC_destSize() uses LZ4HC_compress_generic() code path
by Yann Collet
· 8 years ago
6b2a1b3
updated lz4 version number
by Yann Collet
· 8 years ago
430b7d3
created LZ4_HC_STATIC_LINKING_ONLY section
by Yann Collet
· 8 years ago
9144520
fixed Visual compilation error
by Yann Collet
· 8 years ago
a33bf89
fix #332 : do not modify /dev/null permissions
by Yann Collet
· 8 years ago
e945a27
fix #333 : expose obsolete decoding functions
by Yann Collet
· 8 years ago
e1b2b37
added Oleg @remittor contribution
by Yann Collet
· 8 years ago
b9132be
Merge pull request #331 from ldv-alt/dev
by Yann Collet
· 8 years ago
50fe87f
Merge pull request #329 from remittor/dev-hc2
by Yann Collet
· 8 years ago
883ebdc
Export only those symbols that are part of public API
by Dmitry V. Levin
· 8 years ago
25b2435
Export deprecated symbols
by Dmitry V. Levin
· 8 years ago
7aeecbf
Explicitly set visibility of public API functions when gcc is used
by Dmitry V. Levin
· 8 years ago
93b3b08
Merge pull request #330 from inikep/dev
by Yann Collet
· 8 years ago
cb16719
bench.c: respect LZ4_MAX_INPUT_SIZE limit
by Przemyslaw Skibinski
· 8 years ago
517d446
Merge remote-tracking branch 'refs/remotes/lz4/dev' into dev
by Przemyslaw Skibinski
· 8 years ago
36842eb
lz4hc: Fix LZ4HC_compress_hashChain for backward compatibility
by remittor
· 8 years ago
baa1550
lz4hc: Fix LZ4HC_compress_hashChain for full support destSize variant
by remittor
· 8 years ago
66b26a3
tests: fuzzer: Add test for LZ4_compressHC_destSize
by remittor
· 8 years ago
f007153
lz4hc: Add LZ4_compressHC_destSize and LZ4_compress_HC_continue_destSize
by remittor
· 8 years ago
45b592b
lz4hc: Cleanup function LZ4HC_encodeSequence
by remittor
· 8 years ago
534f8fa
lz4hc: Cleanup function LZ4HC_compress_hashChain
by remittor
· 8 years ago
9141ada
Merge pull request #328 from ldv-alt/dev
by Yann Collet
· 8 years ago
0dfb0b9
Fix test-lz4-basic
by Dmitry V. Levin
· 8 years ago
97df1c9
updated LICENSE
by Yann Collet
· 8 years ago
5bfdff9
Merge pull request #320 from inikep/dev
by Yann Collet
· 8 years ago
d3eaf78
remove MOREFLAGS from test-lz4c32
by Przemyslaw Skibinski
· 8 years ago
5bb6ba7
Merge pull request #319 from inikep/dev
by Yann Collet
· 8 years ago
Next »