Commit graph

37 commits

Author SHA1 Message Date
kevin men
adbd4d724a
fix: utf8 characters cannot be entered in the aarch64 version of taos (#31103)
* fix: modify utf8 code check

* fix: add utf8 code check test case
2025-05-17 10:53:42 +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
Alex Duan
c5afbf5474 fix: memory leak with cmd.command and buffer 2024-05-04 21:09:25 +08:00
Alex Duan
f94c457141 windows can not del after press tab 2024-03-18 21:09:32 +08:00
Alex Duan
62b2a5320e fix: prune assert 2023-12-30 21:29:49 +08:00
wangmm0220
d031a77b58 fix:[TD-25300]dead loop if getchar return EOF in arm64 2023-07-20 15:40:41 +08:00
xinsheng Ren
936f282eab
TD-21220 fix assert (#19363)
* TD-21220 fix assert

* fix/compile failed

* fix/taosEOFFile exception return

Co-authored-by: facetosea <25808407@qq.com>
2023-01-05 09:20:14 +08:00
Alex Duan
5039648174 fix(shell): forbied tab feature on windows 2022-10-21 11:51:03 +08:00
Alex Duan
14c02530b5 fix(shell): fixed chinese input error 1 2022-10-20 18:46:39 +08:00
Alex Duan
892bdb75fc fix(shell): fixed chinese input error 2022-10-20 18:39:35 +08:00
Alex Duan
48069ca974 fix(shell): restore zhiqiang modify chinese char show modifing 2022-10-19 20:14:30 +08:00
Alex Duan
720c16bf0a fix(shell): coverity problem for some 2022-10-19 19:53:10 +08:00
afwerar
9078f6157c fix: shell input Chinese char error 2022-10-18 15:37:00 +08:00
afwerar
9c458b68ee fix: win shell tab auto input 2022-10-11 18:37:38 +08:00
Alex Duan
f1dd2d5675 feat(shell): add port to 3.0 buld ok 2022-09-07 10:16:00 +08:00
Shengliang Guan
4401080328 enh: make cmake .. -DCMAKE_BUILD_TYPE=Release work 2022-08-31 18:06:17 +08:00
afwerar
ac592b073b feat: add table create limit 2022-08-02 20:03:45 +08:00
afwerar
4247cac970 shell: fix shell history error 2022-07-23 14:07:20 +08:00
afwerar
194459bfc4 os: fix Mac shell error 2022-07-06 14:38:24 +08:00
afwerar
e10e621fc2 shell: fix shell ctrl-d error 2022-07-01 15:16:19 +08:00
afwerar
06e8ba9f14 os: win shell catch ctrl-c 2022-06-27 20:56:37 +08:00
afwerar
fed3b36b0e shell: fix shell chinese error 2022-06-23 09:40:35 +08:00
afwerar
c234adbb85 shell: fix shell chinese error 2022-06-22 17:07:49 +08:00
afwerar
0815843e94 fix(os): make taosd.exe taos.exe run on windows. 2022-05-13 21:42:16 +08:00
wangmm0220
05daba7f8e refactor:merge from 3.0 2022-05-06 11:28:34 +08:00
wangmm0220
990205d684 refactor: schemaless tmp commit 2022-04-27 21:29:25 +08:00
afwerar
dce677a72d fix(os): fix window compilation errors. 2022-04-26 14:11:16 +08:00
Shengliang Guan
3d9e27edb8 fix: remove un-necessary logs 2022-04-25 10:53:06 +08:00
Shengliang Guan
d2d5196186 refactor(tools): refact shell codes 2022-04-21 21:10:09 +08:00
Shengliang Guan
2d94f8a875 refactor: rename files 2022-04-20 19:46:55 +08:00
Shengliang Guan
9e287ce29f refactor: rename shell functions 2022-04-20 19:44:25 +08:00
Shengliang Guan
0f22cf1d2e refactor: rename shell.h 2022-04-20 19:13:22 +08:00
Shengliang Guan
10f99917c9 style: format shell 2022-04-18 21:14:32 +08:00
afwerar
222db126bc [TD-13758]<fix>: redefine memory api. 2022-03-26 00:29:53 +08:00
afwerar
159c2671a2 [TD-13767]<fix>: forbid wchar_t. 2022-03-18 16:48:12 +08:00
Shengliang Guan
00833f7390 TD-10431 shell module 2021-12-17 15:49:27 +08:00
Shengliang Guan
c604393e5d change file directory 2021-12-17 13:44:11 +08:00
Renamed from src/kit/shell/src/shellCommand.c (Browse further)