Commit graph

141 commits

Author SHA1 Message Date
Yihao Deng
1f181a3458
feat: support tls (#32926) 2025-09-24 13:55:19 +08:00
Yihao Deng
dc6dba0e06
feat: database engine (taosd) supports IPV6 (#31101) 2025-06-10 09:18:58 +08:00
Kaili Xu
13f9bddf3d
feat: support customized taos/taosd (#29736)
* feat: support TDAcoreOS

* chore: cmake options for TD_ACORE

* chore: disable lemon for TD_ACORE

* chore: add lzma2 and msvcregex

* chore: cmake for lzma2

* chore: adapt for TD_ACORE

* chore: adapt strcasecmp for TD_ACORE

* chore: adapt for geos/threadName

* chore: build adapt for TD_ACORE

* chore: build adapt for TD_ACORE

* chore: build adapt for TD_ACORE

* chore: build adapt for TD_ACORE

* chore: build adapt for TD_ACORE termio

* chore: refact transComm.h for TD_ACORE

* chore: refact transportInt.h for TD_ACORE

* chore: refact trans.c for TD_ACORE

* chore: refact trpc.h for TD_ACORE

* chore: refact transCli.c/transComm.c/transSvr.c for TD_ACORE

* chore: refact uv.h for TD_ACORE

* chore: refact geosWrapper.h for TD_ACORE

* chore: refact token/builtins/udf for TD_ACORE

* chore: refact rocks for TD_ACORE

* chore: refact tsdbCache.c for TD_ACORE, use LRU cache for last/last_row, not use rocksdb

* chore: refact FAIL to _ERR to solve conflicts for TD_ACORE

* chore: restore lemon.c/lempar.c

* chore: support build lemon for TD_ACORE

* chore: refact trpc and siginfo_t for TD_ACORE

* chore: refact timezone for TD_ACORE

* chore: refact lz4 for TD_ACORE

* chore: refact TD_ACORE to make compile pass

* chore: code optimization for TD_ASTRA

* feat: support run taos with taosd integrated

* feat: support invoke taos shell

* feat: support invoke taos shell

* feat: support invoke taos shell

* chore: code optimization

* chore: fix undefined reference problem os TD_ASTRA

* chore: resolve compile problem for TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix undefined reference problem os TD_ASTRA

* chore: fix getpid

* chore: fix typo

* chore: set stack size and ajust min pack size for TD_ASTRA

* chore: fix pthread create parameters

* chore: chmod adapt for TD_ASTRA

* chore: fix trans compile problem

* chore: adapt chmod for TD_ASTRA

* chore: byte alignment for TD_ASTRA

* chore: more code for adaption of TD_ASTRA

* chore: more code for adaption of TD_ASTRA

* chore: more code for adaption of TD_ASTRA

* chore: byte alignment for TD_ASTRA

* chore: conditional compile option

* chore: adapt for TD_ASTRA

* chore: adjust taosPId and msvcregex for TD_ASTRA

* chore: log dir separator for wal build name

* chore: fix type of pointer parameter

* chore: fix compile problem of tsdbGetS3Size

* enh: get last ver from wal log for TD_ASTRA

* enh: refact wal meta ver

* enh: refact wal meta ver

* fix: typo of taosUcs4Compare

* enh: process return value of CI

* chore: more code for TD_ASTRA adaption

* chore: return value of taosCloseFile in walMeta.c

* chore: fix compile problem

* chore: fix compile problem of TD_ASTRA

* fix: update macro for tq and stream task

* chore: code optimization for TD_ASTRA

* chore: restore create log and init cfg interface

* chore: restore strncasecmp and strcasecmp

* fix: adjust the field position of SDataBlockInfo

* fix: pragma pack min size

* fix: pragma pack min size

* chore: more code for TD_ASTRA adaption

* fix: type of parameters

* chore: adapt strncasecmp and strcasecmp for TD_ASTRA

* chore: restore interface of init log

* enh: pack push optimization

* fix: taos init cfg

* add astra support

* fix: fetch the value of suid

* chore: switch of  build with udf

* add temp code

* chore: more code for TD_ASTRA adaption

* chore: add macro ERRNO to replace errno

* chore: bytes align for TD_ASTRA

* fix: remove obsolete codes

* enh: support USE_UDF macro

* fix compile error

* fix: resolve redefinition problem

* fix: compile problem of log.cpp

* fix: compile problem of osTimezone

* fix: resolve compile problem of udf

* fix: pragma definition on windows

* fix: ucs4 and stpncpy for TD_ASTRA

* fix: memory align problem for TD_ASTRA

* enh: solve memory leak for TD_ASTRA_RPC

* fix: compile problem of taosSetInt64Aligned

* fix: restore mndSubscribe.c

* fix: scalar for udf

* chore: code adaption for TD_ASTRA

* chore: code optimization for TD_ASTRA

* fix: typo of add definition

* fix: typo of macro in tudf.h

* chore: remove void to make CI pass

* enh: move macro from cmake.platform to cmake.options

* enh: byte align for hash node and error code

* chore: restore the size for lru cache

* enh: restore some code about pack push

* chore: restore the pack push in tmsg.h

* fix: add macro of pack pop for windows

---------

Co-authored-by: yihaoDeng <luomoxyz@126.com>
2025-03-14 13:32:13 +08:00
yihaoDeng
10f2094bd4 Merge remote-tracking branch 'origin/main' into enh/TD-32951 2024-12-17 08:33:43 +08:00
yihaoDeng
19db047e37 telemetry refactor 2024-12-15 12:25:36 +08:00
yihaoDeng
cd4f92ebf2 telemetry refactor 2024-12-14 21:27:37 +08:00
yihaoDeng
f7cb4b9b09 update interface 2024-11-29 14:56:29 +08:00
yihaoDeng
7e11fdeed6 add time out 2024-09-30 16:56:14 +08:00
yihaoDeng
08f962a1d6 Merge remote-tracking branch 'origin/3.0' into enh/opt-transport 2024-09-29 08:59:15 +08:00
yihaoDeng
34f86d9686 Merge remote-tracking branch 'origin/3.0' into enh/opt-transport 2024-09-27 09:41:26 +08:00
yihaoDeng
66ec564700 fix invalid read 2024-09-23 11:33:20 +08:00
yihaoDeng
c345383d5a Merge branch '3.0' into enh/opt-transport 2024-09-16 17:30:57 +08:00
yihaoDeng
b5c1b672a4 Merge branch '3.0' into enh/opt-transport 2024-09-16 09:29:43 +08:00
yihaoDeng
8031f196ad opt parameter 2024-09-13 21:09:00 +08:00
dmchen
c6d8bd7333 ehn/TD-31977-move-qid-to-header 2024-09-10 09:49:36 +00:00
yihaoDeng
f797c8ed2e opt transport 2024-09-06 21:53:52 +08:00
yihaoDeng
603de3976c refactor transport 2024-09-03 19:40:13 +08:00
yihaoDeng
ef3293f316 Merge branch '3.0' into fix/fixInitFailedLog2 2024-08-19 20:23:27 +08:00
yihaoDeng
8c1f51c9e3 add perf 2024-08-06 16:13:10 +08:00
yihaoDeng
188883341a add new interface 2024-08-06 16:12:39 +08:00
Yihao Deng
10d6aeef8d refactor transport 2024-07-22 09:38:19 +00:00
Yihao Deng
b96e282aff refactor code 2024-07-09 03:28:27 +00:00
Yihao Deng
1c4f354adf add http interface 2024-07-08 02:32:55 +00:00
Yihao Deng
5a91039f04 TD-30340 2024-05-30 03:00:56 +00:00
Yihao Deng
2cdaa8c962 opt transport 2024-05-29 09:19:27 +00:00
Haojun Liao
b6debd985b fix(stream): always return success if repeatly recv checkpoint source msg. 2024-05-07 16:33:08 +08:00
Yihao Deng
ac15015cb8 Add RpcNoDelayfp function to handle specific message types 2024-04-26 08:10:39 +00:00
yihaoDeng
e25024cca3 fix invalid free 2024-03-12 07:09:50 +00:00
Yihao Deng
1eee7b44e0 fix crash found on 3.1 2024-01-08 07:31:35 +00:00
yihaoDeng
b9b62a9a00 add rpc sync read timeout 2023-10-19 10:38:45 +08:00
yihaoDeng
d121b564c0 add rpc update interface 2023-09-10 16:11:14 +08:00
yihaoDeng
25bc0b226b add rpc update interface 2023-09-10 14:09:36 +08:00
yihaoDeng
bc27d245b1 add rpc update interface 2023-09-06 21:54:31 +08:00
yihaoDeng
cfb5247e30 change var name 2023-08-09 00:46:18 +00:00
yihaoDeng
79f01ad655 add version check in rpc 2023-07-05 08:16:25 +00:00
Xiaoyu Wang
d4e32cc8f1
Merge pull request #20180 from taosdata/fix/3.0_merge_main
merge 3.0
2023-02-27 17:08:44 +08:00
yihaoDeng
84706fe586 fix: limit session num 2023-02-24 21:20:15 +08:00
yihaoDeng
f294d60681 fix: fix asan problem 2023-02-23 20:40:29 +08:00
yihaoDeng
f19fdaa142 opt trans 2023-02-17 22:40:27 +08:00
yihaoDeng
a6a8daec23 fix: batch write 2023-02-16 15:09:39 +08:00
yihaoDeng
f22d07319f handle too many session 2023-02-15 20:06:04 +08:00
yihaoDeng
e44704b20e opt: opt tag index 2023-02-15 17:26:11 +08:00
dapan1121
dfefb68aa6 feat: support crash report 2022-12-30 13:30:54 +08:00
yihaoDeng
6fb45a5f47 remove unused param 2022-12-13 20:16:45 +08:00
yihaoDeng
4be196491e add fail-fast 2022-12-05 22:39:18 +08:00
yihaoDeng
62bf1c024a refactor retry 2022-11-21 21:25:15 +08:00
yihaoDeng
ba23ed2317 add simple retry 2022-11-20 18:53:48 +08:00
yihaoDeng
27ebbdadf2 add rpc retry config 2022-11-10 19:44:45 +08:00
yihaoDeng
7b30a6ee23 free unfinished ahandle while quit 2022-11-08 20:45:11 +08:00
afwerar
f80dbfb6f5 fix: memory param over 2022-10-13 18:48:06 +08:00