index
:
libxs.git
master
sp
udp
mato's libxs tree
Martin Lucina
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tcp_connecter.cpp
Age
Commit message (
Expand
)
Author
2012-05-06
Return error if an invalid connection string is used
Douglas Young
2012-05-04
Correct handling of connect() errors in tcp, ipc_connecter_t
Martin Lucina
2012-04-29
Fix TCP/IPC socket shutdown
Martin Sustrik
2012-04-25
tcp_address_t and ipc_address_t merged into a single class
Martin Sustrik
2012-04-14
Set options on new sockets in systematic manner
Martin Sustrik
2012-04-07
Fix error handling in TCP and IPC connecters
Martin Sustrik
2012-03-28
XS_KEEPALIVE options added
Martin Sustrik
2012-02-16
Full name of the project used in license headers
Martin Sustrik
2012-02-16
poller_base_t renamed to io_thread_t
Martin Sustrik
2012-02-16
io_thread_t merged with poller_base_t
Martin Sustrik
2012-02-16
handle_valid removed from tcp_connecter_t and ipc_connecter_t
Martin Sustrik
2012-02-16
Timers identified by dynamically generated handles
Martin Sustrik
2012-02-16
cancel_timer function renamed to rm_timer
Martin Sustrik
2012-02-16
File descriptor passed to in_event and out_event
Martin Sustrik
2012-02-16
Allow to set up a source address for outgoing connections in zmq_connect()
Sergey Matveychuk
2012-02-16
Updated connector open() doc strings.
Ivo Danihelka
2012-02-16
ZeroMQ renamed to Crossroads
Martin Sustrik
2011-12-15
A synchronous connect() failure in ipc_connecter can result in Assertion
Martin Lucina
2011-11-01
Copyright dates adjusted to reflect reality
Martin Sustrik
2011-10-31
250bpm copyrights added
Martin Sustrik
2011-09-15
Session class separated into socket-type-specific sessions
Martin Sustrik
2011-09-03
Improve error reporting in a minor way
Martin Sustrik
2011-09-02
Close file descriptors on exec (issue 218)
Martin Sustrik
2011-08-18
TCP address related functionality moved to tcp_address_t
Martin Sustrik
2011-08-16
tcp_engine renamed to stream engine
Martin Sustrik
2011-08-15
Add IPv6 support to tcp_listener
Steven McCoy
2011-08-15
Minor problems in MSVC build fixed
Martin Sustrik
2011-08-08
Minor compile-time bug on Windows fixed
Martin Sustrik
2011-08-08
tcp_connecter disables IPV6_IPV6ONLY if needed.
Steven McCoy
2011-08-08
Update resolve_ip_interface and resolve_ip_hostname with ipv4only parameter.
Steven McCoy
2011-07-29
Different connecters simplified
Martin Sustrik
2011-07-28
Tuning of TCP sockets is done at a single place
Martin Sustrik
2011-07-28
Implementations of TCP and IPC transports separated
Martin Sustrik
2011-07-28
Precise reconnect interval randomised
Martin Sustrik
2011-07-28
Setting TCP socket options moved to tcp_engine_t
Martin Sustrik
2011-07-26
Code cleanup
Martin Sustrik
2011-07-26
Experimental VTCP listener added
Martin Sustrik
2011-07-26
TCP transport classes simplified
Martin Sustrik
2011-06-19
ENETDOWN is a legal error from TCP connect
Martin Sustrik
2011-06-14
ENETUNREACH is a valid error from connect
Martin Sustrik
2011-05-08
Async connect doesn't fail on EWSANETDOWN
Martin Sustrik
2011-04-29
WSAENETUNREACH is a valid networking error
Martin Sustrik
2011-04-21
Message-related functionality factored out into msg_t class.
Martin Sustrik
2011-03-02
The copyrights in file headers updated.
Martin Sustrik
2010-10-30
Name of "GNU Lesser Public License" corrected.
Martin Sustrik
2010-07-13
minor comment clarification
Martin Sustrik
2010-06-11
if connect asserts, exact error is reported
Martin Sustrik
2010-06-11
EHOSTUNREACH is acceptable outcome from connect
Martin Sustrik
2010-06-10
issue 31 - Assertion failed: err == ECONNREFUSED || err == ETIMEDOUT (tcp_con...
Martin Sustrik
2010-06-07
minor comment clarification
Martin Sustrik
[next]