Age | Commit message (Expand) | Author |
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 |
2010-05-12 | fixes for OpenVMS | Brett Cameron |
2010-03-11 | Restructure language bindings | Martin Lucina |
2010-02-10 | ZMQII-69: Make 0MQ build on HP-UX | Martin Sustrik |
2010-02-05 | allow async connect on Win32 return WSAECONNABORTED | Martin Sustrik |
2010-02-04 | ZMQII-58: TCP connecting asserts on Win32 (same fix for POSIX) | Martin Sustrik |
2010-02-04 | ZMQII-58: TCP connecting asserts on Win32 | unknown |
2010-01-23 | IPv6 patch part 2/2 | Martin Sustrik |
2010-01-22 | Tero Marttila's Ipv6 patch - part I. | Martin Sustrik |
2010-01-20 | ZMQ-42: Building with ICC fails | Martin Sustrik |
2010-01-16 | Solaris build fixed | Martin Sustrik |
2010-01-15 | Win32 build fixed | unknown |
2010-01-15 | ZMQII-39: Implement IPC transport | Martin Sustrik |
2010-01-05 | Copyrights transferred from FastMQ to iMatix | Martin Sustrik |
2009-10-01 | windows error handling improved | unknown |
2009-09-11 | build on win32 fixed | Martin Sustrik |
2009-09-10 | classify error from async connect as network related or 0MQ bugs | Martin Sustrik |
2009-09-09 | fix of async connect on win32 | Martin Sustrik |
2009-09-08 | win port for c and cpp perf tests | unknown |
2009-09-07 | initial changes for win port | unknown |
2009-08-09 | zmq_listener/zmq_connecter implemented | Martin Sustrik |