Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-29 | Use strrchr to ensure we split off the last colon for the service port | Andrew Thompson | |
IPv6 addresses have colons and will produce invalid data for the getaddrinfo lookup. Signed-off-by: Andrew Thompson <andy@fud.org.nz> | |||
2011-05-17 | Better handling of memory error in resolve_ip_hostname | Paul Colomiets | |
Signed-off-by: Paul Colomiets <pc@gafol.net> | |||
2011-05-15 | Fixes warning when compiling with MSVC on Win64 | Martin Sustrik | |
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-09 | Windows build fixed | Martin Sustrik | |
Compilation of ip.cpp have failed because EPROTONOSUPPORT was undefined. Including zmq.h should help as the error code is defined there. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-03-08 | Different fixed to make OpenVMS port work. | Brett Cameron | |
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> | |||
2011-02-22 | Added explicit error message in case of memory exhaustion | 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-21 | Issue 42 - getaddrinfo() fails | Martin Lucina | |
2010-03-06 | problem with NIC name resolution on OSX fixed | Martin Sustrik | |
2010-02-24 | minor cast issues on cygwin fixed | Martin Sustrik | |
2010-02-24 | Disable IPv6 support | Martin Lucina | |
The current IPv6 support is half-assed and breaks for too many people. Revert back to IPv4 only for now. | |||
2010-02-18 | Add NetBSD support | Martin Lucina | |
2010-02-15 | fixing the previous commit :( | Martin Sustrik | |
2010-02-15 | care taken of the fact that AI_NUMERICSERV is not defined on OSX 10.5 | Martin Sustrik | |
2010-02-09 | ZMQII-69: Make 0MQ build on HP-UX | Martin Sustrik | |
2010-01-24 | IPv6 patch - part V. (win32) | unknown | |
2010-01-24 | IPv6 patch - part IV. | Martin Sustrik | |
2010-01-23 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik | |
2010-01-23 | IPv6 patch - part III. | Martin Sustrik | |
2010-01-23 | IP address resolving on Win32 fixed | unknown | |
2010-01-23 | IPv6 patch part 2/2 | Martin Sustrik | |
2010-01-22 | IPv6 support -part II. | Martin Sustrik | |
2010-01-22 | Tero Marttila's Ipv6 patch - part I. | Martin Sustrik | |
2010-01-18 | ZMQII-40: wrong return code from recolve_ip_interface | Martin Sustrik | |
2010-01-16 | Solaris build fixed | Martin Sustrik | |
2010-01-15 | ZMQII-39: Implement IPC transport | Martin Sustrik | |
2010-01-05 | Copyrights transferred from FastMQ to iMatix | Martin Sustrik | |
2009-08-29 | improved error handling | Martin Sustrik | |
2009-08-03 | renamed from zs to zmq | Martin Sustrik | |
2009-07-29 | initial commit | Martin Sustrik | |