summaryrefslogtreecommitdiff
path: root/src/tcp_connecter.cpp
AgeCommit message (Expand)Author
2012-05-06Return error if an invalid connection string is usedDouglas Young
2012-05-04Correct handling of connect() errors in tcp, ipc_connecter_tMartin Lucina
2012-04-29Fix TCP/IPC socket shutdownMartin Sustrik
2012-04-25tcp_address_t and ipc_address_t merged into a single classMartin Sustrik
2012-04-14Set options on new sockets in systematic mannerMartin Sustrik
2012-04-07Fix error handling in TCP and IPC connectersMartin Sustrik
2012-03-28XS_KEEPALIVE options addedMartin Sustrik
2012-02-16Full name of the project used in license headersMartin Sustrik
2012-02-16poller_base_t renamed to io_thread_tMartin Sustrik
2012-02-16io_thread_t merged with poller_base_tMartin Sustrik
2012-02-16handle_valid removed from tcp_connecter_t and ipc_connecter_tMartin Sustrik
2012-02-16Timers identified by dynamically generated handlesMartin Sustrik
2012-02-16cancel_timer function renamed to rm_timerMartin Sustrik
2012-02-16File descriptor passed to in_event and out_eventMartin Sustrik
2012-02-16Allow to set up a source address for outgoing connections in zmq_connect()Sergey Matveychuk
2012-02-16Updated connector open() doc strings.Ivo Danihelka
2012-02-16ZeroMQ renamed to CrossroadsMartin Sustrik
2011-12-15A synchronous connect() failure in ipc_connecter can result in AssertionMartin Lucina
2011-11-01Copyright dates adjusted to reflect realityMartin Sustrik
2011-10-31250bpm copyrights addedMartin Sustrik
2011-09-15Session class separated into socket-type-specific sessionsMartin Sustrik
2011-09-03Improve error reporting in a minor wayMartin Sustrik
2011-09-02Close file descriptors on exec (issue 218)Martin Sustrik
2011-08-18TCP address related functionality moved to tcp_address_tMartin Sustrik
2011-08-16tcp_engine renamed to stream engineMartin Sustrik
2011-08-15Add IPv6 support to tcp_listenerSteven McCoy
2011-08-15Minor problems in MSVC build fixedMartin Sustrik
2011-08-08Minor compile-time bug on Windows fixedMartin Sustrik
2011-08-08tcp_connecter disables IPV6_IPV6ONLY if needed.Steven McCoy
2011-08-08Update resolve_ip_interface and resolve_ip_hostname with ipv4only parameter.Steven McCoy
2011-07-29Different connecters simplifiedMartin Sustrik
2011-07-28Tuning of TCP sockets is done at a single placeMartin Sustrik
2011-07-28Implementations of TCP and IPC transports separatedMartin Sustrik
2011-07-28Precise reconnect interval randomisedMartin Sustrik
2011-07-28Setting TCP socket options moved to tcp_engine_tMartin Sustrik
2011-07-26Code cleanupMartin Sustrik
2011-07-26Experimental VTCP listener addedMartin Sustrik
2011-07-26TCP transport classes simplifiedMartin Sustrik
2011-06-19ENETDOWN is a legal error from TCP connectMartin Sustrik
2011-06-14ENETUNREACH is a valid error from connectMartin Sustrik
2011-05-08Async connect doesn't fail on EWSANETDOWNMartin Sustrik
2011-04-29WSAENETUNREACH is a valid networking errorMartin Sustrik
2011-04-21Message-related functionality factored out into msg_t class.Martin Sustrik
2011-03-02The copyrights in file headers updated.Martin Sustrik
2010-10-30Name of "GNU Lesser Public License" corrected.Martin Sustrik
2010-07-13minor comment clarificationMartin Sustrik
2010-06-11if connect asserts, exact error is reportedMartin Sustrik
2010-06-11EHOSTUNREACH is acceptable outcome from connectMartin Sustrik
2010-06-10issue 31 - Assertion failed: err == ECONNREFUSED || err == ETIMEDOUT (tcp_con...Martin Sustrik
2010-06-07minor comment clarificationMartin Sustrik