1. 11c8ea9 Use -fno-access-control instead of -Dprivate=public for tests (#3346) by Felix-Gong · 4 days ago master
  2. f04e0e0 bounds-check OnUserControlMessage like sibling control handlers (#3329) by sahvx655-wq · 4 days ago
  3. 9188d92 Limit nested container depth in Redis reply and AMF parsers (#3344) by Weibing Wang · 5 days ago
  4. 1725896 Fix HPACK dynamic table size update recursive decoding (#3343) by Weibing Wang · 6 days ago
  5. 2ceefba fix(bthread): refactor sharded priority queue with per-ED shard (#3270) by Enrico · 6 days ago
  6. 4cd0a72 Add IOBuf<->std::iostream adapters for zero-copy I/O (#3341) by Bright Chen · 6 days ago
  7. 7b8b85b Bound exp-golomb suffix read to bitstream in avc_nalu_read_uev (#3334) by sahvx655-wq · 6 days ago
  8. 291b6aa Cast to unsigned char in ctype calls on untrusted request bytes (#3335) by sahvx655-wq · 6 days ago
  9. b69fabd Reject zero-length padded DATA frame in H2Context::OnData (#3325) by sahvx655-wq · 6 days ago
  10. 68d18ee Fix inline redis protocol consuming HTTP/2 connection preface (#3338) by rajvarun77 · 6 days ago
  11. b393fa2 Configure GitHub workflows to use concurrency cancel-in-progress for (#3333) by Aurélien Pupier · 6 days ago
  12. ce58581 feat:Support for TLSv1.3 (#3319) by neilxxxxx · 6 days ago
  13. a4ddf97 test: bump brpc_channel_unittest to size=large (900s) (#3339) by rajvarun77 · 7 days ago
  14. 77e2907 [mysql] Clean-room auth handshake codec (scramble + handshake + packet, Stage 1a of #2093) (#3310) by rajvarun77 · 9 days ago
  15. 72adb6e Support RDMA handshake V3 (#3326) by Bright Chen · 2 weeks ago
  16. af515cc Fix guard SO_BINDTODEVICE (#3320) by Daeho Ro · 2 weeks ago
  17. 9d5e5a7 Add threat model + security-model discoverability (AGENTS.md → SECURITY.md → THREAT_MODEL.md) (#3324) by Jarek Potiuk · 2 weeks ago
  18. f98d5d0 Fix HTTPS pooled client crash on unexpected SSL EOF (#3316) by Felix-Gong · 2 weeks ago
  19. 1d21b05 ci(linux): bring up redis-server and mysql-server for unittests (#3323) by rajvarun77 · 2 weeks ago
  20. 49a15c2 optimize crc32c for riscv64 with Zbc carry-less multiplication (#3312) by Felix-Gong · 3 weeks ago
  21. bf4d647 Merge pull request #3317 from apache/release-1.17 by HU · 3 weeks ago
  22. cd3948c Refactor Bazel build with custom proto rules and build all test targets (#3313) by Bright Chen · 3 weeks ago
  23. e9d4b19 Fix static initialization order fiasco in AdaptiveMaxConcurrency (#3315) by Felix-Gong · 3 weeks ago
  24. 0835315 Merge pull request #3303 from randomkang/opt_default_block_size by Yang,Liming · 3 weeks ago
  25. 781b822 update butil::default_block_size when rdma_recv_block_type is set by randomkang · 4 weeks ago
  26. 3c9ff52 fix: prevent null dereference in fuzz test socket initialization (#3314) by Felix-Gong · 3 weeks ago
  27. ca98f85 Merge pull request #3300 from randomkang/opt_rdma_flags by Yang,Liming · 3 weeks ago
  28. 477fa49 Fix UAF in SSLTest.connect_on_create (#3311) by Bright Chen · 3 weeks ago
  29. f97f23e Hide libunwind's _Unwind_* symbols under Bazel to fix bthread_tracer crash (#3297) by Bright Chen · 3 weeks ago
  30. 5dfb0b5 Fix code style by randomkang · 4 weeks ago
  31. a47e349 fix(http): apply auth check to builtin requests on public port (#3308) by Weibing Wang · 4 weeks ago
  32. 3aa5dab Fix UAF in batch_create_stream_feedback_race unittest (#3305) by Bright Chen · 4 weeks ago
  33. 4503a47 Fix bound SSL handshake to prevent leaked ESTABLISHED sockets (#3296) by yerixu · 4 weeks ago
  34. f85f1c5 Reimplement writer-priority RWLock (#3286) by Bright Chen · 5 weeks ago
  35. 9c2fc2f reorg code by randomkang · 5 weeks ago
  36. 58fec6f [rdma] drain CQ after moving into RESET state (#3261) by David Lee · 5 weeks ago
  37. a72f880 Merge branch 'master' into opt_rdma_flags by randomkang · 5 weeks ago
  38. c2f5f0f Add IBV_ACCESS_RELAXED_ORDERING for rdma reg mr by randomkang · 5 weeks ago
  39. e63a54d release 1.17 by david_hu · 5 weeks ago release-1.17 1.17.0
  40. 08d95ac Fix ASan stack range registration for main task (#3298) by Bright Chen · 5 weeks ago
  41. f48628d Set up default protection ruleset for default and release branches (#3299) by The Apache Software Foundation · 5 weeks ago
  42. 321c789 Fix(selective_channel): isolate backup responses and add race regression test (#3294) by altman08 · 5 weeks ago
  43. 873cf62 Fix protobuf compilation errors (#3293) by Bright Chen · 6 weeks ago
  44. 654ae77 Fix protobuf version compatibility for ByteSizeLong() and SpaceUsedLong() (#3292) by Bright Chen · 6 weeks ago
  45. 5cd340e fix: add acquire fence in bthread_join for ARM memory visibility (#3276) by guoliushui · 6 weeks ago
  46. d8ddff8 Fix heap-use-after-free in ~AgentCombiner (#3291) by Bright Chen · 6 weeks ago
  47. 2a02d9e Use compare_exchange_weak in steal loop for potential performance improvement (#3285) by xin_github · 6 weeks ago
  48. 6ddefce Roll back LocalityAwareLoadBalancer to gettimeofday_us to match callers (#3283) by huangjun · 8 weeks ago
  49. 457e22a Fix avoid SIGSEGV in read_proc_status during static initialization (#3282) by Zhou · 8 weeks ago
  50. 5fdb0d8 Remove unused comp channel (#3279) by Bright Chen · 8 weeks ago
  51. b5dc6fc [bvar] Fix sampler interval after switch to cpuwide_time_ns (#3278) by huangjun · 8 weeks ago
  52. 35682ff Support rdma ece (#3255) by randomkang · 9 weeks ago
  53. 12a76ad fix(bthread/context): Add .previous after GNU-stack note (#3266) by Youmu · 9 weeks ago
  54. 1246602 butil: fix 'sucess' -> 'success' typos in process_util.h comments (#3272) by Sai Asish Y · 9 weeks ago
  55. b223e60 Fix RDMA resource (#3269) by Bright Chen · 10 weeks ago
  56. 12fb539 Use monotonic time instead of wall time (#3268) by Bright Chen · 10 weeks ago
  57. 771de31 Fix use after free issue of EventDispatcher LatencyRecorder (#3267) by Bright Chen · 2 months ago
  58. be01d10 docs(readme): update READMEs and add English doc placeholders (#3263) by darion-yaphet · 2 months ago
  59. d269b69 feat(build): add progress output to config_brpc.sh (#3262) by darion-yaphet · 2 months ago
  60. e9ada57 Fix fuzz harness blockers (#3257) by DavidKorczynski · 2 months ago
  61. f614c81 Update release schedule (#3259) by Weibing Wang · 3 months ago
  62. 8380e6e Fix span lifecycle with smart pointers to prevent use-after-free in async RPC callbacks (#3140) by lh2debug · 3 months ago
  63. 625843e Merge pull request #3254 from DavidKorczynski/extend-oss-fuzz by LorinLee · 3 months ago
  64. 4f94d25 Extend fuzz harness suite and fix false positive by David Korczynski · 3 months ago
  65. c16fdc6 Opt IOBuf Profiler (#3251) by Bright Chen · 3 months ago
  66. d1d6175 Make batch create stream SendFeedback thread safe (#3215) by Jenrry You · 3 months ago
  67. 9a6ca26 Fix DoRead() returns error errno (#3248) by Bright Chen · 3 months ago
  68. 0565d8d Skip() return true if the end of the stream is reached (#3242) by x1wan · 3 months ago
  69. d5dab28 Merge pull request #3241 from cho-m/protobuf-34 by Xiaofeng Wang · 3 months ago
  70. 09b50d2 Support building with Protobuf v34+ by Michael Cho · 3 months ago
  71. a103b4b Prevent indefinite defer-close by checking last_active_time (#3216) by Jenrry You · 3 months ago
  72. a363887 Merge pull request #3238 from MalikHou/master by Yang,Liming · 3 months ago
  73. 5755536 Merge pull request #4 from MalikHou/malikhou/add_edisp_unsched by MalikHou · 3 months ago
  74. b65c90e fix md by MalikHou · 3 months ago
  75. 4d8b0e4 Merge pull request #3 from MalikHou/malikhou/add_edisp_unsched by MalikHou · 3 months ago
  76. 9218d96 fix by MalikHou · 3 months ago
  77. 0ec948b Merge pull request #3222 from wayslog/feat/redis-cluster-channel by HU · 3 months ago
  78. 95e13d0 Merge pull request #2 from MalikHou/malikhou/add_edisp_unsched by MalikHou · 3 months ago
  79. d3317cc fix by MalikHou · 3 months ago
  80. 77db6c5 Merge pull request #1 from MalikHou/malikhou/add_edisp_unsched by MalikHou · 4 months ago
  81. 6b73ee9 add tcp transport event dispatcher unsched flag & fix RDMA event dispatcher unsched flag by MalikHou · 4 months ago
  82. 6a12915 Merge pull request #3235 from altman08/master by Yang,Liming · 4 months ago
  83. d3f7960 Solve the issue of attachment being overwritten when backuprequest is triggered. by yanyuan06 · 4 months ago
  84. 2e0f0b0 feat(backup_request): add rate-limited backup request policy (#3228) (#3229) by yanfeng · 4 months ago
  85. c32ddee Support custom modification of sub controllers (#3213) by Bright Chen · 4 months ago
  86. 7363d31 perf(redis): protect slot cache with DoublyBufferedData by wayslog · 4 months ago
  87. 36b1e66 fix(redis): do not cache ASK redirection in slot table by wayslog · 4 months ago
  88. dbca72f chore(ci): trigger github actions rerun for PR #3222 by wayslog · 4 months ago
  89. 11a7105 feat(redis): add native Redis Cluster channel, tests and docs by wayslog · 4 months ago
  90. 486f07a Fix CI installation errors (#3233) by Bright Chen · 4 months ago
  91. b7dfab0 explicitly link utf8_validity for Protobuf v22+ (#3230) by Xiaofeng Wang · 4 months ago
  92. aa784b8 fix: remove references to non-existent tracked_objects.h in platform_thread_freebsd.cc (#3223) by Daniel Morante · 4 months ago
  93. 5a2466a Fix stream closed before response during batch stream creation (#3214) by Jenrry You · 4 months ago
  94. bb081be feat(auto_cl): add error rate threshold for punishment attenuation (#3219) by yanfeng · 4 months ago
  95. d22fa17 change protobuf version check for descriptor->extension_range (#3210) by Yang,Liming · 5 months ago
  96. c8753e3 Fix some issues with transport (#3206) by Bright Chen · 5 months ago
  97. 834484a Fix build error caused by CMAKE_CXX_FLAGS (#3204) by Searion · 5 months ago
  98. 02879c8 Add Transport to support more communication protocol extensions (#3199) by Chuang Zhang · 5 months ago
  99. d92e7cf Support SO_BINDTODEVICE and bind client_host (#3179) by Mao · 5 months ago
  100. 580dac2 Merge pull request #3201 from apache/release-1.16 by Xiaofeng Wang · 5 months ago