Commit Graph

708 Commits

Author SHA1 Message Date
zouchengzhuo
84a15e27ae fix tc_consistent_hash_new.cpp 2020-12-03 07:15:20 +00:00
ruanshudong
ef565b2784 fix tars-tools.cmake link pthread bug in ubuntu 2020-11-25 17:13:56 +08:00
ruanshudong
0edab06f01 fix create server script, change to bash 2020-11-25 16:49:55 +08:00
hukai
4f26b2b41e 已修改 tools/pb2tarscpp/CppGenCallback.cpp
已修改        tools/pb2tarscpp/CppGenProxy.cpp
2020-11-18 10:20:36 +08:00
ruanshudong
fb820c906f update protocol 2020-11-16 17:55:25 +08:00
ruanshudong
fc6905dc69 update servant/protocol 2020-11-16 14:49:47 +08:00
ruanshudong
b2441a7973 fix tc_port windows compiler error 2020-11-16 13:43:25 +08:00
ruanshudong
0c33d8f1f7 fix windows & mac compiler error 2020-11-16 09:59:12 +08:00
ruanshudong
a9374c833e Merge branch 'release/2.4' of https://github.com/TarsCloud/TarsCpp into release/2.4 2020-11-09 15:44:16 +08:00
ruanshudong
b3863883bd fix helloserver config bug 2020-11-09 15:43:44 +08:00
ruanshudong
2d8df7d8cc hello server add hash test 2020-11-09 15:43:18 +08:00
ruanshudong
a476cce64e update version & changelist 2020-11-09 15:34:21 +08:00
ruanshudong
e06e7d1e4d fix helloserver config bug 2020-11-09 15:34:21 +08:00
ruanshudong
be0cab8d46 epoll add/del/mod and return value 2020-11-09 15:34:21 +08:00
ruanshudong
a2d093aa69 fix windows epoll bug when socket be reused 2020-11-09 15:34:21 +08:00
ruanshudong
2c9007d6f0 ServantProxyThreadData reset when communicator terminate 2020-11-09 15:34:21 +08:00
ruanshudong
4e9169df0a tc_timer startTimer reset _terminate 2020-11-09 15:34:21 +08:00
ruanshudong
5e95c4e577 get rid of the singleton. You can start multiple applications in
a process!
2020-11-09 15:34:21 +08:00
ruanshudong
680d9ff52e when epoll server exit, close all fd. 2020-11-09 15:34:21 +08:00
ruanshudong
1e597a0020 fix EndpointManager decontructor 2020-11-09 15:34:21 +08:00
ruanshudong
97fe32025c fix communicator terminate 2020-11-09 15:34:21 +08:00
ruanshudong
492ab8a689 application support parse string config 2020-11-09 15:34:21 +08:00
ruanshudong
3b2a6a15a5 fix hash bug in first connection 2020-11-09 15:34:20 +08:00
ruanshudong
293dd91088 remove objectproxy log 2020-11-09 15:34:20 +08:00
ruanshudong
173eff8b1d hello server add hash test 2020-11-09 15:34:20 +08:00
ruanshudong
f1e3f9d882 update protocol 2020-11-09 15:33:38 +08:00
ruanshudong
0e75adc052 update version & changelist 2020-11-09 15:31:09 +08:00
ruanshudong
daf8c4b756 fix helloserver config bug 2020-11-09 15:18:18 +08:00
ruanshudong
b1cfc351ad epoll add/del/mod and return value 2020-11-09 15:05:11 +08:00
ruanshudong
3b260cfbe8 fix windows epoll bug when socket be reused 2020-11-09 13:57:00 +08:00
ruanshudong
e269be0b9a ServantProxyThreadData reset when communicator terminate 2020-11-09 13:54:36 +08:00
ruanshudong
20c38ed950 tc_timer startTimer reset _terminate 2020-11-09 13:52:45 +08:00
ruanshudong
1b82da8faf get rid of the singleton. You can start multiple applications in
a process!
2020-11-09 13:51:03 +08:00
ruanshudong
b6b050878b when epoll server exit, close all fd. 2020-11-09 11:21:33 +08:00
ruanshudong
ed17afed97 fix EndpointManager decontructor 2020-11-09 11:19:32 +08:00
ruanshudong
0b9567c6ae fix communicator terminate 2020-11-09 11:18:24 +08:00
ruanshudong
6d55b41479 application support parse string config 2020-11-09 11:16:42 +08:00
ruanshudong
87c534e7ee fix hash bug in first connection 2020-11-09 11:10:30 +08:00
ruanshudong
c138cad01a remove objectproxy log 2020-11-09 10:55:34 +08:00
ruanshudong
81aef4b59f Merge branch 'release/2.4' of https://github.com/TarsCloud/TarsCpp into release/2.4 2020-11-09 10:48:12 +08:00
ruanshudong
d13b6e3f92 update protocol 2020-11-09 10:46:56 +08:00
ruanshudong
a21c4e51a9 fix tc_sha, __LITTLE_ENDIAN bug in windows/mac 2020-11-09 10:43:42 +08:00
ruanshudong
126078cb1d add hello server config-1 2020-11-09 10:43:42 +08:00
ruanshudong
ea717ae869 hello server add hash test 2020-11-09 10:43:42 +08:00
ruanshudong
7b52e9a58b
Merge pull request #134 from yaoyaochecknow/master
cmake copy .tars文件到tarsproto/protocol中
2020-11-09 10:39:09 +08:00
ruanshudong
cc4d4dd61e
Merge pull request #133 from dpull/master
TC_Shm::init windows缺少_bOwner赋值 及 不应当在全局 using namespace
2020-11-09 10:38:40 +08:00
tantc
a6afeb3842 Merge remote-tracking branch 'upstream/master' 2020-10-26 22:25:39 +08:00
daihuaming
444cea7e11 修复 popen 失败返回空指针 没有判断就直接使用的BUG。 2020-10-24 13:58:14 +08:00
yaoyao
0501e9641e cmake copy .tars文件到tarsproto/protocol中
更改win中目录路径符合 \\到/
2020-10-23 18:38:32 +08:00
Archer
1421a03db8 1. 编译器警告
2. detach后没有设置 _pshm = NULL
2020-10-17 16:32:40 +08:00