1. 14 1月, 2021 1 次提交
  2. 13 1月, 2021 1 次提交
    • Y
      Add append concept to basic_buffer (the same to std::string). · 2c80d30f
      youngwolf 提交于
      Amend basic_buffer's reserve concept (to be the same as std::string).
      Enhance the default packer and unpacker to support basic_buffer as their output message type.
      Enhance packer2 and unpacker2 to support unique_buffer<basic_buffer> and shared_buffer<basic_buffer> as their output message type.
      To use the original default packer and unpacker, now you must write them as packer<> and unpacker<>.
      2c80d30f
  3. 12 1月, 2021 1 次提交
  4. 31 12月, 2020 1 次提交
  5. 10 12月, 2020 1 次提交
  6. 08 7月, 2020 1 次提交
    • Y
      Introduce new demo unix_udp_test. · 6c5269cb
      youngwolf 提交于
      Support UNIX domain socket.
      Use std::list instead of ascs::list except the container type of the input queue and out queue in ascs::socket.
      6c5269cb
  7. 01 7月, 2020 1 次提交
  8. 28 6月, 2020 1 次提交
  9. 06 4月, 2020 1 次提交
  10. 14 2月, 2020 1 次提交
  11. 21 12月, 2019 1 次提交
  12. 22 10月, 2019 1 次提交
  13. 27 6月, 2019 1 次提交
  14. 03 6月, 2019 1 次提交
  15. 28 5月, 2019 1 次提交
  16. 19 5月, 2019 1 次提交
  17. 16 5月, 2019 1 次提交
  18. 01 5月, 2019 1 次提交
  19. 30 3月, 2019 1 次提交
  20. 17 2月, 2019 1 次提交
  21. 13 2月, 2019 1 次提交
  22. 12 2月, 2019 1 次提交
  23. 10 2月, 2019 1 次提交
  24. 31 1月, 2019 2 次提交
    • 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
    • Y
      Delegate supression of memory replication to packers, so rename... · 370d6100
      youngwolf 提交于
      Delegate supression of memory replication to packers, so rename i_packer::pack_header to another overload of pack_msg.
      See built-in packers for more details.
      370d6100
  25. 30 1月, 2019 2 次提交
  26. 26 1月, 2019 1 次提交
  27. 21 1月, 2019 1 次提交
  28. 04 1月, 2019 1 次提交
  29. 12 9月, 2018 1 次提交
  30. 30 8月, 2018 2 次提交
  31. 29 8月, 2018 3 次提交
  32. 12 7月, 2018 1 次提交
  33. 19 5月, 2018 1 次提交
    • Y
      Simplify ascs::list. · ca5da285
      youngwolf 提交于
      Demonstrate how to consume part of messages in on_msg_handle (echo_server).
      ca5da285
  34. 02 5月, 2018 1 次提交
  35. 30 4月, 2018 1 次提交