Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | complementary information for #394 | Yann Collet | 2017-08-30 | 1 | -9/+15 |
| | |||||
* | clarified documentation of streaming decompression functions | Yann Collet | 2017-08-30 | 1 | -9/+13 |
| | | | | | (synchronous bufferless mode) answering questions by @jtbandes (#394) | ||||
* | build: source files sorted in a FS independent manner | Yann Collet | 2017-08-26 | 1 | -2/+4 |
| | | | | | to be more compatible with reproducible builds. patch inspired by @bmwiedemann | ||||
* | restored block checksum capability at lz4frame API level | Yann Collet | 2017-08-12 | 1 | -10/+15 |
| | |||||
* | implemented lz4frame decompression API | Yann Collet | 2017-08-10 | 1 | -5/+5 |
| | |||||
* | support dictionary compression with independent blocks | Yann Collet | 2017-08-10 | 1 | -27/+28 |
| | |||||
* | fixed gcc prototype warning | Yann Collet | 2017-08-10 | 1 | -4/+0 |
| | |||||
* | dictionary compression correctly uses compression level | Yann Collet | 2017-08-10 | 2 | -17/+21 |
| | | | | Not obvious : copying the state was copying cdict's compression level | ||||
* | implemented dictionary compression in lz4frame | Yann Collet | 2017-08-09 | 2 | -18/+20 |
| | | | | | note : only compression API is implemented and tested still to do : decompression API | ||||
* | fixed frameCompress example | Yann Collet | 2017-08-09 | 1 | -16/+19 |
| | |||||
* | added dictID inside LZ4F_frameInfo_t | Yann Collet | 2017-08-09 | 1 | -2/+1 |
| | | | | | Compressor can set dictID on LZ4F_compressBegin() Decompressor can retrieve it using LZ4F_getFrameInfo() | ||||
* | updated Frame specification | Yann Collet | 2017-08-08 | 1 | -25/+52 |
| | | | | | Restored DictID field in Frame header Bumped specification version to v1.6.0 | ||||
* | added a paragraph on overlap matches | Yann Collet | 2017-06-06 | 1 | -4/+12 |
| | |||||
* | [Doc] Fix markdown | Chocobo1 | 2017-05-25 | 1 | -2/+2 |
| | |||||
* | added test for LZ4F_resetDecompressionContext() | Yann Collet | 2017-05-10 | 1 | -6/+3 |
| | |||||
* | bumped version number to 1.8.0 | Yann Collet | 2017-05-10 | 2 | -4/+4 |
| | | | | | due to addition of prototype LZ4F_resetDecompressionContext() | ||||
* | updated Makefile | Yann Collet | 2017-05-10 | 2 | -32/+61 |
| | | | | | to automatically build manual files with make all | ||||
* | added lz4frame_manual.html | Przemyslaw Skibinski | 2017-01-23 | 1 | -0/+240 |
| | |||||
* | lz4 manual updated to v1.7.5 | Przemyslaw Skibinski | 2017-01-23 | 1 | -89/+126 |
| | |||||
* | Expose internal types to remove strict aliasing | Nick Terrell | 2016-11-11 | 1 | -10/+58 |
| | |||||
* | added lz4_manual.html | Przemyslaw Skibinski | 2016-11-10 | 1 | -0/+240 |
| | |||||
* | documentation moved to doc/ | Przemyslaw Skibinski | 2016-11-03 | 2 | -0/+512 |