- 19 7月, 2022 4 次提交
-
-
由 sangshuduo 提交于
* chore: add taosws-rs as plugin * chore: update taosws-rs * chore: add taosws install/remove in scripts * chore: update taosws-rs * chore: update taosws-rs * fix: _smartly_ build ws lib * chore: enhance CMakeLists.txt * fix: packaging/tools/make_install.sh * chore: update taos-tools * docs: modify readme * fix: tools/*.sh * chore: update taosws-rs * test: fix tools/taosdumpTest3.py * chore: use feat/ws-stmt branch of taosws-rs * chore: update taosws-rs * chore: update taosws-rs * chore: update taosws-rs * chore: update taosws-rs * chore: update taosws-rs * fix: install script support libtaosws * fix: install script support libtaosws * fix: script error handle * chore: update taosws-rs fix segfault * chore: update jenkins file to support websocket build * chore: revert jenkinsfile2 * fix: tools/remove_client.sh * fix: install script * chore: add libtaosws to tools
-
由 sangshuduo 提交于
* chore: add taosws-rs as plugin * chore: update taosws-rs * chore: add taosws install/remove in scripts * chore: update taosws-rs * chore: update taosws-rs * fix: _smartly_ build ws lib * chore: enhance CMakeLists.txt * fix: packaging/tools/make_install.sh * chore: update taos-tools * docs: modify readme * fix: tools/*.sh * chore: update taosws-rs * test: fix tools/taosdumpTest3.py * chore: use feat/ws-stmt branch of taosws-rs * chore: update taosws-rs * chore: update taosws-rs * chore: update taosws-rs * chore: update taosws-rs * chore: update taosws-rs * fix: install script support libtaosws * fix: install script support libtaosws * fix: script error handle * chore: update taosws-rs fix segfault * chore: update jenkins file to support websocket build * chore: revert jenkinsfile2
-
由 sangshuduo 提交于
* chore: add taosws-rs as plugin * chore: update taosws-rs * chore: add taosws install/remove in scripts * chore: update taosws-rs * chore: update taosws-rs * fix: _smartly_ build ws lib * chore: enhance CMakeLists.txt * fix: packaging/tools/make_install.sh * chore: update taos-tools * docs: modify readme * fix: tools/*.sh * chore: update taosws-rs * test: fix tools/taosdumpTest3.py * chore: use feat/ws-stmt branch of taosws-rs * chore: update taosws-rs * chore: update taosws-rs * chore: update taosws-rs * chore: update taosws-rs * chore: update taosws-rs * fix: install script support libtaosws * fix: install script support libtaosws
-
由 sangshuduo 提交于
* chore: add taosws-rs as plugin * chore: update taosws-rs * chore: add taosws install/remove in scripts * chore: update taosws-rs * chore: update taosws-rs * fix: _smartly_ build ws lib * chore: enhance CMakeLists.txt * fix: packaging/tools/make_install.sh * chore: update taos-tools * docs: modify readme * fix: tools/*.sh * chore: update taosws-rs * test: fix tools/taosdumpTest3.py * chore: use feat/ws-stmt branch of taosws-rs * chore: update taosws-rs * chore: update taosws-rs * chore: update taosws-rs * chore: update taosws-rs * chore: update taosws-rs * fix: install script support libtaosws
-
- 27 4月, 2022 1 次提交
-
-
由 sangshuduo 提交于
for develop branch [TD-15158]
-
- 26 4月, 2022 1 次提交
-
-
由 sangshuduo 提交于
* [TD-12810]<fix>(other): install script cleanup * [TD-12810]<fix>(other): install script cleanup fix taosadapter config * [TD-12810]<fix>(other): install script cleanup fix make_install.sh * [TD-12810]<fix>(other): install script cleanup fix install.sh * [TD-12810]<fix>(other): install script cleanup fix makepkg.sh * [TD-12810]<fix>(other): install script cleanup remove init.d from deb and rpm * fix: don't create connector directory [TD-12810]
-
- 18 1月, 2022 1 次提交
-
-
由 Zhiyu Yang 提交于
* remove deprecated scripts * remove oem infos * [TS-997]<release>(other): release packaging scripts on linux and windows * [TS-997]<release>(other): release packaging scripts on linux and windows * [TS-1073]<release>(other): remove taosadapter.service dependence with taosd
-
- 19 12月, 2021 1 次提交
-
-
由 sangshuduo 提交于
Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 29 11月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* [TD-11128]<feature>: move taosdump out of tdengine. * [TD-11128]<feature>: move taosdump out from TDengine. * remove avro installation from deb and rpm * update to full function taos-tools * update taos-tools with better tar.gz support. * make taosdump build by default. and disable taoshellCheckCase.py temporarily. * update README.md for taos-tools build. * disable taos-tools on arm. * disable taosdumpTestNanoSupport.py case due to taosdump do not support sql format * export interface taos_parse_time() with same style. * fix taos-tools install script. * fix version format for rpmbuild * update README.md
-
- 13 9月, 2021 2 次提交
-
-
由 Zhiyu Yang 提交于
-
由 Zhiyu Yang 提交于
-
- 09 7月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* [TD-3973]<feature>: add jemalloc as submodule. * [TD-3973]<feature>: add jemalloc as submodule. * [TD-3973]<feature>: use jemalloc. build works as following instructions: cmake .. -DJEMALLOC_ENABLED=true make * fix jemalloc at tag 5.2.1 * fix conflicts * make install works. * fix conflicts. * release script works. * fix typo * [TD-3937]<feature>: support jemalloc add install funtion to all scripts. * adjust install_jemalloc() position for check compatibility. * fix position bug. * add ldconfig for jemalloc library cache refresh. * cherry pick from develop branch. * cherry pick from develop branch. * fix install_jemalloc() in install_client.sh. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 06 7月, 2021 4 次提交
-
-
由 sangshuduo 提交于
* [TD-3973]<feature>: add jemalloc as submodule. * add macro definitions in cmake. * [TD-3973]<feature>: use jemalloc. build works as following instructions: cmake .. -DJEMALLOC_ENABLED=true make * fix jemalloc at tag 5.2.1 * link jemalloc works. * make install works. * support jemalloc in release.sh. * release script works. * fix a typo. * [TD-3937]<feature>: support jemalloc add install funtion to all scripts. * adjust install_jemalloc() position for update check compatiblity. * fix position bug. * add ldconfig for jemalloc library cache refresh. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [TD-3973]<feature>: add jemalloc as submodule. * [TD-3973]<feature>: add jemalloc as submodule. * [TD-3973]<feature>: use jemalloc. build works as following instructions: cmake .. -DJEMALLOC_ENABLED=true make * fix jemalloc at tag 5.2.1 * fix conflicts * make install works. * fix conflicts. * release script works. * fix typo * [TD-3937]<feature>: support jemalloc add install funtion to all scripts. * adjust install_jemalloc() position for check compatibility. * fix position bug. * add ldconfig for jemalloc library cache refresh. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [TD-3973]<feature>: add jemalloc as submodule. * add macro definitions in cmake. * [TD-3973]<feature>: use jemalloc. build works as following instructions: cmake .. -DJEMALLOC_ENABLED=true make * fix jemalloc at tag 5.2.1 * link jemalloc works. * make install works. * support jemalloc in release.sh. * release script works. * fix a typo. * [TD-3937]<feature>: support jemalloc add install funtion to all scripts. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [TD-3973]<feature>: add jemalloc as submodule. * [TD-3973]<feature>: add jemalloc as submodule. * [TD-3973]<feature>: use jemalloc. build works as following instructions: cmake .. -DJEMALLOC_ENABLED=true make * fix jemalloc at tag 5.2.1 * fix conflicts * make install works. * fix conflicts. * release script works. * fix typo * [TD-3937]<feature>: support jemalloc add install funtion to all scripts. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 19 2月, 2021 1 次提交
-
-
由 sangshuduo 提交于
-
- 25 1月, 2021 1 次提交
-
-
由 slguan 提交于
-
- 17 1月, 2021 1 次提交
-
-
由 freemine 提交于
2. initial port of taosd for MacOSX
-
- 29 12月, 2020 1 次提交
-
-
由 Hui Li 提交于
-
- 28 11月, 2020 1 次提交
-
-
由 Hui Li 提交于
-
- 19 11月, 2020 2 次提交
-
-
由 plum-lihui 提交于
-
由 zyyang-taosdata 提交于
-
- 29 8月, 2020 1 次提交
-
-
由 Hui Li 提交于
-
- 13 8月, 2020 3 次提交
- 11 8月, 2020 1 次提交
-
-
由 Hui Li 提交于
-
- 11 2月, 2020 1 次提交
-
-
由 lihui 提交于
-
- 16 1月, 2020 1 次提交
-
-
由 slguan 提交于
-
- 20 12月, 2019 1 次提交
-
-
由 Frozen 提交于
-
- 22 11月, 2019 1 次提交
-
-
由 lihui 提交于
-
- 11 7月, 2019 1 次提交
-
-
由 hzcheng 提交于
-