- 44aba64 Revert "Revert "Upgrade zstd to v1.5.5"" by Elliott Hughes · 2 years ago
- 7993493 Revert "Upgrade zstd to v1.5.5" by Evan Witt · 2 years ago
- 649a9c8 seekable_format: Add unit test for multiple decompress calls by Yoni Gilad · 3 years, 6 months ago
- 618bf84 seekable_format: Prevent rereading frame when seeking forward by Yoni Gilad · 3 years, 7 months ago
- cbe0f0e Switch Strategies: Only Set `-std=c++11` When Default is Older by W. Felix Handte · 2 years, 6 months ago
- 1b8bddc [contrib/pzstd] Detect and Select Maximum Available C++ Standard by W. Felix Handte · 2 years, 6 months ago
- dd8cb5a added documentation for the seekable format by Yann Collet · 2 years, 6 months ago
- 1df9f36 Improved seekable format ingestion speed for small frame size by Yann Collet · 2 years, 6 months ago
- cd94860 Also Pin Dockerfile Dependency Hashes by W. Felix Handte · 2 years, 6 months ago
- 6313a58 [linux-kernel] Fix assert definition by Nick Terrell · 2 years, 6 months ago
- c78f434 Fix zstd-dll build missing dependencies (#3496) by Yonatan Komornik · 2 years, 7 months ago
- ff42ed1 Rename "External Matchfinder" to "Block-Level Sequence Producer" (#3484) by Elliot Gorokhovsky · 2 years, 7 months ago
- 4de9d63 minor: fix missing newline character in help page by Yann Collet · 2 years, 7 months ago
- 63042f1 fix 32bit build errors in zstd seekable by Danielle Rozenblit · 2 years, 8 months ago
- 0cc1b0c Delete unused Huffman functions by Nick Terrell · 2 years, 8 months ago
- 2a40262 External matchfinder API (#3333) by Elliot Gorokhovsky · 2 years, 9 months ago
- 40a7188 Fix `make clangbuild` & add CI by Nick Terrell · 2 years, 9 months ago
- 5d693cc Coalesce Almost All Copyright Notices to Standard Phrasing by W. Felix Handte · 2 years, 9 months ago
- 7f12f24 Rewrite Copyright Date Ranges from `-present` to `-2022` by W. Felix Handte · 2 years, 9 months ago
- 36d5c2f Update Copyright Year ('2021' -> 'present') by W. Felix Handte · 2 years, 9 months ago
- 8927f98 Update Copyright Headers 'Facebook' -> 'Meta Platforms' by W. Felix Handte · 2 years, 9 months ago
- e9797b5 [pzstd] Fixes for Windows build by Nick Terrell · 2 years, 9 months ago
- 358a237 [api][visibility] Make the visibility macros more consistent by Nick Terrell · 2 years, 9 months ago
- e2fc933 Merge branch 'dev' into http-to-https by daniellerozenblit · 2 years, 9 months ago
- a78c91a Use proper unaligned access attributes by Alex Xu (Hello71) · 3 years, 10 months ago
- 72845eb Merge pull request #3346 from daniellerozenblit/seekable-format-empty-string by daniellerozenblit · 2 years, 9 months ago
- 4dffc35 Convert references to https from http by Danielle Rozenblit · 2 years, 9 months ago
- e767d5c [contrib][linux-kernel] Fix stack detection for newer gcc by Nick Terrell · 2 years, 9 months ago
- aece0f2 free memory in test case by Danielle Rozenblit · 2 years, 9 months ago
- 6ad71a3 Merge pull request #10 from yhoogstrate/seekable_header_skip by daniellerozenblit · 2 years, 9 months ago
- 43de2aa [contrib][linux] Disable ASM in the kernel by Nick Terrell · 2 years, 11 months ago
- 330558a [contrib][linux] Add zstd_common module by Nick Terrell · 2 years, 11 months ago
- 5c1cdba [contrib][linux-kernel] Generate SPDX license identifiers (#3294) by Miguel Ojeda · 2 years, 11 months ago
- 1613caf use ZSTD_sequenceBound in seqBench by Danielle Rozenblit · 3 years ago
- 39ab02a Merge pull request #3257 from embg/seqBench2 by Elliot Gorokhovsky · 3 years ago
- 0015308 Fix typos found by codespell by Dimitri Papadopoulos · 3 years ago
- 61c79bf Benchmark program for sequence compression API by Elliot Gorokhovsky · 3 years ago
- 6255f99 [largeNbDicts] Second try at fixing decompression segfault to always create compressInstructions by Han Zhu · 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
- 6bd5ac6 add prefetchCDictTables to largeNbDicts 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
- 0579679 fix some typos by cuishuang · 3 years, 5 months ago
- b772f53 Typo and grammar fixes by Dominique Pelle · 3 years, 6 months ago
- 498ac82 [contrib][linux] Make zstd_reset_cstream() functionally identical to ZSTD_resetCStream() by Cyber Knight · 3 years, 6 months ago
- 8ff20c2 [contrib][linux] Use ZSTD_CCtx_setPledgedSrcSize() instead of ZSTD_CCtx_reset() by Cyber Knight · 3 years, 6 months ago
- e470c94 [contrib][linux] Fix a warning in zstd_reset_cstream() by Cyber Knight · 3 years, 6 months ago
- 762898f Bugfix and new features for largeNbDicts benchmark by Elliot Gorokhovsky · 3 years, 7 months ago
- f176529 seekable_format no header when compressing empty string to stream by yhoogstrate · 3 years, 7 months ago
- cc7d23b Merge pull request #2965 from facebook/offbase by Yann Collet · 3 years, 8 months ago
- 70df5de AsyncIO compression part 1 - refactor of existing asyncio code (#3021) by Yonatan Komornik · 3 years, 8 months ago
- 8ea3d57 [build][asm] Pass ASFLAGS to the assembler instead of CFLAGS by Nick Terrell · 3 years, 8 months ago
- 03903f5 fixed minor compression difference in btlazy2 by Yann Collet · 3 years, 9 months ago
- 99923df Add typedefs for 8bit (un)signed by Norbert Lange · 3 years, 9 months ago
- c284569 [asm] Share portability macros and restrict ASM further by Nick Terrell · 3 years, 9 months ago
- a7a469e [contrib][pzstd] Fix build issue with gcc-5 by Nick Terrell · 3 years, 9 months ago
- 7abebc8 Clarify documentation for -c (#2883) by binhdvo · 3 years, 10 months ago
- 92c41c5 Merge pull request #2866 from terrelln/linux-O2 by Nick Terrell · 3 years, 10 months ago
- e2d0186 [linux-kernel] Don't add -O3 to CFLAGS by Nick Terrell · 3 years, 10 months ago
- 19eb459 [linux-kernel] Don't inline function in zstd_opt.c by Nick Terrell · 3 years, 10 months ago
- b10085d [contrib][linux-kernel] Add standard warnings and -Werror to CI by Nick Terrell · 4 years ago
- 32a8443 Merge pull request #2790 from solbjorn/huf-asm-kernel by Nick Terrell · 4 years ago
- 14772d9 Merge pull request #2796 from terrelln/linux-fixes by Nick Terrell · 4 years ago
- 189e87b [lib] Make lib compatible with `-Wfall-through` excepting legacy by Nick Terrell · 4 years ago
- c45b27a [contrib][linux] Add huf_decompress_amd64.o target to Makefile by Alexander Lobakin · 4 years ago
- e6d62bb [contrib][linux] Fix build with CONFIG_WERROR by Alexander Lobakin · 4 years ago
- 1d8143c Move block splitter from stack to CCtx by senhuang42 · 4 years ago
- 162491f [contrib][linux] Reduce stack usage by 80 bytes by Nick Terrell · 4 years ago
- 4d347a9 [contrib][linux] Fix up SPDX license identifiers by Nick Terrell · 4 years ago
- a5f2c45 Huffman ASM by Nick Terrell · 4 years ago
- 8bf699a [build] Add support for ASM files in Make + CMake by Nick Terrell · 4 years ago
- 7e429f6 [trace] remove zstd_trace.c reference from freestanding by heitbaum · 4 years, 4 months ago
- 40def70 Add source level deprecation warning disabling to certain tests/utils (#2645) by sen · 4 years, 4 months ago
- 698f261 [1.5.0] Deprecate some functions (#2582) by sen · 4 years, 4 months ago
- 9099257 Merge pull request #2618 from felixhandte/single-file-build-mv by Felix Handte · 4 years, 4 months ago
- d6be765 Add seekable roundtrip fuzzer (#2617) by sen · 4 years, 4 months ago
- 1d65917 Move Single-File Build Script from `contrib/` to `build/` by W. Felix Handte · 4 years, 4 months ago
- 53a60e9 seekable decompression fixes (#2594) by Azat Khuzhin · 4 years, 4 months ago
- 09149be [1.5.0] Move `zstd_errors.h` and `zdict.h` to `lib/` root by Nick Terrell · 4 years, 4 months ago
- fbb9006 [linux-kernel] Replace kernel-style comments by Nick Terrell · 4 years, 4 months ago
- a423305 Remove ZBUFF tests by senhuang42 · 4 years, 5 months ago
- d334ad2 [contrib][linux-kernel] Add zstd_min_clevel() and zstd_max_clevel() by Nick Terrell · 4 years, 6 months ago
- a494308 [copyright][license] Switch to yearless copyright and some cleanup in the linux-kernel files by Nick Terrell · 4 years, 6 months ago
- f8ac0ea Merge pull request #2539 from terrelln/linux-kernel-fixes by Nick Terrell · 4 years, 6 months ago
- cd1551d [lib][tracing] Add ZSTD_NO_TRACE macro by Nick Terrell · 4 years, 6 months ago
- 7222614 [contrib][freestanding] Remove tracing support by Nick Terrell · 4 years, 6 months ago
- e4b914e [contrib][linux] Expose zstd headers to avoid duplication by Nick Terrell · 4 years, 9 months ago
- 49a9e07 [contrib][linux-kernel] Update test include stubs by Nick Terrell · 4 years, 6 months ago
- d2dd35a [contrib][linux-kernel] Fix unaligned.h by Nick Terrell · 4 years, 6 months ago
- 3c6f5d5 Fix seekable test to provide valid descriptor by Fotis Xenakis · 4 years, 6 months ago
- 21697b9 Fix seek table descriptor check when loading by Fotis Xenakis · 4 years, 6 months ago
- 2fa4c8c added code comments for new API ZSTD_seekTable by Yann Collet · 4 years, 6 months ago
- 6e390ce Merge branch 'seekTable' of github.com:facebook/zstd into seekTable by Yann Collet · 4 years, 6 months ago
- 16ec1cf added test case for seekTable API by Yann Collet · 4 years, 6 months ago
- 713d495 fixed gcc-7 conversion warning by Yann Collet · 4 years, 6 months ago
- 6c0bfc4 fixed wrong assert condition by Yann Collet · 4 years, 6 months ago