1. 2a02d9e Use compare_exchange_weak in steal loop for potential performance improvement (#3285) by xin_github · 2 days ago master
  2. 6ddefce Roll back LocalityAwareLoadBalancer to gettimeofday_us to match callers (#3283) by huangjun · 12 days ago
  3. 457e22a Fix avoid SIGSEGV in read_proc_status during static initialization (#3282) by Zhou · 12 days ago
  4. 5fdb0d8 Remove unused comp channel (#3279) by Bright Chen · 14 days ago
  5. b5dc6fc [bvar] Fix sampler interval after switch to cpuwide_time_ns (#3278) by huangjun · 2 weeks ago
  6. 35682ff Support rdma ece (#3255) by randomkang · 2 weeks ago
  7. 12a76ad fix(bthread/context): Add .previous after GNU-stack note (#3266) by Youmu · 2 weeks ago
  8. 1246602 butil: fix 'sucess' -> 'success' typos in process_util.h comments (#3272) by Sai Asish Y · 3 weeks ago
  9. b223e60 Fix RDMA resource (#3269) by Bright Chen · 3 weeks ago
  10. 12fb539 Use monotonic time instead of wall time (#3268) by Bright Chen · 4 weeks ago
  11. 771de31 Fix use after free issue of EventDispatcher LatencyRecorder (#3267) by Bright Chen · 4 weeks ago
  12. be01d10 docs(readme): update READMEs and add English doc placeholders (#3263) by darion-yaphet · 4 weeks ago
  13. d269b69 feat(build): add progress output to config_brpc.sh (#3262) by darion-yaphet · 4 weeks ago
  14. e9ada57 Fix fuzz harness blockers (#3257) by DavidKorczynski · 5 weeks ago
  15. f614c81 Update release schedule (#3259) by Weibing Wang · 5 weeks ago
  16. 8380e6e Fix span lifecycle with smart pointers to prevent use-after-free in async RPC callbacks (#3140) by lh2debug · 5 weeks ago
  17. 625843e Merge pull request #3254 from DavidKorczynski/extend-oss-fuzz by LorinLee · 6 weeks ago
  18. 4f94d25 Extend fuzz harness suite and fix false positive by David Korczynski · 6 weeks ago
  19. c16fdc6 Opt IOBuf Profiler (#3251) by Bright Chen · 6 weeks ago
  20. d1d6175 Make batch create stream SendFeedback thread safe (#3215) by Jenrry You · 6 weeks ago
  21. 9a6ca26 Fix DoRead() returns error errno (#3248) by Bright Chen · 6 weeks ago
  22. 0565d8d Skip() return true if the end of the stream is reached (#3242) by x1wan · 8 weeks ago
  23. d5dab28 Merge pull request #3241 from cho-m/protobuf-34 by Xiaofeng Wang · 8 weeks ago
  24. 09b50d2 Support building with Protobuf v34+ by Michael Cho · 8 weeks ago
  25. a103b4b Prevent indefinite defer-close by checking last_active_time (#3216) by Jenrry You · 8 weeks ago
  26. a363887 Merge pull request #3238 from MalikHou/master by Yang,Liming · 9 weeks ago
  27. 5755536 Merge pull request #4 from MalikHou/malikhou/add_edisp_unsched by MalikHou · 9 weeks ago
  28. b65c90e fix md by MalikHou · 9 weeks ago
  29. 4d8b0e4 Merge pull request #3 from MalikHou/malikhou/add_edisp_unsched by MalikHou · 9 weeks ago
  30. 9218d96 fix by MalikHou · 9 weeks ago
  31. 0ec948b Merge pull request #3222 from wayslog/feat/redis-cluster-channel by HU · 9 weeks ago
  32. 95e13d0 Merge pull request #2 from MalikHou/malikhou/add_edisp_unsched by MalikHou · 9 weeks ago
  33. d3317cc fix by MalikHou · 9 weeks ago
  34. 77db6c5 Merge pull request #1 from MalikHou/malikhou/add_edisp_unsched by MalikHou · 9 weeks ago
  35. 6b73ee9 add tcp transport event dispatcher unsched flag & fix RDMA event dispatcher unsched flag by MalikHou · 9 weeks ago
  36. 6a12915 Merge pull request #3235 from altman08/master by Yang,Liming · 9 weeks ago
  37. d3f7960 Solve the issue of attachment being overwritten when backuprequest is triggered. by yanyuan06 · 9 weeks ago
  38. 2e0f0b0 feat(backup_request): add rate-limited backup request policy (#3228) (#3229) by yanfeng · 10 weeks ago
  39. c32ddee Support custom modification of sub controllers (#3213) by Bright Chen · 10 weeks ago
  40. 7363d31 perf(redis): protect slot cache with DoublyBufferedData by wayslog · 10 weeks ago
  41. 36b1e66 fix(redis): do not cache ASK redirection in slot table by wayslog · 2 months ago
  42. dbca72f chore(ci): trigger github actions rerun for PR #3222 by wayslog · 2 months ago
  43. 11a7105 feat(redis): add native Redis Cluster channel, tests and docs by wayslog · 2 months ago
  44. 486f07a Fix CI installation errors (#3233) by Bright Chen · 10 weeks ago
  45. b7dfab0 explicitly link utf8_validity for Protobuf v22+ (#3230) by Xiaofeng Wang · 2 months ago
  46. aa784b8 fix: remove references to non-existent tracked_objects.h in platform_thread_freebsd.cc (#3223) by Daniel Morante · 2 months ago
  47. 5a2466a Fix stream closed before response during batch stream creation (#3214) by Jenrry You · 3 months ago
  48. bb081be feat(auto_cl): add error rate threshold for punishment attenuation (#3219) by yanfeng · 3 months ago
  49. d22fa17 change protobuf version check for descriptor->extension_range (#3210) by Yang,Liming · 3 months ago
  50. c8753e3 Fix some issues with transport (#3206) by Bright Chen · 3 months ago
  51. 834484a Fix build error caused by CMAKE_CXX_FLAGS (#3204) by Searion · 3 months ago
  52. 02879c8 Add Transport to support more communication protocol extensions (#3199) by Chuang Zhang · 3 months ago
  53. d92e7cf Support SO_BINDTODEVICE and bind client_host (#3179) by Mao · 3 months ago
  54. 580dac2 Merge pull request #3201 from apache/release-1.16 by Xiaofeng Wang · 3 months ago
  55. b3b43cc Merge pull request #3198 from altman08/master by Yang,Liming · 4 months ago
  56. 6e3ac05 support change ownship for SelectiveChannel by yanyuan06 · 4 months ago
  57. 39666a4 support wait with predicate in bthread's ConditionVariable (#3195) by Jingyuan · 4 months ago
  58. 37efd2e Release 1.16.0 by Xiaofeng Wang · 4 months ago release-1.16 1.16.0
  59. 39a3436 Merge pull request #3189 from altman08/master by Yang,Liming · 4 months ago
  60. 9719654 Fix port parsing validation in str2endpoint (#3193) by Anant Shukla · 4 months ago
  61. 8483625 surpport tag for selective channel by yanyuan06 · 4 months ago
  62. c7973d0 feat: enable TLS key logging via SSLKEYLOGFILE env (#3173) by koarz · 4 months ago
  63. 8d87814 Wrap absl::string_view as std::string to support protobuf v30+ (#3187) by Xiaofeng Wang · 4 months ago
  64. d688e75 Fix compile issue when the linking project is using C++23 (#3180) by Li Yin · 4 months ago
  65. 9f4947c fix: avoid SIGSEGV in read_proc_io during static initialization (#3184) by yujiasheng · 4 months ago
  66. c7ae57a Bugfix: SQ overflow (#3145) by Bright Chen · 5 months ago
  67. 2e19784 fix gdb_bthread_stack bthread_begin error (#3176) by Searion · 5 months ago
  68. 09caf65 Fix a redundant BeforeAdditionalRefReleased call (#3174) by Bright Chen · 5 months ago
  69. 7cd0c25 Add missed definition of RegisterFlagValidatorOrDie for uint32_t (#3171) by Zhilei Chen · 5 months ago
  70. 2635ef6 Add RISC-V architecture support (#3125) by Dayuxiaoshui · 5 months ago
  71. 8b6a9c0 feat: support more ssl verify mode (#3141) by koarz · 5 months ago
  72. f58ec39 butil: fix undefined behaviors (#3135) by Jay · 5 months ago
  73. 8734f06 Support naming bthread to help debug (#3158) by Regal · 5 months ago
  74. 3e40e3f Support dynamic expansion of RDMA block pool (#3155) by Bright Chen · 5 months ago
  75. d2ea819 Added support to connect and perform CRUD operations with couchbase (#3138) by Giriraj Singh · 5 months ago
  76. 8f9d12a Bugfix: NsheadService::_status may be null (#3162) by Bright Chen · 6 months ago
  77. 58e7e2d Fix incorrect openssl dynamic library link order (#3159) by apocelipes · 6 months ago
  78. a54b607 Fix bvar's bad return value (#3151) by Songqing Zhang · 6 months ago
  79. dea0570 Fix naming service unittest fail (#3153) by Weibing Wang · 6 months ago
  80. 645013b Remove recursion of redis command parser (#3136) by sunhao · 6 months ago
  81. ede6b77 Fix rdma UT (#3146) by Bright Chen · 6 months ago
  82. 9934c39 feat: make bthread stack trace signal number configurable (#3124) by Regal · 6 months ago
  83. ef82950 Support shared mbvar (#3129) by Bright Chen · 6 months ago
  84. fe63d79 Add pthread CPU affinity support (#3122) by Mao · 6 months ago
  85. 8ef24ba Merge pull request #3117 from yanglimingcn/feature/rdma_polling_queue_all_messages by Yang,Liming · 6 months ago
  86. 1152b80 Use SetNameSimple instead of SetName to avoid deadlock (#3127) by Bright Chen · 6 months ago
  87. 0141e9e Only store failed SignalSyncs (#3128) by Bright Chen · 6 months ago
  88. 1332712 merge 1.15 (#3131) by serverglen · 6 months ago
  89. 1d3bded Support higher performance bvar with babylon counter (#3116) by Bright Chen · 6 months ago
  90. 5f1d893 Add support for checking all living bthreads (#3096) by Regal · 7 months ago
  91. 0708333 Bugfix: TaskTracer deadlocks due to ABA problem (#3115) by Bright Chen · 7 months ago
  92. 4de793f rdma polling mode all messages run in new bthreads by Yang Liming · 7 months ago
  93. 4eeb5e2 bazel: fix with_bthread_tracer config setting (#3111) by fanbingxin · 7 months ago
  94. 0959e5d Add flag for brpc timer buckets count (#3112) by Yang,Liming · 7 months ago
  95. 2b757e9 Bugfix: WeightedRandomizedLoadBalancer returns 0 without server (#3108) by Bright Chen · 7 months ago
  96. 54c6570 Limit the extra options of jemalloc profiler (#3101) by Bright Chen · 7 months ago
  97. 020f807 Merge pull request #3105 from old-bear/remove-bio by old-bear · 8 months ago
  98. 7f8a0bb + remove BIO_flush by jiangrujie · 8 months ago
  99. 49c3e4d Add pb2json depth limit (#3099) by Weibing Wang · 8 months ago
  100. af1bf4b + Remove BIO for SSL by jiangrujie · 8 months ago