- 06 Jun, 2012 1 commit
-
-
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 7 commits
-
-
Martin Hurton authored
-
Martin Hurton authored
-
Martin Hurton authored
-
Martin Hurton authored
-
Martin Hurton authored
-
Martin Hurton authored
-
Martin Hurton authored
-
- 24 May, 2012 2 commits
-
-
Pieter Hintjens authored
Fix too long underline in zmq_ctx_set_monitor() docs
-
Lourens Naudé authored
-
- 23 May, 2012 2 commits
-
-
Pieter Hintjens authored
Rename monitor documentation source file to match zmq_ctx_set_monitor() API
-
Lourens Naudé authored
-
- 22 May, 2012 1 commit
-
-
Pieter Hintjens authored
Moves the monitoring infrastructure to a global zmq_ctx_set_monitor () API to avoid strict aliasing issues with function pointers and socket options.
-