1. 19 8月, 2021 2 次提交
    • sangshuduo's avatar
      Feature/sangshuduo/td 5844 cmdline parameters align (#7458) · e9c28a63
      sangshuduo 提交于
      * [TD-5844]<feature>: make cmd line parameter similar.
      
      * fix test case align with taosdemo change.
      
      * fix windows stack overflow issue.
      
      * fix mac compile error.
      
      * fix taosdemo cmdline parameter in tests/pytest/tools/taosdemoAllTest/NanoTestCase/taosdemoTestSupportNanoInsert.py
      
      * fix windows compiler options.
      
      * make taos.exe use mysql style password input.
      
      * make taos shell and taosdump use mysql style password input.
      
      * determine scanf return value.
      
      * make console echo off during password input.
      
      * use one macro to define password length.
      
      * fix --password. change taos shell '-z' for timezone
      e9c28a63
    • sangshuduo's avatar
      Feature/sangshuduo/td 5844 cmdline parameters align (#7442) · 47625967
      sangshuduo 提交于
      * [TD-5844]<feature>: make cmd line parameter similar.
      
      * fix test case align with taosdemo change.
      
      * fix windows stack overflow issue.
      
      * fix mac compile error.
      
      * fix taosdemo cmdline parameter in tests/pytest/tools/taosdemoAllTest/NanoTestCase/taosdemoTestSupportNanoInsert.py
      
      * fix windows compiler options.
      
      * make taos.exe use mysql style password input.
      
      * make taos shell and taosdump use mysql style password input.
      
      * determine scanf return value.
      
      * make console echo off during password input.
      47625967
  2. 15 8月, 2021 1 次提交
    • sangshuduo's avatar
      Feature/sangshuduo/td 5844 cmdline parameters align (#7239) · 02f6f5e4
      sangshuduo 提交于
      * [TD-5844]<feature>: make cmd line parameter similar.
      
      * fix test case align with taosdemo change.
      
      * fix windows stack overflow issue.
      
      * fix mac compile error.
      
      * fix taosdemo cmdline parameter in tests/pytest/tools/taosdemoAllTest/NanoTestCase/taosdemoTestSupportNanoInsert.py
      
      * fix windows compiler options.
      
      * make taos.exe use mysql style password input.
      
      * make taos shell and taosdump use mysql style password input.
      
      * determine scanf return value.
      02f6f5e4
  3. 07 8月, 2021 1 次提交
  4. 06 8月, 2021 1 次提交
  5. 05 8月, 2021 1 次提交
  6. 04 8月, 2021 3 次提交
  7. 03 8月, 2021 1 次提交
  8. 27 7月, 2021 2 次提交
  9. 24 7月, 2021 2 次提交
  10. 23 7月, 2021 1 次提交
  11. 22 7月, 2021 1 次提交
  12. 20 7月, 2021 1 次提交
  13. 11 7月, 2021 4 次提交
  14. 07 7月, 2021 3 次提交
  15. 06 7月, 2021 2 次提交
  16. 02 7月, 2021 2 次提交
  17. 28 6月, 2021 1 次提交
  18. 27 6月, 2021 1 次提交
  19. 24 6月, 2021 2 次提交
  20. 22 6月, 2021 2 次提交
  21. 14 5月, 2021 1 次提交
  22. 11 5月, 2021 2 次提交
  23. 06 5月, 2021 2 次提交
  24. 05 5月, 2021 1 次提交
    • sangshuduo's avatar
      Hotfix/sangshuduo/td 3197 fix taosdemo coverity scan (#6003) · 250b27d1
      sangshuduo 提交于
      * [TD-3197] <fix>: fix taosdemo coverity scan issues.
      
      * [TD-3197] <fix>: fix taosdemo coverity scan issue.
      
      fix subscribeTest pids uninitialized.
      
      * [TD-3197] <fix>: fix taosdemo coverity scan issues.
      
      * [TD-3197] <fix>: fix coverity scan issues.
      
      check super tbl info pointer.
      
      * [TD-3197] <fix>: fix coverity scan issues.
      
      move sub tbl query thread join into loop
      
      * [TD-3197] <fix>: fix coverity scan issues.
      
      remove unused variable
      
      * [TD-3197] <fix>: fix coverity scan issues.
      
      use more secure random library
      
      * [TD-3197] <fix>: fix coverity scan issues.
      
      use strncpy for more safe
      
      * [TD-3197] <fix>: fix taosdemo coverity scan issue.
      
      replace arc4random with rand().
      
      * [TD-3197] <fix>: fix coverity scan issues.
      
      check stb info pointer for start time
      
      * [TD-3197] <fix>: fix coverity scan issues.
      
      fix strcpy vulnerability
      
      * [TD-3197] <fix>: fix taosdemo coverity scan issue.
      
      modify taosdemoTest2. try to check database continously.
      
      * [TD-3197] <fix>: taosdemo coverity scan issues.
      
      * [TD-3197] <fix>: fix memory leak when parsing arguments.
      
      * [TD-3197] <fix>: fix cmake strip arguments.
      
      * [TD-3197] <fix>: taosdemo coverity scan.
      
      fix cmake string manipulation.
      
      * [TD-3197]<fix>: taosdemo coverity scan issue.
      
      configDir buffer overwrite.
      
      * [TD-3197]<fix>: coverity scan issue.
      
      taosdump argument validation.
      
      * [TD-3197]<fix>: taosdemo and taosdump coverity scan issues.
      Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
      250b27d1