Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't Attach Very Small Dictionaries | W. Felix Handte | 2018-12-04 | 1 | -1/+3 |
* | Merge pull request #615 from vtorri/dev | Yann Collet | 2018-12-02 | 2 | -66/+1 |
|\ | |||||
| * | Merge remote-tracking branch 'upstream/dev' into dev | Vincent Torri | 2018-12-02 | 16 | -5/+619 |
| |\ | |/ |/| | |||||
* | | Merge pull request #612 from lzutao/fix_clang_fuzzer | Yann Collet | 2018-12-02 | 2 | -5/+7 |
|\ \ | |||||
| * | | clang: Fix -Wcomma | Lzu Tao | 2018-12-02 | 1 | -1/+1 |
| * | | clang: Fix -Wcast-qual | Lzu Tao | 2018-12-02 | 1 | -2/+3 |
| * | | Fix clang warnings: -Wformat-pedantic and -Werror=overflow | Lzu Tao | 2018-12-02 | 1 | -4/+5 |
|/ / | |||||
* | | Merge pull request #611 from lzutao/mesonbuild | Yann Collet | 2018-12-02 | 11 | -0/+591 |
|\ \ | |||||
| * | | Add Travis meson build | Lzu Tao | 2018-12-02 | 1 | -0/+18 |
| * | | Add meson build system | Lzu Tao | 2018-12-02 | 10 | -0/+573 |
|/ / | |||||
* | | Merge pull request #610 from antinucleon/bootcamp | Yann Collet | 2018-11-26 | 4 | -1/+22 |
|\ \ | |||||
| * | | [amalgamation] lz4frame.c | Bing Xu | 2018-11-26 | 3 | -0/+21 |
| * | | Merge remote-tracking branch 'upstream/master' into bootcamp | Bing Xu | 2018-11-26 | 1 | -1/+1 |
| |\ \ | |||||
* | \ \ | Merge pull request #605 from vtorri/dev | Yann Collet | 2018-11-21 | 3 | -4/+23 |
|\ \ \ \ | |||||
* \ \ \ \ | Merge pull request #604 from vtorri/dev | Yann Collet | 2018-11-19 | 2 | -1/+7 |
|\ \ \ \ \ | |||||
| | | | | * | Windows: create import library with gcc directly, remove now useless def file | Vincent Torri | 2018-12-02 | 2 | -66/+1 |
| | | | | * | Merge remote-tracking branch 'upstream/master' into dev | Vincent Torri | 2018-12-02 | 1 | -1/+1 |
| | | | | |\ | | | |_|/ / | | |/| | / | | | | |/ | |||||
| | | | * | Merge pull request #606 from nh2/patch-1 | Yann Collet | 2018-11-25 | 1 | -1/+1 |
| | | | |\ | |||||
| | | | | * | lz4_Frame_format.md: Fix typo HexaBytes -> Exabytes | Niklas Hambüchen | 2018-11-24 | 1 | -1/+1 |
| | | | |/ | |||||
| | * | | | Uninstall DLL and import lib | Vincent Torri | 2018-11-21 | 1 | -0/+5 |
| | * | | | Add explanation for the installation of the DLL in the bin directory | Vincent Torri | 2018-11-21 | 1 | -0/+3 |
| | * | | | Allow installation of lz4 for Windows (MSYS2 or when cross-compiling) | Vincent Torri | 2018-11-20 | 3 | -4/+15 |
| | * | | | Merge remote-tracking branch 'upstream/master' into dev | Vincent Torri | 2018-11-20 | 0 | -0/+0 |
| | |\ \ \ | |/ / / / | | | | _ | |||||
| | * | | Merge pull request #572 from lz4/devv1.8.3 | Yann Collet | 2018-09-11 | 29 | -302/+911 |
| | |\ \ | |||||
| * | | | | update lib/README.md | Vincent Torri | 2018-11-18 | 1 | -1/+4 |
| * | | | | Add documentation about DLLTOOL variable | Vincent Torri | 2018-11-18 | 1 | -0/+1 |
| * | | | | Add DLLTOOL variable so that one can override dlltool binary | Vincent Torri | 2018-11-17 | 1 | -1/+3 |
|/ / / / | |||||
* | | | | Merge pull request #603 from vtorri/dev | Yann Collet | 2018-11-17 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Use / instead of \ when accessing files in the dll subdirectory. | Vincent Torri | 2018-11-17 | 1 | -2/+2 |
|/ / / / | |||||
* | | | | Merge pull request #600 from antinucleon/bootcamp | Yann Collet | 2018-11-16 | 3 | -16/+36 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | [amalgamation] add test | Bing Xu | 2018-11-16 | 1 | -1/+7 |
| * | | | Enable amalgamation of lz4hc.c and lz4.c | Bing Xu | 2018-11-16 | 2 | -15/+29 |
|/ / / | |||||
* | | | Merge pull request #593 from felixhandte/lz4hc-publish-static | Yann Collet | 2018-10-16 | 2 | -31/+43 |
|\ \ \ | |||||
| * | | | Make LZ4HC Experimental Functions Dynamically Publishable | W. Felix Handte | 2018-10-16 | 1 | -12/+23 |
| * | | | Change Comment and Make LZ4LIB_STATIC_API Available to LZ4HC | W. Felix Handte | 2018-10-16 | 1 | -19/+20 |
* | | | | updated code documentation | Yann Collet | 2018-10-15 | 3 | -26/+42 |
* | | | | Merge pull request #583 from khabinov/stream-dirty-context-hc | Yann Collet | 2018-10-11 | 3 | -22/+58 |
|\ \ \ \ | |||||
| * | | | | Adding information about dirty context for _HC_ family of functions | Oleg Khabinov | 2018-10-10 | 3 | -22/+58 |
|/ / / / | |||||
* | | | | Merge pull request #592 from lz4/compressEnd | Yann Collet | 2018-10-09 | 3 | -13/+32 |
|\ \ \ \ | |||||
| * | | | | fixed #589 | Yann Collet | 2018-10-09 | 1 | -1/+5 |
| * | | | | added a test for LZ4F_compressEnd() | Yann Collet | 2018-10-09 | 3 | -13/+28 |
| |/ / / | |||||
* | | | | Merge pull request #588 from khabinov/stream-dirty-followups | Yann Collet | 2018-10-09 | 3 | -14/+15 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Some followups and renamings | Oleg Khabinov | 2018-10-01 | 3 | -14/+15 |
* | | | | Merge pull request #586 from blezsan/custom_block_sizes | Yann Collet | 2018-10-02 | 6 | -13/+417 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | support custom block sizes: fix memory leak to make CI builds happy | Blaise Sanouillet | 2018-10-02 | 1 | -21/+55 |
| * | | | support custom block sizes: remove unneeded fudging, fix leaked filehandles, ... | Blaise Sanouillet | 2018-10-01 | 2 | -98/+101 |
| * | | | Merge branch 'dev' into custom_block_sizes | Blaise Sanouillet | 2018-10-01 | 4 | -26/+62 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #587 from lz4/hintbug | Yann Collet | 2018-09-28 | 1 | -3/+5 |
|\ \ \ \ | |||||
| * | | | | fixed improper hint | Yann Collet | 2018-09-28 | 1 | -3/+5 |
* | | | | | Merge pull request #580 from khabinov/stream-error-flag-initCheck | Yann Collet | 2018-09-28 | 3 | -23/+57 |
|\ \ \ \ \ | |/ / / / |/| | | | |