aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2024-03-21Merge pull request #3977 from facebook/doc_advancedYann Collet
2024-03-21Fix & fuzz ZSTD_generateSequencesNick Terrell
2024-03-20Fuzzing and bugfixes for magicless-format decoding (#3976)Elliot Gorokhovsky
2024-03-18fix ZSTD_TARGETCBLOCKSIZE_MIN testYann Collet
2024-03-18fix typoYann Collet
2024-03-18add doc on CCtx UB stateYann Collet
2024-03-18add a paragraph on UB DCtx state after errorYann Collet
2024-03-18update targetCBlockSize documentationYann Collet
2024-03-18Implement one-shot fallback for magicless format (#3971)Elliot Gorokhovsky
2024-03-15Merge pull request #3969 from facebook/v156_prepYann Collet
2024-03-15Merge pull request #3966 from facebook/debug_lineNumberYann Collet
2024-03-14updated version to v1.5.6Yann Collet
2024-03-14Remove duplicate and incorrect docs in zstd_decompress.c (#3967)Elliot Gorokhovsky
2024-03-14add line number to debug tracesYann Collet
2024-03-14Merge pull request #3964 from felixhandte/promote-tgt-c-blk-size-to-stableFelix Handte
2024-03-13Merge pull request #3962 from facebook/cover_lessIncludesYann Collet
2024-03-13Promote `ZSTD_c_targetCBlockSize` Parameter to Stable APIW. Felix Handte
2024-03-13[asm][aarch64] Mark that BTI and PAC are supportedNick Terrell
2024-03-13reduce the amount of includes in "cover.h"Yann Collet
2024-03-13[cpu] Backport fix for rbx clobbering on Windows with ClangNick Terrell
2024-03-12Updates `ZSTD_RowFindBestMatch` comment (#3947)Yonatan Komornik
2024-03-12Exercise ZSTD_findDecompressedSize() in the simple decompression fuzzer (#3959)Elliot Gorokhovsky
2024-03-12Merge pull request #3933 from facebook/fix3819Yann Collet
2024-03-12Merge pull request #3936 from facebook/debug5Yann Collet
2024-03-12Merge pull request #3937 from facebook/offset0Yann Collet
2024-03-12chore: fix some typos (#3949)acceptacross
2024-03-12Use ZSTD_LEGACY_SUPPORT=5 in make test (#3943)Elliot Gorokhovsky
2024-03-09Merge pull request #3860 from likema/fix-xxhash-aix-51Yann Collet
2024-03-08new method to deal with offset==0Yann Collet
2024-03-08minor: fix incorrect debug levelYann Collet
2024-03-07prevent XXH64 from being autovectorized by XXH512 by defaultYann Collet
2024-03-05Merge pull request #3840 from aimuz/fix-reservedYann Collet
2024-03-03Merge pull request #3753 from facebook/make2Yann Collet
2024-02-26sizeBlockSequences() also tracks uncompressed sizeYann Collet
2024-02-26minor refactor for clarityYann Collet
2024-02-26optimization: bail out faster in presence of incompressible dataYann Collet
2024-02-26nit: comment indentationYann Collet
2024-02-26minor: reformulate nbSubBlocks assignmentYann Collet
2024-02-26fix extraneous semicolon ';'Yann Collet
2024-02-25fix minor visual static analyzer warningYann Collet
2024-02-25targetCBlockSize: modified splitting strategy to generate blocks of more regu...Yann Collet
2024-02-24reduced minimum compressed block sizeYann Collet
2024-02-24update API documentationYann Collet
2024-02-24fix partial block uncompressedYann Collet
2024-02-23fixed some regressionTestsYann Collet
2024-02-23minor: fix overly cautious conversion warningYann Collet
2024-02-23fix long sequences (> 64 KB)Yann Collet
2024-02-23fix issue with incompressible sectionsYann Collet
2024-02-23speed optimized version of targetCBlockSizeYann Collet
2024-02-22Merge pull request #3903 from gruenich/feature/reduce-scope-of-variablesYann Collet