- 08 Jun, 2012 4 commits
-
-
Ian Barber authored
Consolidate TCP-specific common code into their own files.
-
Hiten P authored
The TCP keepalive tuning code has been moved into the newly added files; this also allows future TCP-specific code to be added into these files, without bloating the IP level code and establishes a known file structure for other IP-based transports. Remember: this is a no-op change, hence no API or functionality was changed as part of this commit.
-
Ian Barber authored
Change connection failure test to use an invalid hostname
-
Hiten P authored
- invalid hostname set to 0mq.is.the.best (naturally!) - issue happens as other valid-like non-existent hostnames were redirected by buggy Cable/ISP DNS servers
-
- 06 Jun, 2012 6 commits
-
-
Ian Barber authored
Remove unused variable which causes build to fail with -Werror
-
Ian Barber authored
Check if SO_NOSIGPIPE is defined
-
Alessandro Ghedini authored
-
Alessandro Ghedini authored
-
Ian Barber authored
Bumped version for next release (3.3.0)
-
Pieter Hintjens authored
-
- 05 Jun, 2012 6 commits
-
-
Ian Barber authored
Fix build on HPUX 11iv3
-
Pieter Hintjens authored
Fix up build on AIX7
-
Pieter Hintjens authored
Fix build on RHEL5 and SLES10
-
AJ Lewis authored
The socket length variable for getsockname and accept must be an (int *) instead of a (socklen_t *) on HPUX. Signed-off-by: AJ Lewis <aj.lewis@quantum.com>
-
AJ Lewis authored
GCC 4.1.2 on RHEL5 and SLES10 don't like not having a newline at the end of a source file, and error out if it's missing. Signed-off-by: AJ Lewis <aj.lewis@quantum.com>
-
AJ Lewis authored
Copy logic from zmq.cpp into device.cpp for getting poll.h included. Ensure that zmq.h is included *after* poll.h in both zmq.cpp and device.cpp. Signed-off-by: AJ Lewis <aj.lewis@quantum.com>
-
- 01 Jun, 2012 3 commits
-
-
Ian Barber authored
Issue 320 author
-
-
Douglas Young authored
Fix Win32 build.
-
- 31 May, 2012 6 commits
-
-
Pieter Hintjens authored
lb: code cleanup
-
Pieter Hintjens authored
Prevent connection starvation
-
Martin Hurton authored
-
Martin Hurton authored
When removing a pipe from the lb or fq component, make sure we do not remove another pipe from the active set.
-
Pieter Hintjens authored
Return error on invalid PGM url instead of raising assertion.
-
Steven McCoy authored
Fix Win32 build.
-
- 30 May, 2012 2 commits
-
-
Pieter Hintjens authored
Fix title on zmq_disconnect manpage.
-
Steven McCoy authored
-
- 29 May, 2012 2 commits
-
-
Pieter Hintjens authored
Fix issue #370
-
Martin Hurton authored
The patch extends the internal session's API with the reset method. This method is used to reset a session's state so that it can handle a new connection.
-
- 28 May, 2012 8 commits
-
-
Pieter Hintjens authored
Code cleanup
-
Martin Hurton authored
-
Martin Hurton authored
-
Pieter Hintjens authored
Fix issue #369
-
Martin Hurton authored
The bug was that after reconnect, the session did not handle identity messages properly.
-
Ian Barber authored
Fixed zmq_poll.txt manpage for issue #361
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Code cleanup
-
- 27 May, 2012 3 commits
-
-
Martin Hurton authored
-
Martin Hurton authored
-
Martin Hurton authored
-