1. 30 7月, 2019 2 次提交
  2. 29 7月, 2019 1 次提交
  3. 26 7月, 2019 2 次提交
    • S
      Windows client, #51 #38 #32 #12 · bd3db150
      slguan 提交于
      bd3db150
    • weixin_48148422's avatar
      Minor improvement to 'setErrMsg' · b2e06d1c
      weixin_48148422 提交于
      1. code like `char msg[] = "xxxxxx"` unnecessarily copied the string to stack, changed to `const char* msg = "xxxxxx"`.
      2. the 2rd argument of `setErrMsg` is changed from `char*` to `const char*`.
      3. the 3rd argument of `setErrMsg` is removed as `strncpy` stops copying at the end of source string.
      b2e06d1c
  4. 25 7月, 2019 3 次提交
  5. 24 7月, 2019 1 次提交
  6. 23 7月, 2019 1 次提交
  7. 22 7月, 2019 1 次提交
  8. 20 7月, 2019 1 次提交
  9. 19 7月, 2019 2 次提交
  10. 18 7月, 2019 5 次提交
  11. 16 7月, 2019 4 次提交
  12. 13 7月, 2019 2 次提交
  13. 12 7月, 2019 2 次提交
  14. 11 7月, 2019 3 次提交