Commit Graph

209 Commits

Author SHA1 Message Date
Bright Chen 0f5e102a21 Support proxy and generic call of baidu protocol (#2629)
* Support proxy and generic call of baidu protocol

* Add example
2024-06-13 12:21:52 +08:00
Yang Liming fb7188bba8 bthread set concurrency by tag 2024-05-07 11:04:54 +08:00
Yang,Liming 24fc31eaa5 span for new bthread (#2519) 2024-02-26 10:46:43 +08:00
Weibing Wang 210ebfb312 Support c++20 coroutine (#2121)
* Support c++20 coroutine

* Fix CI UT failed

* Add example coroutine Makefile

* Add usercode_in_coroutine flag

* Add coroutine document

* Add experimental namespace for coroutine
2024-01-23 12:12:59 +08:00
Bright Chen 09141d4d87 Opt contention: support tcmalloc GetStackTrace and reduce hash calculations (#2488) 2024-01-17 10:28:21 +08:00
Bright Chen 4357ceeeba Fix json2pb compile error of examples (#2482) 2023-12-27 12:55:02 +08:00
Yang,Liming 73b307a768 bthread task group add tag (#2358)
Co-authored-by: Yang Liming <yangliming02@meituan.com>
2023-12-20 11:47:26 +08:00
youcheng huang e1a88638fb send response之后,request/response对象析构之前执行一些自定义逻辑 (#2328)
* call_after_rpc_resp

* fix function name & add examples & add ut

* fix mistake

* fix compile error

* fix compile error

* update ut

* complete ut

* update ut

* modify function name

---------

Co-authored-by: yuncheng <yuncheng@pinduoduo.com>
2023-10-25 15:01:45 +08:00
thorneliu 283ac46212 add HTTP server-sent-events(SSE) example in brpc http server 2023-09-07 23:21:44 +08:00
Yitao Wang 5dc6562049 fix thrift version gt 0.13.0 (#2257)
* fix thrift version gt 0.13.0

Signed-off-by: wangyitao <wangyitao999@outlook.com>

* address config_brpc.sh and fix issue

Signed-off-by: wangyitao <wangyitao999@outlook.com>

* make config_brpc.sh silent and make thrift_demo runable

---------

Signed-off-by: wangyitao <wangyitao999@outlook.com>
2023-09-07 17:00:10 +08:00
Dongsheng He 0a940cdc4b fix redis server example handler memory leak (#2370) 2023-09-07 13:17:54 +08:00
day253 2a42a26296 remove unnecessary libthriftnb 2023-07-24 00:17:02 +08:00
Beans 22058443fd fix the issue of const unused in the example of RDMA (#2187)
Signed-off-by: beans <jing.gao@outlook.com>
2023-03-31 10:18:11 +08:00
Xiaofeng Wang d6df0f156a Prefer to use env to find bash
Close #2070
2023-02-24 19:17:38 +08:00
Weibing Wang 6b563554f2 Remove incubator (#2056) 2023-01-10 10:33:14 +08:00
Ran Miller 6ebe2e98f2 delete deprecated logoff_ms gflag in example folder (#2064) 2022-12-27 10:26:37 +08:00
fan 0aa1cf1831 add bazel third_party support (#1996)
* add bazel support

* remove bind

* update

* update

* update

* update doc

* fix rdma bazel build

* update
2022-12-06 13:58:19 +08:00
果冻虾仁 581c7b1aaa remove unnecessary semicolon (#2004)
* example

* src,tool
2022-11-21 10:18:51 +08:00
372046933 4b08958753 Add rdma_performance bazel support (#1984)
* Add rdma_performance bazel support

* Fix CI
2022-11-09 10:10:04 +08:00
Tuvie 4f63a27c9a enable brpc use rdma 2022-09-23 14:27:46 +08:00
Tuvie 71af04c568 Merge branch 'master' into master 2022-09-22 23:56:39 +08:00
Tuvie 546337c236 Merge branch 'master' into master 2022-09-04 18:55:34 +08:00
Shuai Zhang ad20082010 Chore: rework Bazel build system 2022-08-31 11:00:55 +08:00
Tuvie 568b1ac57a Merge branch 'master' into master 2022-08-15 13:56:25 +08:00
Tuvie 7d38c8f404 enable brpc use rdma 2022-07-19 23:04:37 +08:00
LorinLee a4e20bb4de Merge pull request #1840 from wasphin/feature/license-eyes
Add skywalking license eyes
2022-07-16 13:37:04 +08:00
Xiaofeng Wang 96bf3651db Add Apache license header 2022-07-15 22:53:27 +08:00
wangweibing 87e18c6a15 Fix __const__ compile error in gcc version >= 11.2.0 2022-06-07 14:51:21 +08:00
wangweibing 676b583c54 Support ipv6 and uds for example echo_c++ 2021-09-15 09:41:24 +00:00
jamesge e93e0c2afe fix CMakeList.txt in examples and rename BUILD to BUILD.bazel to avoid conflict with cmake 2020-12-05 14:51:40 +08:00
jamesge 20f2b4a887 Support pass down request_id 2020-11-29 16:07:25 +08:00
jamesge 2071a22c7f Controller::CreateProgressiveAttachment returns intrusive_ptr instead of raw pointer which could be deleted and invalid before usage 2020-07-24 16:04:24 +08:00
liuminghang 21b1ece8eb remove 'flush_batched' 2020-06-01 12:15:39 +08:00
liuminghang 9e000a2ca9 test redis \0 2020-05-30 19:15:51 +08:00
liuminghang 36ebd737dd fix redis args 2020-05-28 22:00:56 +08:00
jamesge 74310245bf make by config_brpc.sh shows commands by default, add -s to hide 2020-02-10 17:03:22 +08:00
zhujiashun faea9470e3 replace_include_with_find_package: fix example under mac 2020-01-20 15:19:40 +08:00
jamesge 91a4376509 Rename RedisCommandHandler::Result to make related code cleaner 2020-01-16 15:11:12 +08:00
jamesge a3b2266009 Remove RedisReply.Clear which is conflict with Reset; Add RedisReply.FormatString/Status/Error 2020-01-07 19:48:36 +08:00
jamesge 38e5f8bc57 fix redis related issues 2020-01-07 17:14:26 +08:00
jamesge 1ad1cc57ec remove authors 2020-01-03 13:00:41 +08:00
zhujiashun 10325baa98 redis_server_protocol: refine code by cr 2019-12-23 17:56:35 +08:00
zhujiashun 72f953d35e redis_server_protocol: refine example 2019-12-20 17:45:37 +08:00
zhujiashun 16894d1e1a redis_server_protocol: update redis-server 2019-12-19 12:01:12 +08:00
zhujiashun ea7605d3ac redis_server_protocol: update redis-server 2019-12-16 18:17:46 +08:00
zhujiashun e3117cfcaa redis_server_protocol: remove ExecQueue 2019-12-13 16:26:05 +08:00
zhujiashun 520858cfc5 redis_server_protocol: refine code 2019-12-12 17:24:36 +08:00
zhujiashun 60581f058c redis_server_protocol: remove Werror in thrift example 2019-12-12 12:30:39 +08:00
zhujiashun aa2d91282f redis_server_protocol: remove New() and using butil::StringSplit in example 2019-12-09 19:39:59 +08:00
zhujiashun 684f4ed1e0 redis_server_protocol: refine code, add comment and more ut 2019-12-09 15:42:57 +08:00