Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #605 from vtorri/dev | Yann Collet | 2018-11-21 | 3 | -4/+23 |
|\ | |||||
| * | 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 |
| | |\ | |||||
* | | \ | Merge pull request #604 from vtorri/dev | Yann Collet | 2018-11-19 | 2 | -1/+7 |
|\ \ \ \ | |/ / / | |||||
| * | | | 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 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Rename initCheck to dirtyContext and use it in LZ4_resetStream_fast() to chec... | Oleg Khabinov | 2018-09-28 | 3 | -23/+57 |
|/ / / / | |||||
| * | | | support custom block sizes: fix const | Blaise Sanouillet | 2018-09-28 | 1 | -2/+2 |
| * | | | support custom block sizes: fix usage message & remove unused functions | Blaise Sanouillet | 2018-09-28 | 2 | -2/+1 |
| * | | | support custom block sizes - fix types | Blaise Sanouillet | 2018-09-28 | 1 | -1/+1 |
| * | | | support custom block sizes | Blaise Sanouillet | 2018-09-28 | 6 | -12/+380 |
|/ / / | |||||
* | | | Merge pull request #578 from lz4/support128bit | Yann Collet | 2018-09-26 | 4 | -52/+65 |
|\ \ \ | |||||
| * | | | changed LZ4_streamDecode member order | Yann Collet | 2018-09-25 | 2 | -11/+11 |
| * | | | increase size of LZ4 contexts for 128-bit systems | Yann Collet | 2018-09-18 | 3 | -26/+37 |
| * | | | Merge branch 'dev' into support128bit | Yann Collet | 2018-09-18 | 3 | -145/+152 |
| |\ \ \ | |||||
| * | | | | increase lz4hc context size as constant for 128-bit systems | Yann Collet | 2018-09-18 | 1 | -6/+6 |
| * | | | | use byU32 mode for any pointer > 32-bit | Yann Collet | 2018-09-14 | 1 | -10/+12 |
* | | | | | Merge pull request #581 from lz4/cppcheck | Yann Collet | 2018-09-19 | 15 | -294/+320 |
|\ \ \ \ \ | |||||
| * | | | | | tried to clean another bunch of cppcheck warnings | Yann Collet | 2018-09-19 | 4 | -31/+42 |
| * | | | | | Merge branch 'dev' into cppcheck | Yann Collet | 2018-09-18 | 0 | -0/+0 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
* | | | | | | Merge pull request #579 from lz4/xxhash | Yann Collet | 2018-09-18 | 2 | -332/+503 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| | * | | | | added cppcheck | Yann Collet | 2018-09-18 | 5 | -7/+13 |
| | * | | | | fixed minor cppcheck warnings in examples | Yann Collet | 2018-09-18 | 4 | -31/+31 |