1. 22 8月, 2015 1 次提交
  2. 13 7月, 2015 1 次提交
  3. 03 7月, 2015 1 次提交
    • Y
      5.0 released · 92d9bf85
      youngwolf 提交于
      see st_asio_wrapper.h for more details.
      92d9bf85
  4. 21 5月, 2015 1 次提交
  5. 29 4月, 2015 1 次提交
  6. 14 3月, 2015 1 次提交
  7. 01 3月, 2015 1 次提交
  8. 28 2月, 2015 1 次提交
  9. 14 2月, 2015 1 次提交
    • Y
      1. st_object_pool::create_client been renamed to st_object_pool::create_object... · 91a680fe
      youngwolf 提交于
      1. st_object_pool::create_client been renamed to st_object_pool::create_object for a better readability;
      2. st_ssl_object_pool::create_client been renamed to st_ssl_object_pool::create_object for the same reason;
      3. add_client been removed from st_client to st_tcp_client and st_udp_client respectively because it's implementation are different on TCP and UDP;
      4. if re-connecting abandoned, write info log.
      91a680fe
  10. 23 1月, 2015 1 次提交
  11. 17 1月, 2015 1 次提交
    • Y
      Bug fix · 526ad58b
      youngwolf 提交于
      1. force_close(false) or graceful_close(false) sometimes cannot forbid
      st_socket reconnecting, especially the input TPS is hight;
      2. not directly dispatch msgs in force_close any more.
      526ad58b
  12. 21 10月, 2014 1 次提交
    • Y
      simplified packer and unpacker interface; · 68f91d2f
      youngwolf 提交于
      wiped off the constant attribute of inner_packer and inner_unpacker to make packer and unpacker changeable, not just replaceable;
      avoided resolver.resolve throw exception;
      added another two types of packer and unpacker----fixed length packer and unpacker, prefix and suffix packer and unpacker.
      68f91d2f
  13. 07 5月, 2014 1 次提交
  14. 24 4月, 2014 1 次提交
  15. 28 2月, 2014 1 次提交
  16. 23 1月, 2014 1 次提交
  17. 20 8月, 2013 1 次提交
  18. 09 8月, 2013 1 次提交
  19. 05 8月, 2013 1 次提交
    • Y
      Code refactoring · 3dbd1738
      youngwolf 提交于
      Abstract the same logic between st_tcp_client and st_udp_client to a new
      class st_client_base;
      Abstract the same logic between st_tcp_socket and st_udp_socket to a new
      class st_socket;
      Add helper function safe_send_msg and safe_broadcast_msg;
      Add support to suspend dispatching msgs in runtime.
      3dbd1738
  20. 11 7月, 2013 1 次提交
  21. 02 3月, 2013 1 次提交
  22. 21 2月, 2013 1 次提交