Jeff Tao
|
10eabebfbc
|
change the return type
|
2020-06-30 11:57:08 +00:00 |
Jeff Tao
|
65f3a7ef8d
|
change the rpcMsg definition
|
2020-06-30 11:26:10 +00:00 |
Haojun Liao
|
bdee045c56
|
[td-225] add cancel query support, fix bugs in load file blocks when column has already been updated.
|
2020-06-18 18:40:35 +08:00 |
Jeff Tao
|
3ddef8f7e2
|
add rpcCancelRequest API
|
2020-06-14 00:21:32 +00:00 |
Jeff Tao
|
a9ec661f0f
|
return -1 if connection is already closed
|
2020-06-12 07:12:18 +00:00 |
Jeff Tao
|
c0aed5989c
|
report broken link to server
|
2020-06-09 10:14:20 +00:00 |
Shengliang Guan
|
cf6872796b
|
[TD-335] first compiler vresion
|
2020-05-27 10:10:16 +00:00 |
Jeff Tao
|
95d7105e15
|
tune the debug info
|
2020-05-17 14:36:35 +00:00 |
jtao1735
|
feb4bbcde0
|
support RpcIpSet change
|
2020-05-11 13:10:56 +00:00 |
jtao1735
|
71d3106d4e
|
first version
|
2020-04-28 12:28:20 +00:00 |
jtao1735
|
4e3f4f8c86
|
some changes
|
2020-04-27 01:34:16 +00:00 |
Jeff Tao
|
1958981b0e
|
add const in API
|
2020-04-11 10:31:48 +08:00 |
Jeff Tao
|
92fa341fc5
|
add the code for synchronous client API
|
2020-03-28 15:45:17 +08:00 |
slguan
|
54405164cf
|
[TD-10] change message name, and the create user commnad can be executed
|
2020-03-11 17:41:07 +08:00 |
Jeff Tao
|
0207d0ebb7
|
Merge branch '2.0' into refact/rpc
|
2020-03-08 10:40:41 +08:00 |
Jeff Tao
|
2eadeb93ad
|
a new version fro tqueue
|
2020-03-08 10:28:30 +08:00 |
Jeff Tao
|
cebd07dba0
|
new version for tqueue.c
|
2020-03-07 22:57:25 +08:00 |
Jeff Tao
|
ffdc93d13c
|
put tsRpcMaxUdpSize as an configurable parameter
|
2020-02-29 17:24:57 +08:00 |
Jeff Tao
|
7d5b51ab30
|
change the API rpcFreeCont implementation, so app can release the request message
fix a few minor bugs
|
2020-02-29 17:09:04 +08:00 |
slguan
|
15506d57b4
|
Merge pull request #1256 from taosdata/refact/rpc
Refact/rpc
|
2020-02-24 21:08:10 +08:00 |
slguan
|
7cedf4afd6
|
rename meter to table
|
2020-02-24 14:48:14 +08:00 |
Jeff Tao
|
f74ad86c54
|
support multiple UDP threads
change the mutex in connection cache to home made lock
|
2020-02-22 19:52:38 +08:00 |
slguan
|
d43c0ab26a
|
client can send msg to server
|
2020-02-22 17:09:38 +08:00 |
Jeff Tao
|
f9302e8a39
|
made minor changes to make code nicer
|
2020-02-22 10:17:39 +08:00 |
Jeff Tao
|
25a4625ef6
|
support both TCP and UDP simultaneously for both server and client
|
2020-02-22 08:01:42 +08:00 |
Jeff Tao
|
56d1c42f7e
|
add destIp support for NAT
|
2020-02-21 18:18:42 +08:00 |
Jeff Tao
|
aea2e74ef8
|
add more code for testing
|
2020-02-21 17:26:47 +08:00 |
Jeff Tao
|
baf6b0fa78
|
more bug fix
|
2020-02-20 11:13:36 +08:00 |
Jeff Tao
|
a2629a0287
|
fix some bugs, rename files in rpc module
|
2020-02-20 07:05:47 +08:00 |
Jeff Tao
|
99849ec745
|
Merge branch '2.0' of https://github.com/taosdata/TDengine into 2.0
|
2020-02-19 21:12:11 +08:00 |
Jeff Tao
|
1318212c55
|
more optimization
|
2020-02-19 21:07:16 +08:00 |
slguan
|
32e7e0e7d8
|
cmake file for rpc unittest
|
2020-02-19 17:03:06 +08:00 |
slguan
|
4cce8fbb27
|
dnode
|
2020-02-19 14:34:56 +08:00 |
slguan
|
3aef011db2
|
dnodeMgmt.h
|
2020-02-18 23:58:53 +08:00 |
Jeff Tao
|
83edc110fe
|
remove the unnessasy header file
|
2020-02-18 07:45:21 +08:00 |
Jeff Tao
|
fc22eb445d
|
rearrange the code to make it more readable
|
2020-02-18 07:06:41 +08:00 |
Jeff Tao
|
005a7fdaf8
|
fix the compiling errors
|
2020-02-18 00:30:05 +08:00 |
Jeff Tao
|
def046eb54
|
made minor changes
|
2020-02-17 19:11:23 +08:00 |
lihui
|
3980d488e3
|
[TBASE-1199]
|
2019-11-20 13:27:28 +08:00 |
slguan
|
9c7fb6b00f
|
[TBASE-1161]
|
2019-11-16 11:29:19 +08:00 |
slguan
|
c2e91fcb75
|
Adjust code structure
|
2019-11-07 18:12:26 +08:00 |
hjxilinx
|
afb33efc6a
|
configure the connection option through taos_options #671
|
2019-11-04 17:59:57 +08:00 |
hjxilinx
|
654a5061ff
|
configure the socket type(TCP/UDP) in config file.#671
|
2019-11-04 13:16:31 +08:00 |
hjxilinx
|
6e01c527a6
|
supress some warnings from clang-tidy,valgrind etc.
|
2019-10-11 14:33:42 +08:00 |
slguan
|
806a9310e3
|
fix issue #552
|
2019-09-24 14:32:12 +08:00 |
slguan
|
d28ee044d1
|
fix issue #514
|
2019-09-16 17:55:29 +08:00 |
hzcheng
|
57492cc12d
|
TDengine first commit
|
2019-07-11 16:36:16 +08:00 |