- 04 Aug, 2012 3 commits
-
-
Sebastian Lauwers authored
-
Pieter Hintjens authored
Fix invalid address metadata for ZMQ_EVENT_DISCONNECTED
-
Lourens Naudé authored
-
- 31 Jul, 2012 2 commits
-
-
Ian Barber authored
Fix issue #406
-
Martin Hurton authored
When a peer reconnects, the router socket receives an identity message containing this peer id. When this happens, the current implementation crashes. This patch makes a router socket to silently ignore all identity messages coming from reconnected peers.
-
- 29 Jul, 2012 1 commit
-
-
Pieter Hintjens authored
Fix LIBZMQ-404: zmq_term not truly re-entrant
-
- 28 Jul, 2012 1 commit
-
-
Ricardo Catalinas Jiménez authored
zmq_term can not safely be re-entered with pgm transport. Fix proposed by Steven McCoy.
-
- 26 Jul, 2012 3 commits
-
-
Ian Barber authored
Correction for LIBZMQ-335
-
Matthew Metnetsky authored
That way it can be used more appropriately between processes.
-
Matthew Metnetsky authored
By assigning a SECURITY_DESCRIPTOR to the event we gain the ability to share it between service and console programs. We also added EVENT_MODIFY_STATE as a requirement to OpenEvent so we can SetEvent later in the method.
-
- 18 Jul, 2012 1 commit
-
-
Pieter Hintjens authored
Small code cleanup
-
- 17 Jul, 2012 1 commit
-
-
Martin Hurton authored
-
- 13 Jul, 2012 2 commits
-
-
Ian Barber authored
Fix issue #397
-
Martin Hurton authored
When closing an ipc listener, the library may try to unlink the associated file. When this fails, the underlying socket is not marked as retired and this triggers assertion failure. Fixes issue #397
-
- 11 Jul, 2012 4 commits
-
-
Ian Barber authored
Be more conservative about when to generate ZMQ_EVENT_CLOSE_FAILED
-
Martin Hurton authored
This also fixes a bug in tcp_connecter and tcp_listener, which generated the event not when they failed to close the socket but when the succeed to close it.
-
Pieter Hintjens authored
Small cleanup
-
Martin Hurton authored
-
- 06 Jul, 2012 8 commits
-
-
Ian Barber authored
Rewrite event processing in io_thread
-
Martin Hurton authored
-
Pieter Hintjens authored
Code cleanup
-
Martin Hurtoň authored
Reverting fix for #393
-
Martin Hurton authored
-
Pieter Hintjens authored
-
Ian Barber authored
Fixed issue #393 - Android build error
-
Pieter Hintjens authored
-
- 04 Jul, 2012 3 commits
-
-
Martin Hurtoň authored
Fixed HWM doc on ZMQ_PULL
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Making Android&pyzmq friendly version with -avoid-version
-
- 03 Jul, 2012 1 commit
-
-
Cyril Holweck authored
-
- 02 Jul, 2012 3 commits
-
-
Pieter Hintjens authored
mtrie clenaup
-
Martin Hurton authored
-
Martin Hurton authored
-
- 26 Jun, 2012 4 commits
-
-
Chuck Remes authored
Let docs for zmq_ctx_set_monitor() respect a 80 char wide column width
-
Lourens Naudé authored
-
Pieter Hintjens authored
Small code simplification
-
Martin Hurton authored
-
- 25 Jun, 2012 2 commits
-
-
Pieter Hintjens authored
Fix a bug in trie implementation
-
Martin Hurton authored
When removing keys for a specified value, make sure we drop empty node table. Failing to do this can lead to asserion failure. Refs: http://lists.zeromq.org/pipermail/zeromq-dev/2012-June/017589.html
-
- 24 Jun, 2012 1 commit
-
-
Pieter Hintjens authored
declare struct iovec
-