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