Skip to content
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.

Releases: Cylix/tacopie

v2.2.0

05 Apr 06:50
Compare
Choose a tag to compare

v2.2.0

Tag: 2.2.0.

Date: April 4th, 2017

Description:

  • Change: IO Service is now based on select and not on poll anymore to solve some issues encountered on windows due to the buggy implementation of poll on windows Systems.

v2.1.0

20 Mar 06:34
Compare
Choose a tag to compare

v2.1.0

Tag: 2.1.0.

Date: March 19th, 2017

Description:

  • Remove: install_deps.sh has been removed in favor of CMakelists.txt enhancement.
  • Change: read and write TCP client callbacks now takes a reference to the result as parameter instead of a const-reference.

v2.0.1

16 Feb 17:19
Compare
Choose a tag to compare

Fix: replace gethostbyname() (not thread-safe) usage by getaddrinfo() (thread-safe) on unix platforms. No change where required on windows as getaddrinfo() was already in use before.

v2.0.0

29 Jan 20:52
Compare
Choose a tag to compare
  • Feature: Port the library onto windows
  • Feature: Make the library usable by cpp_redis
  • Fix: some sockets were not removed from io_service tracking. Now fixed
  • Improvement: handle POLLHUP events

v1.1.0

16 Dec 21:45
Compare
Choose a tag to compare

Improvement of the public API:

  • Make server on_new_connection callback take shared_ptr as parameter instead of reference (provide more flexibility to the client app)
  • Provide access to tcp_socket in the public API of tcp_client and tcp_server

Wiki has been updated appropriately.

v1.0.0

11 Dec 22:49
Compare
Choose a tag to compare

TCP Client & Server for Unix & Mac platform.
Documented in the wiki.

Windows port will come as well as some additional features in later releases.
In particular, some features available on the cpp_redis network module will be imported here.