1. 14 6月, 2023 1 次提交
  2. 22 3月, 2023 1 次提交
  3. 14 3月, 2023 1 次提交
  4. 09 3月, 2023 1 次提交
  5. 14 2月, 2023 2 次提交
  6. 10 2月, 2023 1 次提交
    • sangshuduo's avatar
      fix: alpine support (#19353) · ea5d925c
      sangshuduo 提交于
      * fix: alpine support
      
      * fix: ostimer thread_id
      
      * fix: taosPrintTrace and tsStreamMax
      
      * fix: make_install.sh and dnodes.py for alpine
      
      * fix: cmake.platform and cut option for alpine
      
      * fix: timer sigev and string convert
      
      * fix: test case for alpine
      
      * fix: fix test script for alpine
      
      * fix: fix test script for alpine
      
      * fix: fix taosLogTrace for Alpine
      
      * fix: fix taosSort
      
      * fix: vnode and mnode compare functions and test cases
      
      * fix: sorting algorithms and unit tests
      
      * fix: libtaosws.so build error on Alpine
      
      * fix: libtaosws.so build error on Alpine
      
      ---------
      Co-authored-by: Nt_max <1172915550@qq.com>
      ea5d925c
  7. 09 12月, 2022 1 次提交
  8. 08 12月, 2022 1 次提交
  9. 17 10月, 2022 2 次提交
  10. 13 10月, 2022 1 次提交
  11. 10 10月, 2022 1 次提交
  12. 08 10月, 2022 1 次提交
    • wafwerar's avatar
      os: Mac package (#17201) · d05b134a
      wafwerar 提交于
      * os: Mac package
      
      * os: Mac package
      
      * os: Mac package
      
      * os: Mac package
      
      * os: Mac package
      
      * os: Mac package
      
      * os: Mac package
      
      * os: Mac package
      
      * os: Mac package
      
      * os: Mac package
      
      * os: Mac package
      
      * os: Mac package
      d05b134a
  13. 27 9月, 2022 1 次提交
  14. 19 9月, 2022 1 次提交
  15. 14 9月, 2022 1 次提交
  16. 02 9月, 2022 1 次提交
  17. 26 8月, 2022 2 次提交
  18. 18 8月, 2022 1 次提交
  19. 19 7月, 2022 1 次提交
    • sangshuduo's avatar
      chore: libtaos ws submodule for3.0 (#15122) · 21562c69
      sangshuduo 提交于
      * chore: add libtaos-ws for 3.0
      
      * chore: update taosws-rs
      
      * chore: add libtaosws to install/remove script
      
      * chore: update taosws-rs
      
      * chore: update taosws-rs
      
      * chore: update taos-tools, taosws-rs
      
      for 3.0
      
      * fix: packaging/tools/make_install.sh
      
      for 3.0
      
      * chore: update taos-tools
      
      * chore: fix release script for 3.0
      
      * chore: update taosws-rs for 3.0
      
      * chore: add taows-rs submodule for 3.0
      
      * chore: update taosws-rs for 3.0
      
      * fix: install script support taosws for 3.0
      
      * fix: script error handle for 3.0
      
      * chore: update taosws-rs for 3.0
      
      fix segfault
      
      * chore: change container_build for websocket build
      
      * fix: install script for taosws
      21562c69
  20. 10 7月, 2022 1 次提交
    • sangshuduo's avatar
      chore: update libtaos ws submodule for3.0 (#14729) · 77a17728
      sangshuduo 提交于
      * chore: add libtaos-ws for 3.0
      
      * chore: update taosws-rs
      
      * chore: add libtaosws to install/remove script
      
      * chore: update taosws-rs
      
      * chore: update taosws-rs
      
      * chore: update taos-tools, taosws-rs
      
      for 3.0
      
      * fix: packaging/tools/make_install.sh
      
      for 3.0
      77a17728
  21. 08 7月, 2022 1 次提交
  22. 30 6月, 2022 1 次提交
  23. 28 6月, 2022 1 次提交
  24. 21 6月, 2022 1 次提交
  25. 14 5月, 2022 2 次提交
  26. 16 4月, 2022 2 次提交
  27. 21 9月, 2021 1 次提交
  28. 07 9月, 2021 1 次提交
  29. 30 8月, 2021 2 次提交
  30. 28 8月, 2021 1 次提交
    • H
      modify make_install.sh to support homebrew (#7535) · 767bd334
      hyy1223 提交于
      * modify make_install.sh to support homebrew
      
      * d
      
      * modify make_insta.sh to support homebrew
      
      * modify make_install.sh to support homebrew
      
      * asas
      
      * ss
      
      * modify make_install.sh to support homebrew
      
      * modify make_install.sh to support homebrew
      767bd334
  31. 23 8月, 2021 2 次提交
  32. 13 7月, 2021 1 次提交
  33. 07 7月, 2021 1 次提交
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3973 use jemalloc for master (#6794) · 175202e0
      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.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      175202e0