Commit Graph

201 Commits

Author SHA1 Message Date
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
zhujiashun ba7f3d5f23 redis_server_protocol: update redis_server 2019-12-09 15:42:57 +08:00
zhujiashun 2d0c8c3bd0 redis_server_protocol: refine code 2019-12-09 15:42:57 +08:00
zhujiashun a79093b478 redis_server_protocol: revise to sync interface 2019-12-09 15:42:57 +08:00
zhujiashun a281b1bd32 redis_server_protocol: add redis server example 2019-12-09 15:42:57 +08:00
zhujiashun 0d58291c95 insert_apache_header: remove unnecessary header 2019-10-28 19:29:47 +08:00
zhujiashun f26bb9c476 insert_apache_header: update 2019-10-28 14:59:55 +08:00
zhujiashun 2b96d08e94 insert_apache_header 2019-10-25 18:01:21 +08:00
tanzhongyibidu 79044bc40c add license header for scripts 2019-09-02 15:16:35 +08:00