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