- 1c847e2 Add description for ZSTD_decompressStream and ZSTD_initDStream by Konstantin Gribov · 3 years, 1 month 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
- 02ef78b Merge pull request #3184 from htnhan/features/list_verbose_to_show_dictionary_id by Felix Handte · 3 years, 2 months ago
- d7eb829 Detect multiple dictIDs in one file by htnhan · 3 years, 2 months ago
- cc8c984 zstd -lv <file> to show dictID by htnhan · 3 years, 2 months ago
- 3ef92cf Merge pull request #3180 from nocnokneo/MSVCBuildTests by Elliot Gorokhovsky · 3 years, 2 months ago
- cd9d0a7 Fix ZSTD_BUILD_TESTS=ON build with MSVC by Taylor Braun-Jones · 3 years, 2 months ago
- 5d2fb42 Merge pull request #3179 from embg/1.5.3_bump by Elliot Gorokhovsky · 3 years, 2 months ago
- bb3839a make -C programs zstd.1 by Elliot Gorokhovsky · 3 years, 2 months ago
- 5c382bf 1.5.3 version bump by Elliot Gorokhovsky · 3 years, 2 months ago
- e9d6fc8 Merge pull request #3177 from embg/dms_prefetch2 by Elliot Gorokhovsky · 3 years, 3 months ago
- cb9e341 Nits by Elliot Gorokhovsky · 3 years, 3 months ago
- bb4a3c7 Update README.md for fuzzers (#3174) by Elliot Gorokhovsky · 3 years, 3 months ago
- 747e06f Add tests by Elliot Gorokhovsky · 3 years, 3 months ago
- 6bd5ac6 add prefetchCDictTables to largeNbDicts by Elliot Gorokhovsky · 3 years, 3 months ago
- 93b89fb Add docs by Elliot Gorokhovsky · 3 years, 3 months ago
- 2a12811 Add prefetchCDictTables CCtxParam by Elliot Gorokhovsky · 3 years, 3 months ago
- f5c4ec4 Merge pull request #3175 from facebook/fix3169 by Yann Collet · 3 years, 3 months ago
- 91aeade Streaming decompression can detect incorrect header ID sooner by Yann Collet · 3 years, 3 months ago
- f6ef143 "Short cache" optimization for level 1-4 DMS (+5-30% compression speed) (#3152) by Elliot Gorokhovsky · 3 years, 3 months ago
- eb842a2 Merge pull request #3170 from facebook/mesongnu99 by Yann Collet · 3 years, 3 months ago
- 15f3605 removed gnu99 statement from meson recipe by Yann Collet · 3 years, 3 months ago
- 3367e6d Merge pull request #3167 from facebook/cmake_std by Yann Collet · 3 years, 3 months ago
- eceecc5 removed explicit compilation standard from cmake script by Yann Collet · 3 years, 3 months ago
- f15dd64 Merge pull request #3166 from facebook/warning_clockt by Yann Collet · 3 years, 3 months ago
- 574ecbb display a warning message when using C90 clock_t for MT speed measurements. by Yann Collet · 3 years, 3 months ago
- b33ef91 updated documentation regarding build systems by Yann Collet · 3 years, 3 months ago
- b7b7edb Merge pull request #3161 from embg/largeNbDictsImprovements by Elliot Gorokhovsky · 3 years, 3 months ago
- 2436405 fix typo by Elliot Gorokhovsky · 3 years, 3 months ago
- 2bbdc9f Fix FILE handle leak by Elliot Gorokhovsky · 3 years, 3 months ago
- f7ebbcd Support advanced API so forceCopy/forceAttach works properly by Elliot Gorokhovsky · 3 years, 3 months ago
- e0c4863 largeNbDicts bugfix + improvements by Elliot Gorokhovsky · 3 years, 3 months ago
- b944db0 Merge pull request #3160 from danlark1/patch-1 by Elliot Gorokhovsky · 3 years, 3 months ago
- 05f3f41 Fix big endian ARM NEON path by Daniel Kutenin · 3 years, 3 months ago
- 3b1bd91 Merge pull request #3141 from JunHe77/seqDec by Nick Terrell · 3 years, 3 months ago
- 3b915cd Merge pull request #3145 from JunHe77/wildcopy by Nick Terrell · 3 years, 3 months ago
- f313a77 Merge pull request #3157 from embg/huge_dict_bugfix by Elliot Gorokhovsky · 3 years, 3 months ago
- 31bd640 Bugfix for huge dictionaries by Elliot Gorokhovsky · 3 years, 3 months ago
- 27bf96e updated --single-thread man by Yann Collet · 3 years, 3 months ago
- 802ad77 Merge pull request #3154 from terrelln/rsyncable-speed-fix by Nick Terrell · 3 years, 3 months ago
- 7c05b9a Remove expensive assert in --rsyncable hot loop by Nick Terrell · 3 years, 3 months ago
- 9f346db Merge pull request #3147 from animalize/dev by Nick Terrell · 3 years, 3 months ago
- b06d10a Merge pull request #3148 from ihsinme/patch-1 by Yann Collet · 3 years, 3 months ago
- 2491c65 dec: adjust seqSymbol load on aarch64 by Jun He · 3 years, 4 months ago
- 5081ccb Update zstd_compress.c by ihsinme · 3 years, 3 months ago
- 95073b1 fix leaking thread handles on Windows by Ma Lin · 3 years, 3 months ago
- d7249da common: apply two stage copy to aarch64 by Jun He · 3 years, 4 months ago
- 9a5e73c Merge pull request #3143 from facebook/fixdoc_3142 by Yann Collet · 3 years, 4 months ago
- 1c8a697 Merge pull request #3139 from danlark1/dev by Nick Terrell · 3 years, 4 months ago
- f33ccd2 fix small error in format documentation example by Yann Collet · 3 years, 4 months ago
- 9166c6a Again unused error warning. Fixed by Danila Kutenin · 3 years, 4 months ago
- 6b561d2 Move NEON version to a separate function and fix indentation by Danila Kutenin · 3 years, 4 months ago
- 778f639 Disable unused variable warning by Danila Kutenin · 3 years, 4 months ago
- e11783b [lazy] Optimize ZSTD_row_getMatchMask for level 8-10 by Danila Kutenin · 3 years, 4 months ago
- fda537b Merge pull request #3135 from averred/dev by Yann Collet · 3 years, 4 months ago
- 14894d6 Typo in man by Talha Khan · 3 years, 4 months ago
- f349d18 Merge pull request #3127 from embg/repcode_history by Elliot Gorokhovsky · 3 years, 4 months ago
- 3620a0a Nits by Elliot Gorokhovsky · 3 years, 4 months ago
- 8af64f4 Merge pull request #3129 from felixhandte/zstd-fast-nodict-unconditional-ip1-table-write by Felix Handte · 3 years, 4 months ago
- 1bc8019 Update results.csv by W. Felix Handte · 3 years, 4 months ago
- 1dd046a Fix Comments Slightly by W. Felix Handte · 3 years, 4 months ago
- cd1f582 Hoist Hash Table Writes Up into Each Match Found Block by W. Felix Handte · 3 years, 4 months ago
- 040986a ZSTD_fast_noDict: Minimize Checks When Writing Hash Table for ip1 by W. Felix Handte · 3 years, 4 months ago
- 22875ec Nits by Elliot Gorokhovsky · 3 years, 4 months ago
- 97aabc4 Correct and clarify repcode offset history logic by Elliot Gorokhovsky · 3 years, 4 months ago
- 8bf32de Merge pull request #3126 from embg/fix_freebsd_ci by Elliot Gorokhovsky · 3 years, 4 months ago
- 83049cb Unbreak FreeBSD CI by Elliot Gorokhovsky · 3 years, 4 months ago
- 7915c11 Merge pull request #3114 from embg/fast_extdict_pipeline2 by Elliot Gorokhovsky · 3 years, 4 months ago
- 3be9a81 Update results.csv by Elliot Gorokhovsky · 3 years, 4 months ago
- ea763f3 Merge pull request #3122 from eli-schwartz/betterlinkage by Yann Collet · 3 years, 4 months ago
- 6548ec7 meson: for internal linkage, link to both libzstd and a static copy of it by Eli Schwartz · 3 years, 5 months ago
- 8d522b8 meson: avoid rebuilding some libzstd sources in the programs by Eli Schwartz · 4 years, 1 month ago
- df6eefb meson: avoid rebuilding some libzstd files in the test programs by Eli Schwartz · 4 years, 1 month ago
- ac371be Remove hasStep variant (not enough wins to justify the code size increase) by Elliot Gorokhovsky · 3 years, 5 months ago
- ce6b69f Final nit by Elliot Gorokhovsky · 3 years, 5 months ago
- 6a2e1f7 Revert "Hardcode repcode safety check, fix cosmetic nits" by Elliot Gorokhovsky · 3 years, 5 months ago
- 518cb83 Hardcode repcode safety check, fix cosmetic nits by Elliot Gorokhovsky · 3 years, 5 months ago
- 86bd977 Merge pull request #3117 from cuishuang/dev by Yann Collet · 3 years, 5 months ago
- 0579679 fix some typos by cuishuang · 3 years, 5 months ago