Skip to content

v1.1.3

Compare
Choose a tag to compare
@i-vovk i-vovk released this 02 May 19:42
· 118 commits to develop since this release

Bug Fixes

  • get_session(timeout_or_deadline) return invalid socket
  • Remove redundant ssl-handshake type parameter. Use client one

Features

  • Add throwing get_session(timeout_or_deadline) function to the pool
  • Require standard openssl on macos (1.1+)
  • Add Apache 2.0 LICENSE file
  • Apply clang-format as code style guard
  • Add doxygen-format docs
  • Add IPv4/IPV6/Any selector to stream_client::resolver::base_resolver<>
  • Allow boost::asio::ip::basic_resolver_query::flags pass-through
  • Separate TCP/UDP implementation since they are based on boost::asio::basic_stream_socket/basic_datagram_socket
  • Add tests
  • Add readme

Misc

  • Small README fixes
  • Style-related fixes