aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-02refactor read_variable_length()Yann Collet
2022-08-02remove support of decompress_fast*() from decompress_generic()Yann Collet
2022-08-02introduce LZ4_decompress_unsafe_generic()Yann Collet
2022-08-01Fix : Internal memory allocation macro namesTakayuki Matsuoka
2022-07-31Merge pull request #1125 from dpelle/fix-typosYann Collet
2022-07-31fix: various typosDominique Pelle
2022-07-31Merge pull request #1123 from t-mat/memfunc-macrosYann Collet
2022-07-31updated LZ4 Block Format documentationYann Collet
2022-07-31Introduce LZ4_STATIC_LINKING_ONLY_DISABLE_MEMORY_ALLOCATIONTakayuki Matsuoka
2022-07-31New macro for memcpy, memmove and memsetTakayuki Matsuoka
2022-07-30Merge pull request #1122 from lz4/skipCrcYann Collet
2022-07-29fixed minor pedantic warningYann Collet
2022-07-29extend disabling checksum validation to normal lz4 CLI decompressionYann Collet
2022-07-29added options.skipChecksums to local fuzzer testYann Collet
2022-07-29introduced new `--no-crc` commandYann Collet
2022-07-29can select validation of CRC during benchmarkYann Collet
2022-07-29added ability to skip checksum calculation when decoding LZ4 FramesYann Collet
2022-07-29Merge pull request #1121 from lz4/decBenchYann Collet
2022-07-29implement decoder-only benchmark modeYann Collet
2022-07-29minor refactorYann Collet
2022-07-29updated documentation of bench unitYann Collet
2022-07-29minor : fix conversion warningsYann Collet
2022-07-17Merge pull request #1120 from lz4/test-jYann Collet
2022-07-17add dedicated install testYann Collet
2022-07-17update CI `make test` to employ `-j`Yann Collet
2022-07-17test independence for parallel runYann Collet
2022-07-15Merge pull request #1115 from lz4/lz4f_customMemYann Collet
2022-07-15Merge pull request #1119 from lz4/skipFramesYann Collet
2022-07-15support skippable frames within pipeYann Collet
2022-07-15Merge pull request #1117 from lz4/testConsoleYann Collet
2022-07-15Merge pull request #1118 from lz4/fix_dec-part-dictYann Collet
2022-07-15Merge pull request #1116 from lz4/standardMakeVarsYann Collet
2022-07-15fix decompress-partial-usingDict.cYann Collet
2022-07-15refactor test ensuring that make test does not depend on console statusYann Collet
2022-07-15Test support of Standard Makefile VariablesYann Collet
2022-07-14simplify travis scriptYann Collet
2022-07-14minor update of .github/workflows READMEYann Collet
2022-07-14Merge pull request #1113 from lz4/moreCompilersYann Collet
2022-07-14enable -m32 & -mx32 tests on all version of clang >= 4.0Yann Collet
2022-07-14implemented LZ4F_createCDict_advanced()Yann Collet
2022-07-13tested clang-12 with -m32 & -mx32Yann Collet
2022-07-13implemented LZ4F_createDecompressionContext_advanced()Yann Collet
2022-07-13Merge branch 'dev' into lz4f_customMemYann Collet
2022-07-13implemented first custom memory manager interfaceYann Collet
2022-07-13restore gcc-11 tests for -m32 and -mx32Yann Collet
2022-07-13Merge pull request #1114 from lz4/blockSizeYann Collet
2022-07-13fix stricter enum type requirements for C++Yann Collet
2022-07-13minor : proper interface for LZ4F_getBlockSize()Yann Collet
2022-07-13declare experimental prototype for LZ4F custom Memory managerYann Collet
2022-07-13Merge pull request #1112 from lz4/removeBaseYann Collet