1. 9c28114 v1.3.1 by Danila Kutenin · 2 days ago main 1.3.1
  2. cd74318 Merge pull request #263 from rvandermeulen/explicit-compression-options by danilak-G · 2 days ago
  3. e37cdf3 Mark the CompressionOptions(int) constructor explicit by Ryan VanderMeulen · 5 days ago
  4. 2a6c78c Merge pull request #260 from jdymitarai/feat-msvc-static-runtime-190 by danilak-G · 6 days ago 1.3.0
  5. 1dbe12e Merge pull request #258 from Alb3e3/fix/export-installed-header-paths by danilak-G · 6 days ago
  6. 40053bb Merge pull request #262 from khuiqel/msvc-arch-readme by danilak-G · 6 days ago
  7. 5973530 Add note for building with MSVC by qwer · 6 days ago
  8. 5fc6f5d cmake: add SNAPPY_MSVC_STATIC_RUNTIME and enable CMP0091 (fixes #190) by jdymitarai · 10 days ago
  9. 26aa88c Internal changes by Danila Kutenin · 11 days ago
  10. dadc02f Internal changes by Danila Kutenin · 11 days ago
  11. 4ac4890 Mirror clang changes and add prefixes for RISC-V intrinsics. by Snappy Team · 11 days ago
  12. 44ae20c Merge pull request #250 from WillemKauf:compression-context-static by Danila Kutenin · 11 days ago
  13. fe85cf2 Honor CMAKE_INSTALL_INCLUDEDIR in exported header paths by Alberto Maschietto · 12 days ago
  14. 5a11aa3 Merge pull request #257 from lenamonj/refuse-oversized-input by danilak-G · 13 days ago
  15. 1a09131 Refuse to compress an input the stream format cannot express by lenamonj · 14 days ago
  16. 747488a Fix initialization by danilak-G · 7 weeks ago
  17. 8fc5b8e Merge pull request #250 from WillemKauf/compression-context-static by danilak-G · 7 weeks ago
  18. 5b0152e Support caller-provided memory for CompressionContext by Willem Kaufmann · 8 weeks ago
  19. 402cfb7 Add CompressionContext for reusing compression working memory by Willem Kaufmann · 8 weeks ago
  20. 3e26b0e Refactor Compress to take its working memory as a parameter by Willem Kaufmann · 8 weeks ago
  21. 7406111 Reject streams with literal spans of 2^32 bytes. by Snappy Team · 10 weeks ago
  22. 2daddff Merge pull request #242 from yusmer96-maker:yusmer96-maker-patch-1 by Danila Kutenin · 10 weeks ago
  23. 8625aae Internal changes by Danila Kutenin · 10 weeks ago
  24. 3ac3722 Merge pull request #242 from yusmer96-maker/yusmer96-maker-patch-1 by danilak-G · 3 months ago
  25. 9d0af7c Add limits header to snappy.cc by HenD.YA · 4 months ago
  26. 5639685 Refactor MaxCompressedLength to use std::numeric_limits by HenD.YA · 4 months ago
  27. a9d2c4a Implement overflow check in MaxCompressedLength function by HenD.YA · 4 months ago
  28. 27ab5f7 Fix benchmark C++11 code by Danila Kutenin · 4 months ago
  29. f6f6965 Fix minor changes by Danila Kutenin · 4 months ago
  30. f50b387 Import changes by Danila Kutenin · 4 months ago
  31. 8fe84c0 Replace usage of ARCH_ARM with standard compiler macros. by Snappy Team · 4 months ago
  32. a1962a8 Export LICENSE in bazel by Yicheng Luo · 4 months ago
  33. 368c77c Internal changes by Danila Kutenin · 4 months ago
  34. ec20182 zippy: Fix data corruption when compressed output is more than 4GB by Danila Kutenin · 4 months ago
  35. dca57a7 Internal changes by Danila Kutenin · 4 months ago
  36. aa5f5f8 Internal change by Danila Kutenin · 4 months ago
  37. 2ac1356 Optimize ExtractOffset() by avoiding storing the mask. by Connal de Souza · 4 months ago
  38. c6d8c58 Internal change by Danila Kutenin · 4 months ago
  39. da1ea96 Internal change by Danila Kutenin · 4 months ago
  40. e1e7329 Internal changes by Richard O'Grady · 4 months ago
  41. 0212163 Merge pull request #234 from anthony-zy/rv_extractoffset by danilak-G · 4 months ago
  42. 0daaac5 Merge pull request #232 from anthony-zy/main by danilak-G · 4 months ago
  43. 70a0e1c Merge pull request #220 from yunfeizhou2025/upload by danilak-G · 4 months ago
  44. 2859042 RISC-V: Optimize Snappy decompression tag advance (AdvanceToNextTagRVOptimized) for +4% throughput by anthony-zy · 5 months ago
  45. 7753427 refactor: Align RISC-V implementation with AArch64 branchless mask extraction by 郑紫阳10295048 · 5 months ago
  46. 6281a07 Merge pull request #229 from UebelAndre/config by danilak-G · 7 months ago
  47. 4cb9091 Move `//:config` to `implementation_deps` to prevent header collision by UebelAndre · 7 months ago
  48. 051dc4d Merge pull request #228 from UebelAndre/bazel by danilak-G · 7 months ago
  49. 07614b8 Add Bazel 9 support by UebelAndre · 7 months ago
  50. da459b5 Create COPYING.notestdata by danilak-G · 8 months ago
  51. 6484508 limit RISC-V FindMatchLength optimizations to 64-bit by Zhou Yunfei · 9 months ago
  52. 25e52c5 Merge pull request #214 from anthony-zy/add_zbb_check_macro by danilak-G · 10 months ago
  53. a862a74 fix confic by anthony-zy · 10 months ago
  54. 992fb9f Resolve merge conflicts by anthony-zy · 10 months ago
  55. c633c6b Resolve merge conflicts by anthony-zy · 10 months ago
  56. 30dbdc2 add zbb check macro by anthony-zy · 10 months ago
  57. 727f5b3 add zbb check macro by anthony-zy · 10 months ago
  58. cbea40d Fix an unused var warning for RISC-V by Danila Kutenin · 11 months ago
  59. 633cb9c Merge pull request #213 from anthony-zy/add_rvv_optmized_memcopy64 by danilak-G · 11 months ago
  60. e92cb6a Merge branch 'add_rvv_optmized_memcopy64' of https://github.com/anthony-zy/snappy into add_rvv_optmized_memcopy64 by anthony-zy · 11 months ago
  61. 2d6c8f1 Merge branch 'add_rvv_optmized_memcopy64' of https://github.com/anthony-zy/snappy into add_rvv_optmized_memcopy64 by anthony-zy · 11 months ago
  62. b63569f Merge branch 'add_rvv_optmized_memcopy64' of https://github.com/anthony-zy/snappy into add_rvv_optmized_memcopy64 by anthony-zy · 11 months ago
  63. 9cc1596 Merge branch 'add_rvv_optmized_memcopy64' of https://github.com/anthony-zy/snappy into add_rvv_optmized_memcopy64 by anthony-zy · 11 months ago
  64. c098f68 Merge branch 'add_rvv_optmized_memcopy64' of https://github.com/anthony-zy/snappy into add_rvv_optmized_memcopy64 by anthony-zy · 11 months ago
  65. 6ab5882 Merge branch 'add_rvv_optmized_memcopy64' of https://github.com/anthony-zy/snappy into add_rvv_optmized_memcopy64 by anthony-zy · 11 months ago
  66. d457ac7 Merge branch 'add_rvv_optmized_memcopy64' of https://github.com/anthony-zy/snappy into add_rvv_optmized_memcopy64 by anthony-zy · 11 months ago
  67. 9fd2b72 fix by some comments by anthony-zy · 11 months ago
  68. 77a61a4 Merge branch 'add_rvv_optmized_memcopy64' of https://github.com/anthony-zy/snappy into add_rvv_optmized_memcopy64 by anthony-zy · 11 months ago
  69. c19d705 Merge branch 'add_rvv_support' of https://github.com/anthony-zy/snappy into add_rvv_support by anthony-zy · 11 months ago
  70. 2b81365 Merge branch 'add_rvv_support' of https://github.com/anthony-zy/snappy into add_rvv_support by anthony-zy · 1 year ago
  71. c860cab Merge branch 'google:main' into add_rvv_support by anthony-zy · 1 year ago
  72. 4410326 Merge branch 'google:main' into add_rvv_support by anthony-zy · 1 year, 1 month ago
  73. 27d8915 Merge branch 'add_rvv_support' of https://github.com/anthony-zy/snappy into add_rvv_support by anthony-zy · 1 year, 1 month ago
  74. eb8d19f Merge branch 'add_rvv_support' of https://github.com/anthony-zy/snappy into add_rvv_support by anthony-zy · 1 year, 1 month ago
  75. 0f989a2 Merge branch 'add_rvv_support' of https://github.com/anthony-zy/snappy into add_rvv_support by anthony-zy · 1 year, 1 month ago
  76. 802ef73 add RVV support and optmized uncompress speed by anthony-zy · 1 year, 1 month ago
  77. 1f6ba69 add RVV support and optimized uncompress speed by anthony-zy · 1 year, 1 month ago
  78. 758804a Use high-performance FindMatchLength to Optimize Snappy compression speed For RISC-V[skip ci] by anthony-zy · 1 year, 1 month ago
  79. 6f99459 Merge pull request #208 from wanghan-sanechips/riscv-benchmark-fix by danilak-G · 1 year, 2 months ago
  80. 4793b4d Merge pull request #210 from anthony-zy/rv_findmatchlenght by danilak-G · 1 year, 2 months ago
  81. 1d88de7 Use high-performance FindMatchLength to Optimize Snappy compression speed For RISC-V[skip ci] by anthony-zy · 1 year, 2 months ago
  82. b68435f build: Update benchmark submodule for RISC-V by wanghan · 1 year, 2 months ago
  83. 6af9287 Release 1.2.2 by Danila Kutenin · 1 year, 6 months ago 1.2.2
  84. de19405 Merge pull request #203 from haney/msvc_shared by danilak-G · 1 year, 6 months ago
  85. 4dd78f2 Export symbols from snappy_test_support when building shared by David Haney · 1 year, 6 months ago
  86. b395cf7 Merge pull request #197 from rp42/main by danilak-G · 1 year, 6 months ago
  87. fa07e8a Fix data corruption when output of snappy compression is more than 4GB by Danila Kutenin · 1 year, 6 months ago
  88. 49087d4 Merge pull request #200 from gruenich/feature/cmake-3.10 by danilak-G · 1 year, 6 months ago
  89. a688be4 [cmake] Require CMake version 3.10 or newer by Christoph Grüninger · 1 year, 6 months ago
  90. a6b9f87 Support clang-cl on Windows by rp42 · 1 year, 8 months ago
  91. 32ded45 Update CMakeLists NEON flag to reflect only AArch64 NEON optimizations by Danila Kutenin · 2 years, 1 month ago
  92. fcf1982 Update bazel module by Danila Kutenin · 2 years, 1 month ago
  93. 58d911b Add missing functional include for std::less_equal by Danila Kutenin · 2 years, 1 month ago
  94. b49982c Merge pull request #179 from mmorel-35/bzlmod by danilak-G · 2 years, 1 month ago
  95. 07406b9 Merge pull request #181 from AtomicRobotMan0101/main by danilak-G · 2 years, 1 month ago
  96. 2c94e11 Release version 1.2.1 by Danila Kutenin · 2 years, 4 months ago 1.2.1
  97. 465b5b6 Restore old compression functions to preserve ABI by Danila Kutenin · 2 years, 4 months ago
  98. dc3577f Update README.md by Evan McBeth · 2 years, 5 months ago
  99. 09d30d3 chore(bazel): add MODULE.bazel files for bzlmod by Matthieu MOREL · 2 years, 5 months ago
  100. 52820ea Merge pull request #178 from jjerphan/build/update-version-to-1.2.0 by danilak-G · 2 years, 5 months ago