Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-19 | ENETDOWN is a legal error from TCP connect | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-06-14 | ENETUNREACH is a valid error from connect | Martin Sustrik | |
This patch fixed the JIRA issue 223 Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-05-08 | Async connect doesn't fail on EWSANETDOWN | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-04-29 | WSAENETUNREACH is a valid networking error | Martin Sustrik | |
Till now, 0MQ asserted on Windows when connect () returned WSAENETUNREACH. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-04-21 | Message-related functionality factored out into msg_t class. | Martin Sustrik | |
This patch addresses serveral issues: 1. It gathers message related functionality scattered over whole codebase into a single class. 2. It makes zmq_msg_t an opaque datatype. Internals of the class don't pollute zmq.h header file. 3. zmq_msg_t size decreases from 48 to 32 bytes. That saves ~33% of memory in scenarios with large amount of small messages. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-03-02 | The copyrights in file headers updated. | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-10-30 | Name of "GNU Lesser Public License" corrected. | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
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 ↵ | Martin Sustrik | |
(tcp_connecter.cpp:296) | |||
2010-06-07 | minor comment clarification | Martin Sustrik | |
2010-05-12 | fixes for OpenVMS | Brett Cameron | |
2010-03-11 | Restructure language bindings | Martin Lucina | |
C and C++ headers moved from bindings/ to include/, bindings/ removed --with-c and --with-cpp options to configure removed, C and C++ now built and installed by default | |||
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 | |
2009-08-03 | renamed from zs to zmq | Martin Sustrik | |
2009-07-29 | initial commit | Martin Sustrik | |