- 09 Apr, 2012 1 commit
-
-
Sergey KHripchenko authored
-
- 06 Apr, 2012 1 commit
-
-
Sergey KHripchenko authored
-
- 05 Apr, 2012 1 commit
-
-
Sergey KHripchenko authored
currently not fully cross-platform work on linux possibly work in *bsd and could be enhanced to work on windows
-
- 04 Apr, 2012 4 commits
-
-
Pieter Hintjens authored
Flush identity message for inproc transport
-
Martin Hurton authored
The scoket implementation for inproc transfer failed to flush identity message. The result was that the identity message was not delivered until after the user sent the first message. The identity message was never delivered if the user used the socket only to receive messages.
-
Ian Barber authored
Fixed issue #351
-
Pieter Hintjens authored
-
- 03 Apr, 2012 2 commits
-
-
Pieter Hintjens authored
Fix error in router socket introduced in the previous commit
-
Martin Hurton authored
-
- 02 Apr, 2012 4 commits
-
-
Ian Barber authored
router: always respect message boundaries
-
Ian Barber authored
router: reimplement peer identification
-
Martin Hurton authored
The current implementaion of router socket does not handle the full pipe and unroutable messages properly. Namely, in those cases, the socket could route some message parts into a wrong connection.
-
Martin Hurton authored
The new implementation allows one to send messages through a router socket to a peer even before receiving messages from this peer. Fixes issue #304
-
- 29 Mar, 2012 4 commits
-
-
Ian Barber authored
Added checking to zmq_ctx_set()
-
Pieter Hintjens authored
-
Ian Barber authored
Fixed issue (unknown) on zmq_init(-1)
-
Pieter Hintjens authored
-
- 28 Mar, 2012 6 commits
-
-
Ian Barber authored
Code cleanup
-
Ian Barber authored
Fix return value of send for router socket
-
Martin Hurton authored
-
Martin Hurton authored
It is the job of the posix_assert macro to check the value. No need to do it twice. The patch also fixes some whitespace problems.
-
Martin Hurton authored
The method is not used anymore.
-
Martin Hurton authored
The check_write method does not use the passed message. The parameter was needed to implement the swap. As the swap is not supported anymore, it is safe to remove this parameter.
-
- 27 Mar, 2012 4 commits
-
-
Ian Barber authored
Tcp address fixes anc cleanups
-
Martin Hurton authored
-
Martin Hurton authored
This still rejects 00 as port number.
-
Martin Hurton authored
-
- 26 Mar, 2012 4 commits
-
-
Ian Barber authored
Fixed issue LIBZMQ-348 - Valgrind support
-
Pieter Hintjens authored
-
Ian Barber authored
Fix for issue #307
-
Ian Barber authored
Don't set the AI_V4MAPPED flag on FreeBSD
-
- 25 Mar, 2012 4 commits
-
-
Martin Hurton authored
The problem is that even though the AI_V4MAPPED flag is defined on FreeBSD, the getaddrinfo function does not support it and returns EAI_BADFLAGS. The patch also sets the flag on Windows if it is defined there. This is true for Windows Vista and later. Fixes issue #331.
-
Ian Barber authored
Fixed issue #334
-
Martin Hurton authored
-
Douglas Young authored
dist was skipping over pipes when one failed because the non-working pipe got swapped with a working pipe but the write was never retried on that pipe
-
- 23 Mar, 2012 3 commits
-
-
Ian Barber authored
Fixed issue #325
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
- 22 Mar, 2012 2 commits
-
-
Ian Barber authored
Makefile.am wasn't fixed, so libzmq was not building
-
Pieter Hintjens authored
-