1. 27 12月, 2016 1 次提交
    • 丁劲犇's avatar
      Add an extra "quint64" field for ZPnetEngine on bool connectTo (const... · ba3ad343
      丁劲犇 提交于
      Add an  extra "quint64" field for ZPnetEngine on bool connectTo (const QHostAddress & address , quint16 nPort,bool bSSLConn, quint64 extraData);
      When user call connectTo actively to a remote address, this extra data can be remembered by network engine.
      Same extra data value will be taken along with socket handle when
      on_connect, on_recieveded or on_sended, on_disconnect... is called.
      This approach is well used in another project "dataProxy" in my git resp.
      ba3ad343
  2. 26 8月, 2016 1 次提交
  3. 22 5月, 2015 1 次提交
  4. 23 9月, 2014 1 次提交
  5. 08 9月, 2014 1 次提交
  6. 06 9月, 2014 1 次提交
  7. 05 9月, 2014 1 次提交
  8. 02 6月, 2014 1 次提交
  9. 09 5月, 2014 1 次提交
    • 丁劲犇's avatar
      sloved a serious bug in 7*24 stability test. A signal and a slot passing · bc1f3eb5
      丁劲犇 提交于
      const QByteArray & type paras, will cause lift cycle problems. using Value-pass instead.
      ----
      QString, QByteArray supports ref-count and auto-delete , also, these classes support
      least-copying, deep-copy will only take place, when the data is about to be changed.
      so, in singnals and slots, using QString, QByteArray instead of const QString & and const QByteArray & ,
      will not cause performance problem.
      bc1f3eb5
  10. 08 5月, 2014 1 次提交
  11. 27 4月, 2014 4 次提交
  12. 21 4月, 2014 1 次提交
  13. 18 4月, 2014 1 次提交
  14. 13 4月, 2014 1 次提交
  15. 15 3月, 2014 1 次提交
  16. 14 3月, 2014 1 次提交
  17. 12 3月, 2014 1 次提交
  18. 24 2月, 2014 1 次提交
  19. 18 2月, 2014 1 次提交
  20. 14 1月, 2014 1 次提交
  21. 10 1月, 2014 1 次提交
  22. 05 1月, 2014 1 次提交
  23. 01 1月, 2014 1 次提交
  24. 30 12月, 2013 1 次提交
  25. 27 12月, 2013 1 次提交
  26. 26 12月, 2013 1 次提交
  27. 24 12月, 2013 1 次提交
  28. 18 12月, 2013 2 次提交
  29. 17 12月, 2013 1 次提交