Skip to content

Releases: Kilemonn/Cpp-SocketLibrary

v0.7.0

10 Apr 12:36

Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.7.0

v0.6.1

17 Dec 10:21

Choose a tag to compare

Full Changelog: v0.6.0...v0.6.1

  • Interface changes to send() function return signature.
  • Remove bluetooth lib linking.

v0.6.0

24 Dec 12:22
fcaae74

Choose a tag to compare

What's Changed

Full Changelog: v0.5.4...v0.6.0

v0.5.4

11 Nov 12:38
4dcfee1

Choose a tag to compare

What's Changed

  • Add Prebind callback on UDP Socket + Add Concurrent bind tests by @Kilemonn in #8

Full Changelog: v0.5.3...v0.5.4

v0.5.3

31 Aug 02:07

Choose a tag to compare

Full Changelog: v0.5.2...v0.5.3

Add optional hostname to UDPSocket bind() to control the local address you are binding to.
Remove ready() check in receive functions to make these calls blocking and stop them from returning early if the socket is read from too early.

v0.5.2

30 Aug 11:32
bc44c8b

Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

14 Jul 14:01

Choose a tag to compare

What's Changed

  • Add TCPSocket constructor from a SocketAddress. Add tests. by @Kilemonn in #5

Full Changelog: v0.5.0...v0.5.1

v0.5.0

11 Jul 08:33

Choose a tag to compare

Summary

  • Changes to send interface return values to be more consistent and expose resultant return values to the caller for TCP.
  • Change how hostnames are resolved.
  • Add tests to understand TCP and UDP send and receive limits (atleast when sending and receiving from the same machine) and also for hostname resolution.
  • Create environment container that runs the unit tests on a couple of different flavours of linux to confirm behaviour.

Full Changelog: v0.4.3...v0.5.0

v0.4.3

09 Jul 10:22

Choose a tag to compare

Summary

  • Expose socket descriptors as getters for all Socket types.

Full Changelog: v0.4.2...v0.4.3

v0.4.2

08 Jul 04:41

Choose a tag to compare

Summary

  • Copy listeningPort and protocolVersion in copy constructor and assignment operator for UDPSockets.

Full Changelog: v0.4.1...v0.4.2