Commit Graph

2490 Commits

Author SHA1 Message Date
wwbmmm 06247c18ed Update year in NOTICE 1.1.0 2022-03-29 11:47:57 +08:00
wwbmmm 5ae104b798 Release 1.1.0 2022-03-29 11:06:23 +08:00
Weibing Wang ef35b2c7d2 Merge pull request #1486 from wwbmmm/nshead_rpc_dump_and_replay
Support nshead protocol dump and replay
2022-03-28 17:18:40 +08:00
Weibing Wang 2839f32676 Merge pull request #1721 from ehds/fix-code-annotation
flat_map: fix code annotation
2022-03-28 17:07:26 +08:00
wangweibing 3323eb3350 Fix merge conflicts 2022-03-28 07:16:43 +00:00
wangweibing 15dc3b5887 Merge branch 'master' into nshead_rpc_dump_and_replay 2022-03-28 07:06:51 +00:00
Weibing Wang 8776fa886c Merge pull request #1567 from KaneVV1/master
Fix LA selection runs too long
2022-03-28 14:47:20 +08:00
Weibing Wang d4d98ff556 Merge pull request #1472 from wwbmmm/timeout_deliver
Deliver timeout from client to server for baidu_std protocol
2022-03-28 14:46:19 +08:00
Weibing Wang 44bad72fa5 Merge pull request #1494 from wwbmmm/bthread-inherit-span
Support inherit span on bthread create
2022-03-28 14:44:53 +08:00
Weibing Wang 3adb310d52 Merge pull request #1503 from guodongxiaren/dump_http
support dump and replay for HTTP protocol
2022-03-28 14:14:58 +08:00
Weibing Wang 0199f060f9 Merge pull request #1729 from wwbmmm/fix-compiler-fail
Fix compiler fail after merge #1560 and #1460
2022-03-28 14:13:05 +08:00
wangweibing a213e29221 Fix compiler fail after merge #1560 and #1460 2022-03-28 05:23:48 +00:00
Weibing Wang 75f5d3d397 Merge pull request #1560 from wwbmmm/endpoint
Support IPV6 and Unix domain socket
2022-03-28 12:24:44 +08:00
Weibing Wang df7df158af Merge pull request #1725 from yangzhg/patch-2
Update Thrift download url to avoid pr build failed
2022-03-28 10:02:09 +08:00
Zhengguo Yang 3dd9edc726 Update Thrift download url to avoid pr build failed
thrift download url  `https://downloads.apache.org/thrift/0.11.0/thrift-0.11.0.tar.gz` has moved to `https://archive.apache.org/dist/thrift/0.11.0/thrift-0.11.0.tar.gz`
2022-03-23 11:59:30 +08:00
Tanzhongyi(Jerry Tan) 8aa4ef1923 Update newcommitter.md 2022-03-23 09:14:56 +08:00
caidj 944a5cd308 Merge pull request #1719 from hiberabyss/master
[Compile] avoid compile error after gcc11 with --std=c++20
2022-03-20 22:43:56 +08:00
ds fd6a6da659 flat_map: fix code annotation 2022-03-14 22:36:10 +08:00
HongboLiu e1db226aeb [Compile] avoid compile error after gcc11 with --std=c++20 2022-03-14 19:48:37 +08:00
Weibing Wang 683585adab Merge pull request #1646 from wwbmmm/update_cpu_profiler_doc
Update cpu profiler doc
2022-03-14 10:23:58 +08:00
Weibing Wang 866ceea4dd Merge pull request #1468 from serverglen/flat_map_insert
Implement FlatMap insert(const std::pair<key_type, mapped_type>& kv)
2022-03-14 10:21:15 +08:00
serverglen d8520a6766 Update flat_map_unittest.cpp insert test case 2022-03-11 22:27:02 +08:00
Weibing Wang 24011d95ef Merge pull request #1400 from wwc7654321/master
Update atomic_instructions.md
2022-03-11 19:43:47 +08:00
Weibing Wang 30c7be5ac8 Merge pull request #1461 from serverglen/server_start
Implement brpc server Start(PortRange, const ServerOptions*)
2022-03-11 19:41:41 +08:00
LorinLee 37a21f44f9 Merge pull request #1709 from TKONIY/master
Fix work_stealing_queue_unittest for ARM.
2022-03-04 16:16:26 +08:00
LorinLee 4b0b239111 Merge pull request #1712 from mapleFU/typo/change-resourse-to-resource
Typo Fix: Change Resourse to Resource
2022-03-04 16:13:32 +08:00
LorinLee e9d12ea682 Merge pull request #1680 from ehds/master
fix(input_messenger) client side retry policy
2022-03-04 16:12:59 +08:00
ds a7a66a8658 fix(input_messenger) update preferred index
fix comments
2022-03-04 15:22:49 +08:00
mwish 427773afb8 Typo Fix: Change Resourse to resource 2022-03-04 12:48:59 +08:00
LorinLee 19df9d2181 Merge pull request #1708 from wwbmmm/fix-latency-recorder-qps-not-accurate
Fix LatencyRecorder qps not accurate
2022-03-03 22:12:01 +08:00
Yangshen⚡Deng 3e64843d28 Add ; for consistency to origin code. 2022-03-03 21:28:41 +08:00
LorinLee b58c5faed5 Merge pull request #1711 from wwbmmm/fix-ut-link-error
Fix unstable UT link error
2022-03-03 19:44:18 +08:00
wangweibing 9948f5f171 Fix unstable UT link error 2022-03-03 08:58:31 +00:00
wangweibing 8700c8531f Fix unstable UT link error 2022-03-03 08:46:19 +00:00
wangweibing a8b0fc2d25 Fix unstable RecorderTest case 2022-03-02 10:54:24 +00:00
wangweibing c87dfb5d79 Fix LatencyRecorder qps not accurate 2022-03-02 04:26:51 +00:00
Yangshen⚡Deng 2dad0248aa Fix work_stealing_queue_unittest for ARM. 2022-02-27 23:05:57 +08:00
Weibing Wang f8069ad1b3 Merge pull request #1483 from serverglen/server_error_qps
Implement server eps bvar
2022-02-25 17:46:59 +08:00
Weibing Wang 89ed969e62 Merge pull request #1502 from serverglen/FixCheckHealth
Fix CheckHealth not set has_request_code
2022-02-25 17:44:15 +08:00
guodongxiaren 600e3dcc27 merge master 2022-02-20 19:31:43 +08:00
guodongxiaren b585ec2064 Merge branch 'master' into dump_http 2022-02-20 18:49:22 +08:00
Weibing Wang 31e59b2aea Merge pull request #1690 from hiberabyss/master
Support parse proto-text format http request body
2022-02-18 14:06:42 +08:00
TousakaRin 75c5b46eb8 Merge pull request #1692 from guodongxiaren/fix_lb_log_level
LoadBalancerWithNaming: change the level of logs printed when initialization failed from FATAL to ERROR
2022-02-17 11:33:30 +08:00
TousakaRin 9e94cc41f6 Merge pull request #1695 from lovepika/patch-2
docs: fix typo
2022-02-17 11:29:14 +08:00
Tudou 8f01941e05 docs: fix typo 2022-02-16 20:25:13 +08:00
HongboLiu b73aa03294 add protobuf_text content-type ut 2022-02-15 20:13:35 +08:00
HongboLiu 91466f0885 add unittest for proto-text content-type 2022-02-15 17:27:20 +08:00
guodongxiaren a75adcc60d change fatal to error 2022-02-11 21:20:51 +08:00
Weibing Wang a1c97e45d6 Update oncall.md 2022-02-09 11:55:23 +08:00
HongboLiu 761c076d57 make msg more clear 2022-02-07 22:28:29 +08:00