- b87f310 Only run playTests.sh cmake test if in unix shell environment. by Nathan Moinvaziri · 2 years, 11 months ago
- 9abecfb replaced Zstandard by zstd in man page by Yann Collet · 2 years, 11 months ago
- b63854b Merge pull request #3281 from ilyakurdyukov/patch-1 by Yann Collet · 3 years ago
- 2bd70ef zstd-pgo: also clean zstd binary from objects by Ilya Kurdyukov · 3 years ago
- 2ffcb2d fixed zstd-pgo target for GCC by Ilya Kurdyukov · 3 years ago
- 33273e1 Merge pull request #3277 from felixhandte/ossf-scorecard by Felix Handte · 3 years ago
- de9a450 Restrict from Running on Forks by W. Felix Handte · 3 years ago
- 79729f8 Create scorecards.yml by Felix Handte · 3 years ago
- 096dccb Merge pull request #3273 from MaskRay/deprecated by Yann Collet · 3 years ago
- 5635827 Move ZSTD_DEPRECATED before ZSTDLIB_API/ZSTDLIB_STATIC_API by Fangrui Song · 3 years ago
- 43962d7 Merge pull request #3267 from Tachi107/pkg-config-ci by Yann Collet · 3 years ago
- e007d65 Merge pull request #3274 from facebook/copycctx by Yann Collet · 3 years ago
- 434ffe9 minor: refactor publication of ZSTD_copyCCtx() by Yann Collet · 3 years ago
- 21bd8c3 Removed unused variable (#3272) by Yonatan Komornik · 3 years ago
- 3587877 Fix for `zstd` CLI accepts bogus values for numeric parameters (#3268) by ctkhanhly · 3 years ago
- 966ac9d ci: test pkg-config file by Andrea Pappacoda · 3 years ago
- 1c04514 Merge pull request #3252 from Tachi107/build-cmake-pkg-config-always by Yann Collet · 3 years ago
- 369d63b Merge pull request #3265 from DimitriPapadopoulos/actions by Yann Collet · 3 years ago
- b1b1e3a Update GitHub Actions by Dimitri Papadopoulos · 3 years ago
- 97c23cf Merge pull request #3199 from JunHe77/comp by Yann Collet · 3 years ago
- e9e8875 Merge pull request #3245 from haampie/fix/SED_ERE_OPT by Yann Collet · 3 years ago
- f7251f8 Merge pull request #3247 from haampie/fix/grep by Yann Collet · 3 years ago
- ad13c4a Merge pull request #3264 from sashashura/patch-1 by Yann Collet · 3 years ago
- 091917a build: harden GitHub Workflow permissions by Alex · 3 years ago
- ce52acd compress:check more bytes to reduce ZSTD_count call by Jun He · 3 years, 3 months ago
- cb6dc32 Merge pull request #3263 from daniellerozenblit/null-buffer-decompress by daniellerozenblit · 3 years ago
- 8bb833b Merge branch 'null-buffer-decompress' of github.com:daniellerozenblit/zstd into null-buffer-decompress by Danielle Rozenblit · 3 years ago
- e46b12e fix indentation by Danielle Rozenblit · 3 years ago
- 484b9d6 Merge pull request #3256 from facebook/clean by Yann Collet · 3 years ago
- 5129b4a simplify clean target maintenance within programs/ by Yann Collet · 3 years ago
- f59f797 Merge branch 'facebook:dev' into null-buffer-decompress by daniellerozenblit · 3 years ago
- a1d8942 fuzzer error fix by Danielle Rozenblit · 3 years ago
- 361b7bd Merge branch 'dev' into clean by Yann Collet · 3 years ago
- 74ece50 Merge pull request #3262 from daniellerozenblit/sequence-bound by daniellerozenblit · 3 years ago
- 1613caf use ZSTD_sequenceBound in seqBench by Danielle Rozenblit · 3 years ago
- 88b49e9 Merge branch 'facebook:dev' into sequence-bound by daniellerozenblit · 3 years ago
- 39ab02a Merge pull request #3257 from embg/seqBench2 by Elliot Gorokhovsky · 3 years ago
- aa82998 add sequence bound function by Danielle Rozenblit · 3 years ago
- 6600a05 Merge pull request #3259 from DimitriPapadopoulos/codespell by Elliot Gorokhovsky · 3 years ago
- c26aa5d Merge pull request #3258 from daniellerozenblit/null-buffer-decompress by daniellerozenblit · 3 years ago
- a06e953 some additional comments, remove apt-get from clang jobs, better test titles by Danielle Rozenblit · 3 years ago
- 0015308 Fix typos found by codespell by Dimitri Papadopoulos · 3 years ago
- 3d7f9a9 skip flush operation in case where op is NULL by Danielle Rozenblit · 3 years ago
- f3ddaad ternary operator instead of if statement by Danielle Rozenblit · 3 years ago
- cf255cc remove 32-bit ubsan clang test (bug in clang that produces an error) by Danielle Rozenblit · 3 years ago
- 61c79bf Benchmark program for sequence compression API by Elliot Gorokhovsky · 3 years ago
- 66ed3df add clang jobs for ubsan in github workflow by Danielle Rozenblit · 3 years ago
- 0288427 fix zero offset to nullpointer errors by Danielle Rozenblit · 3 years ago
- c0b4673 streamline `make clean` list maintenance by Yann Collet · 3 years ago
- fe22e8c revert change by Danielle Rozenblit · 3 years ago
- ca78d10 do not recover pointer overflow for testing by Danielle Rozenblit · 3 years ago
- bc7492c added zstreamtest_ubsan to make file + added ubsan zstreamtest job for CI tests by Danielle Rozenblit · 3 years ago
- 282a955 added test that exposes zero offset to null pointer error when built with clang by Danielle Rozenblit · 3 years ago
- 4a6783b remove zstream_ubsan from git and add to gitignore by Danielle Rozenblit · 3 years ago
- 69022ad null decompress buffer test and ubsan flag added by Danielle Rozenblit · 3 years ago
- a0b09d0 build(cmake): improve pkg-config generation by Andrea Pappacoda · 3 years ago
- efef80b Fix make variable by Harmen Stoppels · 3 years, 1 month ago
- ae5f273 drop -E flag in sed by Harmen Stoppels · 3 years, 1 month ago
- 155d6a5 Merge pull request #3241 from wahern/wahern-combine-sh-faster by Yann Collet · 3 years, 1 month ago
- ef60302 Merge pull request #3230 from grossws/fix3229-docs by Elliot Gorokhovsky · 3 years, 1 month ago
- 3b4e470 Document pass-through behavior (#3242) by Chris Burgess · 3 years, 1 month ago
- 60fcc36 escape glob pattern special characters in subject string before generating search patterns in combine.sh list_has_item by William Ahern · 3 years, 1 month ago
- cca3544 restore combine.sh bash performance while still sticking to POSIX by William Ahern · 3 years, 1 month ago
- 1b249cf Merge pull request #3235 from facebook/docTraining by Yann Collet · 3 years, 1 month ago
- 1c847e2 Add description for ZSTD_decompressStream and ZSTD_initDStream by Konstantin Gribov · 3 years, 1 month ago
- 3f7a1b1 added a few documentation words about dictionary training by Yann Collet · 3 years, 1 month ago
- 03cc84f Add explicit --pass-through flag and default to enabled for *cat (#3223) by Nick Terrell · 3 years, 1 month ago
- d0dcc9d fix issue #3144 (#3226) by zengyijing · 3 years, 1 month ago
- e818fa8 Merge pull request #3232 from facebook/fileiotypes_nomemh by Yann Collet · 3 years, 1 month ago
- 9e90b18 Merge pull request #3231 from facebook/fileio_missingInclude by Yann Collet · 3 years, 1 month ago
- 3dfcafa fileio_types.h : avoid dependency on mem.h by Yann Collet · 3 years, 1 month ago
- a925362 minor : fixed missing include by Yann Collet · 3 years, 1 month ago
- a70ca2b Fix off-by-one error in superblock mode (#3221) by Nick Terrell · 3 years, 1 month ago
- 7e6278a Merge pull request #3196 from mileshu/dev by Felix Handte · 3 years, 1 month ago
- 201f2e3 Merge branch 'dev' of https://github.com/mileshu/zstd into dev by Miles Hu · 3 years, 1 month ago
- c450f9f [T124890272] Mark 2 Obsolete Functions(ZSTD_copy*Ctx) Deprecated in Zstd by Miles HU · 3 years, 2 months ago
- 0f4fd28 Deprecate ZSTD_getDecompressedSize() (#3225) by Nick Terrell · 3 years, 1 month ago
- 28ceb63 Merge pull request #3220 from embg/issue3200 by Elliot Gorokhovsky · 3 years, 1 month ago
- 1b445c1 Fix hash4Ptr for big endian (#3227) by Qiongsi Wu · 3 years, 1 month ago
- ae46704 stdin multiple file fixes (#3222) by Yonatan Komornik · 3 years, 1 month ago
- f9f27de Disallow empty output directory by Elliot Gorokhovsky · 3 years, 1 month ago
- d4a5bc4 Add warning when multi-thread decompression is requested (#3208) by Tom Wang · 3 years, 1 month ago
- 2b9fde9 Fix small file passthrough (#3215) by Chris Burgess · 3 years, 1 month ago
- 1e09cff zlibWrapper: Update for zlib 1.2.12 (#3217) by orbea · 3 years, 1 month ago
- b1bbb0e [AIX] Fix Compiler Flags and Bugs on AIX to Pass All Tests (#3219) by Qiongsi Wu · 3 years, 1 month ago
- e1873ad Fix buffer underflow for null dir1 by Elliot Gorokhovsky · 3 years, 1 month ago
- ec5fdcd lib: add hint to generate more pipeline friendly code (#3138) by Jun He · 3 years, 1 month ago
- 558cf20 decomp: add prefetch for matched seq on aarch64 (#3164) by Jun He · 3 years, 1 month ago
- 85d6330 Add transparency and optimize logo (#3218) by Mathew R Gordon · 3 years, 1 month ago
- e5db7c9 Merge pull request #3197 from embg/docstring_clarify by Elliot Gorokhovsky · 3 years, 2 months ago
- bef1d9a Merge pull request #3209 from zhuhan0/dev by Elliot Gorokhovsky · 3 years, 2 months ago
- 6255f99 [largeNbDicts] Second try at fixing decompression segfault to always create compressInstructions by Han Zhu · 3 years, 2 months ago
- 466e13f Merge pull request #3205 from zhuhan0/dev by Elliot Gorokhovsky · 3 years, 2 months ago
- d993a28 [largeNbDicts] Add an option to print out median speed by Han Zhu · 3 years, 2 months ago
- b550f9b [largeNbDicts] Print more metrics into csv file by Han Zhu · 3 years, 2 months ago
- d0c88af [largeNbDicts] Fix decompression segfault in createCompressInstructions by Han Zhu · 3 years, 2 months ago
- 43f21a6 Intial commit to address 3090. Added support to decompress empty block. (#3118) by udayanbapat · 3 years, 2 months ago
- 6d75b36 Clarify -B docstring by Elliot Gorokhovsky · 3 years, 2 months ago
- 6b233d5 [T124890272] Mark 2 Obsolete Functions(ZSTD_copy*Ctx) Deprecated in Zstd by Miles HU · 3 years, 2 months ago
- a5655e4 Revert "T119975957" by Miles HU · 3 years, 2 months ago