summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add cast around mallocTim Zakian2019-01-111-1/+1
* Add constant pointer annotationsTim Zakian2019-01-113-54/+55
* Remove a bunch of global variables that tracked settings for the IO module, a...Tim Zakian2019-01-103-166/+209
* Merge pull request #637 from tzakian/fix_pass-through_modeYann Collet2019-01-104-5/+26
|\
| * Fix pass-through modeTim Zakian2019-01-104-5/+26
|/
* Merge pull request #635 from tzakian/clean_call_to_LZ4HC_encodeSequenceYann Collet2019-01-101-7/+9
|\
| * Make fact that certain variables that are passed into LZ4HC_encodeSequence ar...Tim Zakian2019-01-091-7/+9
* | fixed strict C++ compilationYann Collet2019-01-092-1/+2
* | fixed long sequence overflow testYann Collet2019-01-091-1/+3
* | minor explicit cast warningYann Collet2019-01-091-1/+1
|/
* Merge pull request #634 from lz4/longSeqTestYann Collet2019-01-091-40/+76
|\
| * add a test to check long sequences (#631)Yann Collet2019-01-091-40/+76
* | Merge pull request #631 from qiuyangs/devYann Collet2019-01-091-2/+2
|\ \
| * \ Merge pull request #1 from qiuyangs/sunqiuyang-fix-length>>8qiuyangs2019-01-061-2/+2
| |\ \
| | * | lz4hc.c: change (length >> 8) to (length / 255)qiuyangs2019-01-061-2/+2
| |/ /
* | | Merge pull request #633 from tzakian/make_block_size_publicYann Collet2019-01-093-8/+31
|\ \ \ | |_|/ |/| |
| * | Fix C90 compatibility issueTim Zakian2019-01-091-1/+2
| * | Make LZ4F_getBlockSize public and publis in experimental sectionTim Zakian2019-01-093-8/+30
|/ /
* | Merge pull request #632 from rubenochiavone/fix-lz4-extesion-not-decompressingYann Collet2019-01-092-5/+24
|\ \ | |/ |/|
| * Add test to cover issue #596Ruben O. Chiavone2019-01-091-0/+5
| * Fix lz4 extension in input filename not causing decompressionRuben O. Chiavone2019-01-091-5/+19
|/
* updated frame formatYann Collet2019-01-021-7/+10
* updated LZ4 block formatYann Collet2019-01-021-36/+33
* Merge pull request #620 from lzutao/meson_symlinkYann Collet2018-12-172-16/+12
|\
| * Simplify logic by setting default value for MESON_INSTALL_DESTDIR_PREFIXLzu Tao2018-12-131-4/+2
| * meson: Update man1 extension in meson 0.49.0Lzu Tao2018-12-131-1/+1
| * meson: Update InstallSymlink.py usageLzu Tao2018-12-131-11/+9
* | Merge pull request #621 from lzutao/meson_getversionYann Collet2018-12-141-5/+3
|\ \ | |/ |/|
| * meson: Remove unused sys importLzu Tao2018-12-141-5/+3
|/
* Merge pull request #618 from dosaboy/add-snap-packaging-supportYann Collet2018-12-122-0/+60
|\
| * Add snap packaging supportEdward Hope-Morley2018-12-122-0/+60
|/
* Merge pull request #616 from felixhandte/lz4-attach-reject-short-dictsYann Collet2018-12-091-1/+1
|\
| * Fix Dict Size Test in `LZ4_compress_fast_continue()`W. Felix Handte2018-12-051-4/+2
| * Don't Attach Very Small DictionariesW. Felix Handte2018-12-041-1/+3
* | Merge pull request #613 from lzutao/fix_meson_testsYann Collet2018-12-098-94/+108
|\ \ | |/ |/|
| * meson: Add README.md for newcomers [skip ci]Lzu Tao2018-12-091-0/+34
| * No need to join prefix and let soversion base on versionLzu Tao2018-12-042-7/+4
| * Use MESON_INSTALL_DESTDIR_PREFIX instead of DESTDIRLzu Tao2018-12-041-20/+5
| * meson: Add fallback message when not found lz4.hLzu Tao2018-12-031-0/+2
| * meson: Fix wrong path to lib/lz4.hLzu Tao2018-12-031-1/+1
| * meson: Correct support for Windows buildLzu Tao2018-12-033-41/+23
| * meson: Use clang for faster buildLzu Tao2018-12-031-3/+7
| * meson: Update usage of InstallSymlink helperLzu Tao2018-12-031-31/+33
| * Use argparse instead of manually parsing [skip ci]Lzu Tao2018-12-031-9/+5
| * meson: Fix soversion and generated pkg-config file [skip ci]Lzu Tao2018-12-031-2/+3
| * meson: Use --werror build option instead of passing -Werror [skip ci]Lzu Tao2018-12-031-3/+2
| * meson test: Update timeout and tests that use COPYINGLzu Tao2018-12-031-4/+16
|/
* Merge pull request #615 from vtorri/devYann Collet2018-12-022-66/+1
|\
| * Merge remote-tracking branch 'upstream/dev' into devVincent Torri2018-12-0216-5/+619
| |\ | |/ |/|
* | Merge pull request #612 from lzutao/fix_clang_fuzzerYann Collet2018-12-022-5/+7
|\ \