Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make `_fast*()` decoder generate a deprecation warning | Yann Collet | 2019-04-04 | 1 | -26/+39 |
| | | | | updated modification | ||||
* | fixed doc | Yann Collet | 2019-04-03 | 1 | -9/+12 |
| | | | | and bumped version number fo v1.9.0 | ||||
* | moved _destSize() into "stable API" status | Yann Collet | 2019-04-03 | 1 | -7/+14 |
| | | | | as requested in #642 | ||||
* | updated code documentation | Yann Collet | 2018-10-15 | 1 | -10/+15 |
| | | | | to clarify #589 | ||||
* | changed LZ4_streamDecode member order | Yann Collet | 2018-09-25 | 1 | -10/+10 |
| | | | | to reduce memory usage on 128-bits systems | ||||
* | unpublish static-only function | Yann Collet | 2018-09-13 | 1 | -68/+63 |
| | | | | | | | these functions are now unpublished in dll by default. One needs to opt-in, using macro LZ4_PUBLISH_STATIC_FUNCTIONS. used this opportunity to update a bunch of api comments in lz4.h | ||||
* | updated function interface documentation | Yann Collet | 2018-09-07 | 1 | -38/+67 |
| | |||||
* | updated documentation regarding dictionary compression | Yann Collet | 2018-09-05 | 1 | -3/+3 |
| | | | | | | following suggestion from @stbrumme (#558) Also : bumped version number, regenerated man page and html doc | ||||
* | fixed spelling mistake in lz4_manual | Jack Luo | 2018-07-29 | 1 | -1/+1 |
| | |||||
* | updated API documentation | Yann Collet | 2018-05-03 | 1 | -6/+20 |
| | |||||
* | random lz4f clarifications | Yann Collet | 2018-05-02 | 1 | -16/+38 |
| | | | | | | | | | | | | | | the initial intention was to update lz4f ring buffer strategy, but lz4f doesn't use ring buffer. Instead, it uses the destination buffer as much as possible, and merely copies just what's required to preserve history into its own buffer, at the end. Pretty efficient. This patch just clarifies a few comments and add some assert(). It's built on top of #528. It also updates doc. | ||||
* | ensure favorDecSpeed is properly initialized | Yann Collet | 2018-04-27 | 1 | -5/+7 |
| | | | | | | | also : - fix a potential malloc error - proper use of ALLOC macro inside lz4hc - update html API doc | ||||
* | compatibility with gcc-4.4 string.h version | Cyan4973 | 2018-04-13 | 1 | -22/+72 |
| | | | | | | | Someone found it would be a great idea to define there a global variable under the very generic name "index". Cause problem with shadow warnings, so no variable can be named "index" now ... Also : automatically update API manual | ||||
* | bumped version number to v1.8.2 | Yann Collet | 2018-02-26 | 1 | -2/+2 |
| | | | | updated NEWS was current progresses | ||||
* | update code comment on LZ4 streaming interface | Yann Collet | 2018-02-26 | 1 | -10/+11 |
| | | | | | notably regarding LZ4_saveDict() speed advantage, answering #477. | ||||
* | update API doc regarding double-buffer strategy | Yann Collet | 2018-02-18 | 1 | -1/+3 |
| | | | | answering question #473 | ||||
* | fixed code comment as detected in #466 | Yann Collet | 2018-02-07 | 1 | -32/+33 |
| | | | | | Also clarified a few API code comments and updated associated html documentation | ||||
* | refactored frameCompress example | Yann Collet | 2018-01-31 | 1 | -2/+2 |
| | | | | to better reflect LZ4F API usage. | ||||
* | nicer console message for `make clean` | Yann Collet | 2018-01-14 | 1 | -2/+2 |
| | |||||
* | API : changed a few variables' names for clarity | Yann Collet | 2017-11-20 | 1 | -43/+43 |
| | | | | | updated relevant doc. This patch has no impact on ABI/API, nor on binary generation. | ||||
* | 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 | ||||
* | fixed gcc prototype warning | Yann Collet | 2017-08-10 | 1 | -4/+0 |
| | |||||
* | dictionary compression correctly uses compression level | Yann Collet | 2017-08-10 | 1 | -16/+20 |
| | | | | Not obvious : copying the state was copying cdict's compression level | ||||
* | implemented dictionary compression in lz4frame | Yann Collet | 2017-08-09 | 1 | -1/+1 |
| | | | | | note : only compression API is implemented and tested still to do : decompression API | ||||
* | bumped version number to 1.8.0 | Yann Collet | 2017-05-10 | 1 | -2/+2 |
| | | | | | due to addition of prototype LZ4F_resetDecompressionContext() | ||||
* | updated Makefile | Yann Collet | 2017-05-10 | 1 | -9/+9 |
| | | | | | to automatically build manual files with make all | ||||
* | 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 |