1. 12 7月, 2019 2 次提交
  2. 28 6月, 2019 1 次提交
  3. 26 6月, 2019 2 次提交
  4. 03 6月, 2019 1 次提交
  5. 26 5月, 2019 1 次提交
  6. 19 5月, 2019 1 次提交
  7. 16 5月, 2019 1 次提交
  8. 19 4月, 2019 1 次提交
  9. 05 4月, 2019 1 次提交
  10. 03 4月, 2019 1 次提交
  11. 05 3月, 2019 1 次提交
  12. 01 3月, 2019 1 次提交
  13. 26 2月, 2019 1 次提交
  14. 21 2月, 2019 1 次提交
  15. 18 2月, 2019 2 次提交
  16. 17 2月, 2019 1 次提交
  17. 15 2月, 2019 1 次提交
  18. 14 2月, 2019 1 次提交
  19. 12 2月, 2019 3 次提交
  20. 11 2月, 2019 1 次提交
  21. 10 2月, 2019 1 次提交
  22. 01 2月, 2019 3 次提交
  23. 31 1月, 2019 2 次提交
    • Y
      direct_sync_send_msg support batch operation. · f432a325
      yang li 提交于
      f432a325
    • Y
      Continue last commit. · 32872e06
      yang li 提交于
      direct_send_msg support batch operation.
      Introduce virtual function type_name() and type_id() to ascs::socket, they can identify whether a given two ascs::socket has the same type.
      Drop the native parameter from i_packer::pack_msg(msg_type&& msg, ...).
      32872e06
  24. 30 1月, 2019 1 次提交
  25. 29 1月, 2019 1 次提交
    • Y
      Control send and recv buffer accurately rather than just message number before. · 223df59a
      yang li 提交于
      Introduce virtual function pack_header to i_packer, it just pack headers.
      Add an overload to send_(native_)msg, safe_send_(native_)msg, sync_send_(native_)msg and sync_safe_send_(native_)msg respectively, it accepts a in_msg_type&& parameter,
       this will reduce one memory replication (needs i_packer::pack_header).
      Drop ascs::list which was implemented by ascs before, just simply use std::list, which means list::size() will not be called any more.
      223df59a
  26. 28 12月, 2018 1 次提交
  27. 25 12月, 2018 1 次提交
  28. 15 11月, 2018 1 次提交
  29. 19 10月, 2018 1 次提交
  30. 11 10月, 2018 1 次提交
  31. 01 10月, 2018 1 次提交
  32. 29 9月, 2018 1 次提交