Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
94afb9a87b5cf956c9c59bd2a513eaf586effe9d
94afb9a
Merge pull request #640 from tzakian/remove_io_globals
by Yann Collet
· 6 years ago
c161069
Add cast around malloc
by Tim Zakian
· 6 years ago
4169161
Add constant pointer annotations
by Tim Zakian
· 6 years ago
5822e66
Remove a bunch of global variables that tracked settings for the IO module, and move them in to a struct
by Tim Zakian
· 6 years ago
d4a40c6
Merge pull request #637 from tzakian/fix_pass-through_mode
by Yann Collet
· 6 years ago
9028682
Fix pass-through mode
by Tim Zakian
· 6 years ago
e30b1f7
Merge pull request #635 from tzakian/clean_call_to_LZ4HC_encodeSequence
by Yann Collet
· 6 years ago
186015a
fixed strict C++ compilation
by Yann Collet
· 6 years ago
81441e2
Make fact that certain variables that are passed into LZ4HC_encodeSequence are changed by the function call
by Tim Zakian
· 6 years ago
baed01a
fixed long sequence overflow test
by Yann Collet
· 6 years ago
fbebf03
minor explicit cast warning
by Yann Collet
· 6 years ago
e953474
Merge pull request #634 from lz4/longSeqTest
by Yann Collet
· 6 years ago
c750cbe
Merge pull request #631 from qiuyangs/dev
by Yann Collet
· 6 years ago
cc34d3f
Merge pull request #633 from tzakian/make_block_size_public
by Yann Collet
· 6 years ago
7741c60
add a test to check long sequences (#631)
by Yann Collet
· 6 years ago
4ec29b0
Fix C90 compatibility issue
by Tim Zakian
· 6 years ago
8193742
Make LZ4F_getBlockSize public and publis in experimental section
by Tim Zakian
· 6 years ago
d6eac9c
Merge pull request #632 from rubenochiavone/fix-lz4-extesion-not-decompressing
by Yann Collet
· 6 years ago
4c953b4
Add test to cover issue #596
by Ruben O. Chiavone
· 6 years ago
e6905b5
Fix lz4 extension in input filename not causing decompression
by Ruben O. Chiavone
· 6 years ago
06e080a
Merge pull request #1 from qiuyangs/sunqiuyang-fix-length>>8
by qiuyangs
· 6 years ago
660d212
lz4hc.c: change (length >> 8) to (length / 255)
by qiuyangs
· 6 years ago
ec735ac
updated frame format
by Yann Collet
· 6 years ago
7a4e04e
updated LZ4 block format
by Yann Collet
· 6 years ago
6e24ef9
Merge pull request #620 from lzutao/meson_symlink
by Yann Collet
· 6 years ago
e5a1911
Merge pull request #621 from lzutao/meson_getversion
by Yann Collet
· 6 years ago
e23d0fb
meson: Remove unused sys import
by Lzu Tao
· 6 years ago
34dcc5e
Simplify logic by setting default value for MESON_INSTALL_DESTDIR_PREFIX
by Lzu Tao
· 6 years ago
7f8b017
meson: Update man1 extension in meson 0.49.0
by Lzu Tao
· 6 years ago
54dabaa
meson: Update InstallSymlink.py usage
by Lzu Tao
· 6 years ago
f603fdf
Merge pull request #618 from dosaboy/add-snap-packaging-support
by Yann Collet
· 6 years ago
bd5869a
Add snap packaging support
by Edward Hope-Morley
· 6 years ago
16400fb
Merge pull request #616 from felixhandte/lz4-attach-reject-short-dicts
by Yann Collet
· 6 years ago
077caef
Merge pull request #613 from lzutao/fix_meson_tests
by Yann Collet
· 6 years ago
58d8055
meson: Add README.md for newcomers [skip ci]
by Lzu Tao
· 6 years ago
4e3accc
Fix Dict Size Test in `LZ4_compress_fast_continue()`
by W. Felix Handte
· 6 years ago
535636f
Don't Attach Very Small Dictionaries
by W. Felix Handte
· 6 years ago
fbc4295
No need to join prefix and let soversion base on version
by Lzu Tao
· 6 years ago
4c43d14
Use MESON_INSTALL_DESTDIR_PREFIX instead of DESTDIR
by Lzu Tao
· 6 years ago
b4ab887
meson: Add fallback message when not found lz4.h
by Lzu Tao
· 6 years ago
2491af9
meson: Fix wrong path to lib/lz4.h
by Lzu Tao
· 6 years ago
0caeec9
meson: Correct support for Windows build
by Lzu Tao
· 6 years ago
7b6ccfe
meson: Use clang for faster build
by Lzu Tao
· 6 years ago
e2fc6bc
meson: Update usage of InstallSymlink helper
by Lzu Tao
· 6 years ago
4fe675a
Use argparse instead of manually parsing [skip ci]
by Lzu Tao
· 6 years ago
a9e96d5
meson: Fix soversion and generated pkg-config file [skip ci]
by Lzu Tao
· 6 years ago
4fc4b73
meson: Use --werror build option instead of passing -Werror [skip ci]
by Lzu Tao
· 6 years ago
5699432
meson test: Update timeout and tests that use COPYING
by Lzu Tao
· 6 years ago
3a51083
Merge pull request #615 from vtorri/dev
by Yann Collet
· 6 years ago
9021648
Merge remote-tracking branch 'upstream/dev' into dev
by Vincent Torri
· 6 years ago
b03714d
Windows: create import library with gcc directly, remove now useless def file
by Vincent Torri
· 6 years ago
65ff6f8
Merge remote-tracking branch 'upstream/master' into dev
by Vincent Torri
· 6 years ago
4d60ecc
Merge pull request #612 from lzutao/fix_clang_fuzzer
by Yann Collet
· 6 years ago
49073ac
clang: Fix -Wcomma
by Lzu Tao
· 6 years ago
b9d3080
clang: Fix -Wcast-qual
by Lzu Tao
· 6 years ago
0241755
Fix clang warnings: -Wformat-pedantic and -Werror=overflow
by Lzu Tao
· 6 years ago
3b8253a
Merge pull request #611 from lzutao/mesonbuild
by Yann Collet
· 6 years ago
9f87365
Add Travis meson build
by Lzu Tao
· 6 years ago
5bc1194
Add meson build system
by Lzu Tao
· 6 years ago
6689dae
Merge pull request #610 from antinucleon/bootcamp
by Yann Collet
· 6 years ago
b192c86
[amalgamation] lz4frame.c
by Bing Xu
· 6 years ago
b4efd20
Merge remote-tracking branch 'upstream/master' into bootcamp
by Bing Xu
· 6 years ago
01d2a72
Merge pull request #606 from nh2/patch-1
by Yann Collet
· 6 years ago
ca45db8
lz4_Frame_format.md: Fix typo HexaBytes -> Exabytes
by Niklas Hambüchen
· 6 years ago
0983fd6
Merge pull request #605 from vtorri/dev
by Yann Collet
· 6 years ago
bd2b259
Uninstall DLL and import lib
by Vincent Torri
· 6 years ago
8e8b658
Add explanation for the installation of the DLL in the bin directory
by Vincent Torri
· 6 years ago
0314027
Allow installation of lz4 for Windows (MSYS2 or when cross-compiling)
by Vincent Torri
· 6 years ago
4602f14
Merge remote-tracking branch 'upstream/master' into dev
by Vincent Torri
· 6 years ago
1e72459
Merge pull request #604 from vtorri/dev
by Yann Collet
· 6 years ago
e057e94
update lib/README.md
by Vincent Torri
· 6 years ago
d966844
Add documentation about DLLTOOL variable
by Vincent Torri
· 6 years ago
b5e1062
Add DLLTOOL variable so that one can override dlltool binary
by Vincent Torri
· 6 years ago
c910db3
Merge pull request #603 from vtorri/dev
by Yann Collet
· 6 years ago
31ce8b5
Use / instead of \ when accessing files in the dll subdirectory.
by Vincent Torri
· 6 years ago
6686e75
Merge pull request #600 from antinucleon/bootcamp
by Yann Collet
· 6 years ago
a7e8d39
[amalgamation] add test
by Bing Xu
· 6 years ago
17f5071
Enable amalgamation of lz4hc.c and lz4.c
by Bing Xu
· 6 years ago
1b819bf
Merge pull request #593 from felixhandte/lz4hc-publish-static
by Yann Collet
· 6 years ago
6a2da13
Make LZ4HC Experimental Functions Dynamically Publishable
by W. Felix Handte
· 6 years ago
45dc195
Change Comment and Make LZ4LIB_STATIC_API Available to LZ4HC
by W. Felix Handte
· 6 years ago
bf9bf80
updated code documentation
by Yann Collet
· 6 years ago
5bd197e
Merge pull request #583 from khabinov/stream-dirty-context-hc
by Yann Collet
· 6 years ago
f27ea07
Adding information about dirty context for _HC_ family of functions
by Oleg Khabinov
· 6 years ago
df6d00e
Merge pull request #592 from lz4/compressEnd
by Yann Collet
· 6 years ago
6902fa4
fixed #589
by Yann Collet
· 6 years ago
e07a37d
added a test for LZ4F_compressEnd()
by Yann Collet
· 6 years ago
6372459
Merge pull request #588 from khabinov/stream-dirty-followups
by Yann Collet
· 6 years ago
a963621
Merge pull request #586 from blezsan/custom_block_sizes
by Yann Collet
· 6 years ago
294293d
support custom block sizes: fix memory leak to make CI builds happy
by Blaise Sanouillet
· 6 years ago
28eb88d
Some followups and renamings
by Oleg Khabinov
· 6 years ago
d470385
support custom block sizes: remove unneeded fudging, fix leaked filehandles, other nits
by Blaise Sanouillet
· 6 years ago
7f18842
Merge branch 'dev' into custom_block_sizes
by Blaise Sanouillet
· 6 years ago
b18b6e5
Merge pull request #587 from lz4/hintbug
by Yann Collet
· 6 years ago
48cd25a
Merge pull request #580 from khabinov/stream-error-flag-initCheck
by Yann Collet
· 6 years ago
2112054
fixed improper hint
by Yann Collet
· 6 years ago
f2ae385
Rename initCheck to dirtyContext and use it in LZ4_resetStream_fast() to check if full reset is needed.
by Oleg Khabinov
· 6 years ago
4d9435f
support custom block sizes: fix const
by Blaise Sanouillet
· 6 years ago
3250160
support custom block sizes: fix usage message & remove unused functions
by Blaise Sanouillet
· 6 years ago
718d16e
support custom block sizes - fix types
by Blaise Sanouillet
· 6 years ago
Next »