Changelog for network-transport-tcp-0.5.0

2016-02-17 FacundoDominguez <facundo.dominguez@tweag.io> 0.5.0 * Add TCP_KEEPALIVE support for sockets. * Run nearly all tests on non hardcoded ports. * Remove obsolete top-level Makefile. * Yield an error when tcpUserTimeout is set in unsupported systems. * Fix for NTTCP-10. Have apiConnect respect timeouts. * Make schedule - runScheduled pair exception safe. * Allow to specify a default timeout for all connect calls. * Allow to set TCP_USER_TIMEOUT on tcp connections. * Implement configuration parameter to set TCP_NODELAY. * Fix for NTTCP-9 / #23. Handle network failures when connection requests cross. 2015-06-15 FacundoDominguez <facundo.dominguez@tweag.io> 0.4.2 * Update dependencies. * Fixes in test-suite. * Bug fixes DP-109, NTTCP-11. 2014-12-09 Tim Watson <watson.timothy@gmail.com> 0.4.1 * Update dependencies 2014-05-30 Tim Watson <watson.timothy@gmail.com> 0.4.0 * Update dependencies 2012-10-19 Edsko de Vries <edsko@well-typed.com> 0.3.1 * Bugfix. Reconnecting between endpoints did not work under certain circumstances. 2012-10-03 Edsko de Vries <edsko@well-typed.com> 0.3.0 * Implement new disconnection semantics * Make 'connect' asynchronous (sender allocated connection IDs) * Fix distributed deadlock * Optimize treatment of crossed connection requests * Relax upper bound on network * Fix memory leaks 2012-08-20 Edsko de Vries <edsko@well-typed.com> 0.2.0.3 * Allow for colons in hostnames (for IPv6) 2012-07-16 Edsko de Vries <edsko@well-typed.com> 0.2.0.2 * Base 4.6 compatibility * Relax package contraints on bytestring and containers 2012-07-12 Edsko de Vries <edsko@well-typed.com> 0.2.0.1 * Fix bug in recvExact 2012-07-07 Edsko de Vries <edsko@well-typed.com> 0.2.0 * Initial release.