summaryrefslogtreecommitdiffstats
path: root/lib/lz4frame.c
Commit message (Expand)AuthorAgeFilesLines
* Don't reuse state memory that's too small.Eddy Jansson2021-07-311-1/+13
* fix UB lz4:988 and lz4:1178Yann Collet2021-05-281-0/+2
* fix UB of lz4frame:907Yann Collet2021-05-281-56/+63
* minor : lz4frame include stdlib only if neededYann Collet2020-11-101-1/+1
* LZ4F_decompress requires a valid dctx stateYann Collet2020-11-071-0/+1
* add LZ4F_decompress() tests with (NULL,0) input and outputYann Collet2020-10-021-32/+52
* make scan-build accept assert()Yann Collet2020-10-011-6/+9
* added memcpy() related SA warning fixesYann Collet2020-10-011-8/+14
* fix minor static analyzer warningsYann Collet2020-09-301-10/+11
* fixed lz4frame with blocks of size 1Yann Collet2020-09-171-1/+4
* Clarifies and fix EndMarkYann Collet2020-08-131-3/+5
* fix LZ4F_compressBound when automatic flushing is enabledChristopher Harvie2020-05-141-0/+3
* [lz4frame] Fix unused variable warnings in fuzzing modeNick Terrell2019-07-191-0/+9
* [lz4frame] Skip magic and checksums in fuzzing modeNick Terrell2019-07-191-0/+12
* fix temporary buffer use when input size hint is respectedNiko Dzhus2019-05-241-1/+1
* Add multiframe report to --list commandgstedman2019-05-151-2/+2
* Include block checksum in worst case scenario calculation of dstCapacityBrenden Eng2019-04-261-0/+1
* lz4frame: initializers compatibility with C++Yann Collet2019-04-191-3/+5
* ensure consistent definition and usage of FREEMEMYann Collet2019-04-161-4/+4
* Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2019-04-131-12/+12
|\
| * fixed minor Visual warningsYann Collet2019-04-121-12/+12
* | fixed incorrect assertion conditionYann Collet2019-04-131-1/+1
|/
* made LZ4F_getHeaderSize() publicYann Collet2019-04-101-42/+48
* modified LZ4_initStreamHC() to look like LZ4_initStream()Yann Collet2019-04-091-1/+2
* created LZ4_initStream()Yann Collet2019-04-051-2/+2
* created LZ4_initStreamHC()Yann Collet2019-04-051-57/+69
* fixed an old bug in LZ4F_flush()Yann Collet2019-04-031-47/+67
* Make LZ4F_getBlockSize public and publis in experimental sectionTim Zakian2019-01-091-8/+7
* [amalgamation] lz4frame.cBing Xu2018-11-261-0/+7
* fixed #589Yann Collet2018-10-091-1/+5
* added a test for LZ4F_compressEnd()Yann Collet2018-10-091-11/+14
* fixed improper hintYann Collet2018-09-281-3/+5
* fixed minor cppcheck warnings in libYann Collet2018-09-181-7/+7
* avoid final trailing comma for enum listsYann Collet2018-09-131-5/+5
* Fixed bugs about incorrect acceleration calculation and benchmarking negative...Jennifer Liu2018-06-271-2/+2
* small extDict : fixed side-effectYann Collet2018-05-061-0/+1
* fixed frametest errorYann Collet2018-05-061-0/+1
* Merge pull request #529 from felixhandte/lz4f-fast-reset-for-streaming-onlyYann Collet2018-05-031-5/+14
|\
| * Only Reset the LZ4 Stream when Init'ing a Streaming BlockW. Felix Handte2018-05-031-5/+14
* | random lz4f clarificationsYann Collet2018-05-021-29/+47
|/
* Merge pull request #520 from felixhandte/frame-dict-nitsYann Collet2018-04-271-7/+14
|\
| * Avoid Possibly Redundant Table Clears When Loading HC DictW. Felix Handte2018-04-271-1/+1
| * Remove Redundant LZ4_resetStream() CallW. Felix Handte2018-04-271-2/+1
| * Rename LZ4F_applyCDict() -> LZ4F_initStream()W. Felix Handte2018-04-271-4/+12
* | Merge pull request #519 from lz4/fdParserYann Collet2018-04-271-0/+3
|\ \ | |/ |/|
| * fixed a number of minor cast warningsYann Collet2018-04-271-1/+1
| * fasterDecSpeed can be triggered from cli with --favor-decSpeedYann Collet2018-04-261-1/+1
| * favorDecSpeed feature can be triggered from lz4frameYann Collet2018-04-261-0/+3
* | Limit Dictionary Size During LZ4F DecompressionW. Felix Handte2018-04-261-4/+21
|/
* Change Over Includes in the ProjectW. Felix Handte2018-04-241-1/+2