afwerar
|
b9a1c6744c
|
os: add Mac compile support
|
2022-07-02 17:40:23 +08:00 |
afwerar
|
7a7098315c
|
os: fix other error
|
2022-07-02 14:38:25 +08:00 |
afwerar
|
1a18422fdb
|
os: fix sprintf signed char error
|
2022-07-02 14:29:56 +08:00 |
Liu Jicong
|
269b33c02d
|
Merge branch '3.0' into feature/stream
|
2022-07-01 14:39:52 +08:00 |
Liu Jicong
|
52d09b4173
|
refactor(wal)
|
2022-07-01 14:39:21 +08:00 |
afwerar
|
4e8f3db596
|
os: replace win qsort func
|
2022-07-01 11:54:21 +08:00 |
afwerar
|
06e8ba9f14
|
os: win shell catch ctrl-c
|
2022-06-27 20:56:37 +08:00 |
Yihao Deng
|
6e4e10ad41
|
Merge pull request #14214 from taosdata/feat/rpcRefactor1
feat: rpc refactor
|
2022-06-25 14:47:37 +08:00 |
afwerar
|
925276e449
|
os: add alloca func
|
2022-06-25 11:14:10 +08:00 |
yihaoDeng
|
23d1e55718
|
handle except
|
2022-06-23 20:29:14 +08:00 |
yihaoDeng
|
3b1664d9e4
|
feat: refactor rpc code
|
2022-06-22 18:50:39 +08:00 |
afwerar
|
c234adbb85
|
shell: fix shell chinese error
|
2022-06-22 17:07:49 +08:00 |
afwerar
|
9dff7b93c6
|
test: fix sim test error
|
2022-06-21 20:04:55 +08:00 |
yihaoDeng
|
3d15b65cea
|
fix: avoid timeout event lost
|
2022-06-17 21:46:09 +08:00 |
afwerar
|
528d7d7248
|
os: add dll check
|
2022-06-16 15:46:51 +08:00 |
afwerar
|
8908407918
|
fix(os): add log data dir configure
|
2022-06-01 11:33:15 +08:00 |
afwerar
|
5acf419019
|
fix(os): win not close file ctest error
|
2022-05-21 23:47:39 +08:00 |
afwerar
|
51721dfc47
|
fix(os): win run error
|
2022-05-19 10:37:11 +08:00 |
afwerar
|
b7ca4f7710
|
fix(os): win str to int64 error
|
2022-05-17 13:50:16 +08:00 |
Liu Jicong
|
8b6820ffb0
|
Merge pull request #12489 from taosdata/feature/stream
refactor(stream)
|
2022-05-15 08:34:58 +08:00 |
Liu Jicong
|
a6015d2f39
|
refactor(stream)
|
2022-05-15 08:14:23 +08:00 |
afwerar
|
61729d6805
|
fix(os): update windows compile error
|
2022-05-14 10:43:00 +08:00 |
afwerar
|
32e6557353
|
fix(os): add print trace func.
|
2022-05-11 01:53:30 +08:00 |
afwerar
|
4836843b99
|
fix(os): TDinternal CI error.
|
2022-05-09 17:03:31 +08:00 |
Yihao Deng
|
fe66836ca3
|
Merge pull request #12141 from taosdata/fix/invalid-fqdn
enh(rpc): taosd exited when fqdn is configed to invalid
|
2022-05-06 15:19:43 +08:00 |
yihaoDeng
|
315c9c37dc
|
enh(rpc): taosd exited when fqdn is configed to invalid
|
2022-05-05 23:14:36 +08:00 |
Ganlin Zhao
|
8430a94c81
|
Merge branch '3.0' into feature/3.0_glzhao
|
2022-05-05 18:37:47 +08:00 |
Ganlin Zhao
|
455737f2cb
|
fix(query): add hex encoding/decoding for transmitting nchar constant
from client to server in JSON
|
2022-05-05 17:15:09 +08:00 |
afwerar
|
cbd39f831f
|
fix(os): switch to JOM compilation.
|
2022-04-29 20:20:07 +08:00 |
afwerar
|
bf9ab440a7
|
fix(os): fix new compilation errors.
|
2022-04-27 17:39:54 +08:00 |
yihaoDeng
|
9c510f331c
|
feature(rpc): add connect timeout
|
2022-04-27 15:47:25 +08:00 |
Shengliang Guan
|
15ddbe8231
|
Merge remote-tracking branch 'origin/3.0' into feature/check
|
2022-04-24 11:25:15 +08:00 |
Liu Jicong
|
581b71cf13
|
merge from 3.0
|
2022-04-22 19:54:04 +08:00 |
Liu Jicong
|
32e9887664
|
feat(tmq): add push mode
|
2022-04-22 19:47:00 +08:00 |
afwerar
|
fc24521621
|
fix(os): windows compile 3.0.
|
2022-04-22 09:54:27 +08:00 |
Shengliang Guan
|
d2d5196186
|
refactor(tools): refact shell codes
|
2022-04-21 21:10:09 +08:00 |
slzhou
|
ad398bb626
|
run ci test again
|
2022-04-21 18:00:12 +08:00 |
afwerar
|
68b69be5fa
|
fix(os): centos pthread spinlock error.
|
2022-04-18 20:52:10 +08:00 |
Shengliang Guan
|
0d262b8747
|
fix: definite lost in tlog.c found by valgrind
|
2022-04-18 10:22:20 +08:00 |
afwerar
|
66ea2d6bdc
|
fix(os): .free func const ptr.
|
2022-04-15 10:49:00 +08:00 |
Ganlin Zhao
|
4eb20bda19
|
Merge pull request #11478 from taosdata/feature/TD-14243
feat(query): add today()/today() + duration in insert clause
|
2022-04-14 15:01:26 +08:00 |
Ganlin Zhao
|
b355e2b3c8
|
feat(query): add today()/today() + duration in insert clause
TD-14243
|
2022-04-14 12:53:59 +08:00 |
afwerar
|
5034cf4e3f
|
fix(grant): taosd -k.
|
2022-04-13 16:48:29 +08:00 |
afwerar
|
1cb0680061
|
fix: make mul dir error.
|
2022-04-12 20:23:00 +08:00 |
Shengliang Guan
|
c55a3c2f9e
|
Merge remote-tracking branch 'origin/3.0' into feature/node
|
2022-04-12 13:20:49 +08:00 |
afwerar
|
c11946fd75
|
[TD-13756]<fix>: Fix macro name error.
|
2022-04-11 18:55:43 +08:00 |
Shengliang Guan
|
7f3b15020c
|
fix(cluster): get monitor info in multi-process mode
|
2022-04-11 18:13:55 +08:00 |
Shengliang Guan
|
f492ae743a
|
feat: send monitor information in multi-process mode
|
2022-04-08 16:05:28 +08:00 |
Shengliang Guan
|
e4652d5a7c
|
adjust thread nums
|
2022-04-07 14:48:13 +08:00 |
Shengliang Guan
|
becac9fd27
|
Merge remote-tracking branch 'origin/3.0' into feature/shm
|
2022-04-01 19:07:19 +08:00 |