Skip to content

Releases: ydcpp/tcpcat

1.0.5

08 Mar 21:18
f66fb38

Choose a tag to compare

What's Changed

  • Added send function which takes a pointer by @redrabbit007 in #8
  • added Send function overload to pass pointer to data by @ydcpp in #10

New Contributors

Full Changelog: 1.0.4...1.0.5

1.0.4

27 May 19:48
a6d499b

Choose a tag to compare

  • Performance optimizations and conan related updates.

1.0.3

26 May 16:12
4355d58

Choose a tag to compare

  • Optimized header includes for ASIO.

1.0.2

26 May 12:43
5bf671b

Choose a tag to compare

  • Fixed error for installing ASIO headers if not found in system.

1.0.1

26 May 11:04
b114d3e

Choose a tag to compare

  • Updated CMake for ASIO dependency to prioritize system installed headers first. If ASIO is not installed in the system, then tcpcat will build with project local ASIO headers.
  • Fixed a bug on TCP Client socket closure.

1.0.0

20 May 21:49

Choose a tag to compare

First Release

  • Event handler with following asynchronous event triggers:
    • OnConnected
    • OnDisconnected
    • OnReceived
    • OnSent
    • OnError
  • Multithreaded TCP Server with event handler.
  • TCP Client with event handler.