summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add note about RC_INVOKEDTakayuki Matsuoka2022-08-121-0/+13
* Suppress warning from rc.exeTakayuki Matsuoka2022-08-121-0/+4
* Suppress false positive warning from MSVCTakayuki Matsuoka2022-08-121-0/+7
* faster CLI decompression speed for frames with -BD4 settingYann Collet2022-08-121-16/+22
* updated documentation in anticipation for `v1.9.4` releaseYann Collet2022-08-111-13/+13
* Add short description of LZ4_FREESTANDING and _DISABLE_MEMORY_ALLOCATIONTakayuki Matsuoka2022-08-111-0/+12
* Fix document for LZ4_STATIC_LINKING_ONLY_DISABLE_MEMORY_ALLOCATION in lz4.cTakayuki Matsuoka2022-08-111-1/+6
* Merge pull request #1129 from t-mat/disable-memory-alloc-add-docYann Collet2022-08-102-0/+15
|\
| * Fix: Disable prototypes in header fileTakayuki Matsuoka2022-08-061-0/+4
| * Add: Doxygen comment for LZ4_STATIC_LINKING_ONLY_DISABLE_MEMORY_ALLOCATIONTakayuki Matsuoka2022-08-061-0/+11
* | Add short document of LZ4_FREESTANDING to lz4.hTakayuki Matsuoka2022-08-101-4/+11
* | Fix: Disable LZ4HC correspond functions when LZ4_STATIC_LINKING_ONLY_DISABLE_...Takayuki Matsuoka2022-08-072-1/+5
* | Add LZ4_FREESTANDINGTakayuki Matsuoka2022-08-072-1/+26
|/
* Merge pull request #1124 from t-mat/compile-time-purge-memalloc-funcYann Collet2022-08-052-1/+15
|\
| * Fix : Internal memory allocation macro namesTakayuki Matsuoka2022-07-311-6/+3
| * Introduce LZ4_STATIC_LINKING_ONLY_DISABLE_MEMORY_ALLOCATIONTakayuki Matsuoka2022-07-312-1/+18
* | simplify read_variable_length()Yann Collet2022-08-031-26/+24
* | refactor read_variable_length()Yann Collet2022-08-021-19/+29
* | remove support of decompress_fast*() from decompress_generic()Yann Collet2022-08-021-92/+43
* | introduce LZ4_decompress_unsafe_generic()Yann Collet2022-08-021-18/+158
* | fix: various typosDominique Pelle2022-07-313-3/+3
* | New macro for memcpy, memmove and memsetTakayuki Matsuoka2022-07-312-13/+26
|/
* can select validation of CRC during benchmarkYann Collet2022-07-291-4/+4
* added ability to skip checksum calculation when decoding LZ4 FramesYann Collet2022-07-292-11/+21
* implement decoder-only benchmark modeYann Collet2022-07-292-7/+7
* minor refactorYann Collet2022-07-292-37/+53
* Merge pull request #1115 from lz4/lz4f_customMemYann Collet2022-07-162-91/+201
|\
| * implemented LZ4F_createCDict_advanced()Yann Collet2022-07-132-40/+55
| * implemented LZ4F_createDecompressionContext_advanced()Yann Collet2022-07-132-17/+30
| * Merge branch 'dev' into lz4f_customMemYann Collet2022-07-132-6/+11
| |\
| * | implemented first custom memory manager interfaceYann Collet2022-07-132-81/+139
| * | declare experimental prototype for LZ4F custom Memory managerYann Collet2022-07-131-0/+23
* | | support skippable frames within pipeYann Collet2022-07-152-2/+2
| |/ |/|
* | fix stricter enum type requirements for C++Yann Collet2022-07-131-4/+4
* | minor : proper interface for LZ4F_getBlockSize()Yann Collet2022-07-132-2/+6
|/
* removed ->dictBase from lz4hc stateYann Collet2022-07-132-27/+34
* removed ->base from lz4hc stateYann Collet2022-07-132-67/+68
* Re-organize state's internal to be more compactYann Collet2022-07-131-4/+5
* minor : specify min versions for library version identifiersYann Collet2022-07-122-45/+26
* clarify static sizes of states for static allocationYann Collet2022-07-124-72/+33
* Merge pull request #1104 from jonrumsey/os400-build-fixYann Collet2022-07-112-3/+47
|\
| * Change definitions of LZ4_STREAMSIZE, LZ4_STREAMDECODESIZE and LZ4_STREAMHCSI...jonrumsey2022-07-112-3/+47
* | minor refactor : simplify LZ4F_makeBlockYann Collet2022-07-111-27/+20
|/
* Merge pull request #1094 from alexmohr/add-uncompressed-apiYann Collet2022-07-052-19/+122
|\
| * review: fix findingsAlexander Mohr2022-07-052-13/+1
| * uncompressed-api: allow uncompressed_update only for independent blocksAlexander Mohr2022-07-055-151/+84
| * lz4frame: correct start and size after flushAlexander Mohr2022-07-041-1/+4
| * meson: fix meson buildAlexander Mohr2022-06-111-1/+1
| * dict-size: make lz4 context constAlexander Mohr2022-06-114-6/+6
| * lz4frame: fix different linkage errorAlexander Mohr2022-06-111-1/+1