Skip to content

Releases: ILikePizza555/Sockets.cpp

Release 1.1.1

07 Dec 02:20
Compare
Choose a tag to compare

Fixed CMake build file.

Version 1.1

07 Dec 02:06
Compare
Choose a tag to compare

New Things:

  • TCPServerSocket that automatically binds and listens to an IP address and generates Connection objects with accept()
  • Connection::write() now checks for errors indicating the connection was closed, and marks the connection as closed.
  • TCPSocket::send() now takes an amount as a parameter.
  • SocketWriteError has a new CONNECTION_ABORTED value to the ErrorType enum

Bug Fixes:

  • Connection::write() no longer writes the entire buffer

Release 1.0.1

06 Dec 01:29
Compare
Choose a tag to compare

This release adds an option to build file to disable the building of tests

Release 1.0

05 Dec 23:13
Compare
Choose a tag to compare
v1.0

Deleted unneeded property