ZoeAllen
|
160ea0a253
|
add server heartbeat plugin
|
2020-08-15 17:29:48 +08:00 |
|
smallnest
|
e4de7918ec
|
remove v5 to make master to support gopath
|
2020-08-11 17:04:52 +08:00 |
|
smallnest
|
2b2d19376a
|
pump version to v5.7.2
|
2020-08-06 17:25:11 +08:00 |
|
Onigiri
|
005582cb16
|
fix: fix data race in ActiveClientConn
|
2020-07-24 22:14:18 +08:00 |
|
smallnest
|
bd48ea556b
|
implement graceful restart
|
2020-07-13 18:00:08 +08:00 |
|
smallnest
|
b01b68f586
|
improve function call
|
2020-05-16 14:31:36 +08:00 |
|
smallnest
|
9e5976a9d1
|
add serviceName and methodName in the Call plugin
|
2020-05-12 23:14:26 +08:00 |
|
smallnest
|
691cb10a34
|
add PreCall and PostCall plugins of server
|
2020-05-12 20:28:15 +08:00 |
|
smallnest
|
bafc362557
|
#399 improve message.Encode using buffer pool
|
2020-05-03 19:15:19 +08:00 |
|
smallnest
|
b633eed003
|
remove v5
|
2020-04-28 18:42:05 +08:00 |
|
smallnest
|
d9d3fafbec
|
modify for v5
|
2020-04-28 18:40:29 +08:00 |
|
smallnest
|
c13fa98bc4
|
remove v5
|
2020-04-28 18:20:33 +08:00 |
|
smallnest
|
1eebab9d9c
|
add v5 tempralrily
|
2020-04-28 18:18:03 +08:00 |
|
smallnest
|
bff251b691
|
write idiomatic go code
|
2020-04-14 19:49:25 +08:00 |
|
Lone
|
c1e8082362
|
add http-conn context-key
|
2020-03-30 16:14:02 +08:00 |
|
smallnest
|
9063e1f0bd
|
return ErrServerClosed if the listener is closed
|
2020-02-20 13:42:00 +08:00 |
|
smallnest
|
78d7a4d32e
|
add ServeListener method
|
2020-02-13 12:48:23 +08:00 |
|
smallnest
|
4003cd83e4
|
close net.Listener before waiting all connection closed
|
2019-12-26 19:39:33 +08:00 |
|
smallnest
|
4242298650
|
fix log issue and improve compress by using pool
|
2019-12-18 20:16:23 +08:00 |
|
smallnest
|
1ff3b1aebf
|
use warpped net.Conn as the key
|
2019-12-02 10:48:17 +08:00 |
|
yuanjize
|
deffb45b1e
|
improve code quality
|
2019-11-22 22:11:46 +08:00 |
|
smallnest
|
8c58dea138
|
#372 close the connection if auth failed
|
2019-10-17 10:05:54 +08:00 |
|
smallnest
|
fe7ecbb1c8
|
close the connection if the connection has not passed in the plugin pipeline
|
2019-07-08 16:07:01 +08:00 |
|
smallnest
|
d90b4ba208
|
add 2 options to control httpinvoke and jsonrpc 2.0 services
|
2019-05-30 20:12:39 +08:00 |
|
smallnest
|
d62a442068
|
#326 fix the issue that errors have been overrided
|
2019-05-22 19:45:35 +08:00 |
|
smallnest
|
8571645067
|
#323 put oneway reply into pool
|
2019-05-10 11:06:53 +08:00 |
|
smallnest
|
0e71741fb2
|
fix race issue
|
2019-04-11 10:56:46 +08:00 |
|
smallnest
|
dd4300b521
|
#313 support CORS for jsonrpc2
|
2019-03-26 16:30:19 +08:00 |
|
smallnest
|
48023c31be
|
#312 rpcx should not invoke os.Exit. It is the responsibility of the application
|
2019-03-25 18:13:59 +08:00 |
|
smallnest
|
08a6536706
|
avoid to invoke plugins if the connection is closed
|
2019-01-31 11:11:30 +08:00 |
|
smallnest
|
e67be6a4de
|
#232 support opentracing
|
2019-01-25 17:03:25 +08:00 |
|
liyiheng
|
1068f350b1
|
Optimize: Some lint issues fixed.
|
2018-12-13 20:19:59 +08:00 |
|
smallnest
|
fa882ccb86
|
add a method to get all active client connections
|
2018-09-25 11:52:39 +08:00 |
|
smallnest
|
559170b94f
|
do not auth for heartbeat requests
|
2018-09-11 19:32:28 +08:00 |
|
smallnest
|
c205a7da6f
|
#245 shutdown gateway graceful too
|
2018-08-15 18:17:48 +08:00 |
|
goodjava@qq.com
|
48f8d725b3
|
[+]优雅关机
|
2018-06-29 15:16:20 +08:00 |
|
goodjava@qq.com
|
7678e66a84
|
[+]优雅关机
|
2018-06-29 13:20:09 +08:00 |
|
goodjava@qq.com
|
b1f485da35
|
[+]优雅关机
|
2018-06-29 13:14:45 +08:00 |
|
goodjava@qq.com
|
bf13dee8f6
|
[+]优雅关机
|
2018-06-29 11:05:38 +08:00 |
|
goodjava@qq.com
|
d2ad510535
|
[+]优雅关机
|
2018-06-29 10:15:20 +08:00 |
|
smallnest
|
59c25973d9
|
#202 add PostConnClosePlugin
|
2018-06-14 19:26:48 +08:00 |
|
smallnest
|
5b4806e1dc
|
#212 remove duplicated unzip
|
2018-04-25 21:34:19 +08:00 |
|
smallnest
|
f1c003a1e0
|
#212 implement compressor
|
2018-04-25 20:21:59 +08:00 |
|
smallnest
|
0a76452828
|
handle error of postreadrequest
|
2018-04-09 16:58:31 +08:00 |
|
smallnest
|
6883f803fa
|
a broken AP change: extend PreWriteResponse
|
2018-02-27 17:33:02 +08:00 |
|
smallnest
|
013342af57
|
args can be pointer or not ans we should handles different cases for the argument
|
2018-02-27 16:56:20 +08:00 |
|
smallnest
|
52f3e2f02c
|
#183 invoke rpcx services via http
|
2018-01-19 18:27:01 +08:00 |
|
smallnest
|
40fea5fcff
|
add plugin for sending messages to clients
|
2018-01-15 15:15:04 +08:00 |
|
smallnest
|
8ee9ed2658
|
#194 implement bidirectional commnunication
|
2018-01-12 18:54:19 +08:00 |
|
smallnest
|
269eb25a8e
|
update metrics plugin
|
2018-01-04 17:42:27 +08:00 |
|