Rivoreo Source Code Repositories
src.rivoreo.one
/
lz4
/
master
/
lib
7136489
More build imrpvements
by JPeterMugaas
· 6 years ago
c4fe7a2
Merge pull request #689 from JPeterMugaas/jpm-makefile
by Yann Collet
· 6 years ago
2acddd9
Fix a test for mingw
by JPeterMugaas
· 6 years ago
b48f823
Try to put some tests I made in ONE place. I also moved a test for "install" in one place to try to isolate it.
by JPeterMugaas
· 6 years ago
773b665
Initial commits from diff I submitted earlier
by JPeterMugaas
· 6 years ago
7a4e3b1
bumped version number
by Yann Collet
· 6 years ago
af35920
lz4frame: initializers compatibility with C++
by Yann Collet
· 6 years ago
ae19912
fixed read-after input in LZ4_decompress_safe()
by Yann Collet
· 6 years ago
0b876db
address a few minor Visual warnings
by Yann Collet
· 6 years ago
5acfb15
re-enable FORCE_INLINE
by Yann Collet
· 6 years ago
25d96f1
fix out-of-bound read within LZ4_decompress_fast()
by Yann Collet
· 6 years ago
1848ea5
Fix AIX errors/warnings
by Norm Green
· 6 years ago
6fc763c
ensure consistent definition and usage of FREEMEM
by Yann Collet
· 6 years ago
920c988
simplified output_directive
by Yann Collet
· 6 years ago
55f6f0d
fix comma for pedantic
by Yann Collet
· 6 years ago
474c17c
unified limitedOutput_directive
by Yann Collet
· 6 years ago
1f4a412
decompress*_fast() function do not generate deprecation warnings
by Yann Collet
· 6 years ago
481a37f
fixed lz4frame with linked blocks
by Yann Collet
· 6 years ago
3215069
Merge branch 'dev' of github.com:Cyan4973/lz4 into dev
by Yann Collet
· 6 years ago
749c340
fixed incorrect assertion condition
by Yann Collet
· 6 years ago
dd43b91
fix minor visual warning
by Yann Collet
· 6 years ago
f8b7605
fixed minor Visual warnings
by Yann Collet
· 6 years ago
21ff1a8
updated doc to underline difference between block and frame
by Yann Collet
· 6 years ago
bcb2656
improved documentation for LZ4 dictionary compression
by Yann Collet
· 6 years ago
8d76c8a
introduce LZ4_DISTANCE_MAX build macro
by Yann Collet
· 6 years ago
5580f43
Merge pull request #663 from lz4/headerSize
by Yann Collet
· 6 years ago
db60ed1
added versions in comments
by Yann Collet
· 6 years ago
9e50170
made LZ4F_getHeaderSize() public
by Yann Collet
· 6 years ago
d8d5f14
fixed loadDictHC
by Yann Collet
· 6 years ago
887e8a4
re-enable LZ4_resetStreamHC()
by Yann Collet
· 6 years ago
14c71df
modified LZ4_initStreamHC() to look like LZ4_initStream()
by Yann Collet
· 6 years ago
5ef4f3c
check some more initialization result
by Yann Collet
· 6 years ago
111df0f
removed LZ4_stream_t alignment test on Visual
by Yann Collet
· 6 years ago
c198a39
LZ4_initStream() checks alignment restriction
by Yann Collet
· 6 years ago
34f0004
added comment on initStream + _extState_
by Yann Collet
· 6 years ago
2ece0d8
created LZ4_initStream()
by Yann Collet
· 6 years ago
c3f8928
fixed strict iso C90
by Yann Collet
· 6 years ago
c491df5
created LZ4_initStreamHC()
by Yann Collet
· 6 years ago
7a39fb8
make `_fast*()` decoder generate a deprecation warning
by Yann Collet
· 6 years ago
ab91300
moved LZ4_decompress_fast*() into deprecated section
by Yann Collet
· 6 years ago
b5bedef
fixed an old bug in LZ4F_flush()
by Yann Collet
· 6 years ago
50f01d8
fixed doc
by Yann Collet
· 6 years ago
25da6cc
moved _destSize() into "stable API" status
by Yann Collet
· 6 years ago
f2755c9
minor comments and reformatting
by Yann Collet
· 6 years ago
753076b
fixed minor conversion warnings
by Yann Collet
· 6 years ago
2589c44
created LZ4_FAST_DEC_LOOP build macro
by Yann Collet
· 6 years ago
7d9d00f
fixed a few minor conversion warnings
by Yann Collet
· 6 years ago
c438548
Merge pull request #652 from vtorri/dev
by Yann Collet
· 6 years ago
0360981
Allow installation of lz4 for Windows 10 with MSYS2
by Vincent Torri
· 6 years ago
d85bdb4
Merge pull request #645 from djwatson/optimize_decompress_generic
by Yann Collet
· 6 years ago
5d7d116
decompress_generic: Limit fastpath to x86
by Dave Watson
· 6 years ago
75fb878
decompress_generic: Add fastpath for small offsets
by Dave Watson
· 6 years ago
faac110
decompress_generic: Unroll loops a bit more
by Dave Watson
· 6 years ago
1fbaf84
decompress_generic: remove msan write
by Dave Watson
· 6 years ago
28b8249
decompress_generic: re-add fastpath
by Dave Watson
· 6 years ago
232f1e2
decompress_generic: drop partial copy check in fast loop
by Dave Watson
· 6 years ago
59332a3
decompress_generic: Optimize literal copies
by Dave Watson
· 6 years ago
5dfa7d4
decompress_generic: optimize match copy
by Dave Watson
· 6 years ago
28356e0
decompress_generic: Add a loop fastpath
by Dave Watson
· 6 years ago
4da3360
decompress_generic: Refactor variable length fields
by Dave Watson
· 6 years ago
26e7635
Eliminate optimize attribute warning with clang on PPC64LE
by Jeremy Maitin-Shepard
· 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
c750cbe
Merge pull request #631 from qiuyangs/dev
by Yann Collet
· 6 years ago
8193742
Make LZ4F_getBlockSize public and publis in experimental section
by Tim Zakian
· 6 years ago
660d212
lz4hc.c: change (length >> 8) to (length / 255)
by qiuyangs
· 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
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
6689dae
Merge pull request #610 from antinucleon/bootcamp
by Yann Collet
· 6 years ago
b192c86
[amalgamation] lz4frame.c
by Bing Xu
· 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
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
31ce8b5
Use / instead of \ when accessing files in the dll subdirectory.
by Vincent Torri
· 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
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
28eb88d
Some followups and renamings
by Oleg Khabinov
· 6 years ago
b18b6e5
Merge pull request #587 from lz4/hintbug
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
cb91782
Merge pull request #578 from lz4/support128bit
by Yann Collet
· 6 years ago
c4c19c7
changed LZ4_streamDecode member order
by Yann Collet
· 6 years ago
b2215f2
tried to clean another bunch of cppcheck warnings
by Yann Collet
· 6 years ago
8bea19d
fixed minor cppcheck warnings in lib
by Yann Collet
· 6 years ago
c339752
updated xxhash to latest version
by Yann Collet
· 6 years ago
6381d82
increase size of LZ4 contexts for 128-bit systems
by Yann Collet
· 6 years ago
7b9edd6
Merge branch 'dev' into support128bit
by Yann Collet
· 6 years ago
dea044a
Merge pull request #575 from lz4/apiDoc
by Yann Collet
· 6 years ago
cb2fb47
increase lz4hc context size as constant for 128-bit systems
by Yann Collet
· 6 years ago
Next »