1. 18 2月, 2024 1 次提交
  2. 15 11月, 2023 1 次提交
  3. 27 2月, 2023 1 次提交
  4. 03 2月, 2023 1 次提交
  5. 06 2月, 2022 1 次提交
  6. 05 2月, 2022 1 次提交
    • Y
      Rollback the support of strict reference balance on multiple io_context, see... · 38678f17
      youngwolf 提交于
      Rollback the support of strict reference balance on multiple io_context, see the release notes for more details,
       so virtual function change_io_context been dropped.
      server_base(acceptor) supports the reference customization of io_context.
      timer supports the reference customization of io_context, almost all classes inherit from it.
      
      Fix bugs:
       core dump happen in stop_service on restarted service_pump.
       macro ASCS_AVOID_AUTO_STOP_SERVICE will not take effect after service_pump been restarted.
       with macro ASCS_CLEAR_OBJECT_INTERVAL, after stop_service, some sockets can still exist in the valid object queue.
       server_base refuses to start listening if user has opened the acceptor before (to configure the acceptor).
       ssl::single_client_base cannot re-connect to the server.
       server_base's acceptor wrongly takes 2 references on 2 io_contexts.
       Drop function service_pump::get_executor, it introduces above bug implicitly.
       echo_server, echo_client and file_client cannot work after restarted the service_pump.
      38678f17
  7. 05 3月, 2021 1 次提交
  8. 15 2月, 2021 1 次提交
  9. 25 8月, 2020 1 次提交
  10. 20 8月, 2020 1 次提交
  11. 22 6月, 2020 1 次提交
  12. 13 5月, 2020 1 次提交
  13. 19 3月, 2020 1 次提交
  14. 14 2月, 2020 1 次提交
  15. 12 11月, 2019 1 次提交
  16. 05 4月, 2019 1 次提交
  17. 26 2月, 2019 1 次提交
  18. 21 2月, 2019 1 次提交
  19. 15 2月, 2019 1 次提交
  20. 12 2月, 2019 2 次提交
  21. 11 2月, 2019 1 次提交
  22. 03 2月, 2019 1 次提交
  23. 28 1月, 2019 1 次提交
  24. 26 1月, 2019 1 次提交
  25. 21 1月, 2019 1 次提交
  26. 25 12月, 2018 1 次提交
  27. 17 12月, 2018 1 次提交
  28. 15 11月, 2018 1 次提交
  29. 08 11月, 2018 1 次提交
  30. 29 8月, 2018 1 次提交
  31. 02 8月, 2018 1 次提交
  32. 17 7月, 2018 1 次提交
  33. 27 4月, 2018 3 次提交
  34. 26 4月, 2018 4 次提交
    • Y
      1.2.6 release. · 7b42c4b5
      youngwolf 提交于
      Fix: Reconnectiong may happen in ascs::socket::reset, it's not a right behavior.
      Do reconnecting in client_socket_base::after_close rather in client_socket_base::on_close.
      7b42c4b5
    • Y
      1.2.4 release. · fd6c9977
      youngwolf 提交于
      fd6c9977
    • Y
      1.2.2 release. · 42cfca74
      youngwolf 提交于
      Support unstripped message.
      Add two demos for concurrent test.
      define ASIO_NO_DEPRECATED macro by default in VC++ projects.
      Truly support asio 1.11 (don't use deprecated functions and classes any more), and of course, asio 1.10 will be supported too.
      Use mutable_buffer and const_buffer instead of mutable_buffers_1 and const_buffers_1 if possible.
      42cfca74
    • Y
      1.2.0 release. · 75fa186f
      youngwolf 提交于
      Support object restoration (on server side).
      Re-implement heartbeat function, use user data instead of OOB.
      Refactor and optimize ssl object, now ssl::commector_base and ssl::server_socket_base are reuable.
      
      Not compatible with old versions, please note.
      See config.h for more details about this release.
      75fa186f