Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | created LZ4_initStream() | Yann Collet | 2019-04-05 | 1 | -2/+2 |
| | | | | | | | | | | - promoted LZ4_resetStream_fast() to stable - moved LZ4_resetStream() into deprecate, but without triggering a compiler warning - update all sources to no longer rely on LZ4_resetStream() note : LZ4_initStream() proposal is slightly different : it's able to initialize any buffer, provided that it's large enough. To this end, it accepts a void*, and returns an LZ4_stream_t*. | ||||
* | minor updates to examples | Yann Collet | 2017-11-25 | 1 | -1/+1 |
| | | | | see https://github.com/lz4/lz4/commit/810e2ca27b3561e0f6bfa7a88e0fde6faf807064#commitcomment-25810887 | ||||
* | Add dictionary random access example | Nick Terrell | 2016-11-10 | 1 | -0/+280 |