- 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
-
- 23 Jun, 2012 1 commit
-
-
MinRK authored
avoids warnings of the form: warning: 'struct iovec' declared inside parameter list warning: its scope is only this definition or declaration, which is probably not what you want when building downstream projects
-
- 20 Jun, 2012 1 commit
-
-
Pieter Hintjens authored
Fix missing ENETRESET for Jira #LIBZMQ-329.
-
- 19 Jun, 2012 5 commits
-
-
Steven McCoy authored
-
Ian Barber authored
Missing semi-colon makes Windows compilation fail, Missing files in WIndows solution file
-
Jos Decoster authored
-
jdc8 authored
-
Pieter Hintjens authored
Add errno fallback values for MSVC2008.
-
- 18 Jun, 2012 1 commit
-
-
Steven McCoy authored
-
- 17 Jun, 2012 1 commit
-
-
Ian Barber authored
Reworked ZMQ_FAIL_UNROUTABLE to actually work as it was intended.
-
- 16 Jun, 2012 1 commit
-
-
Kobolog authored
-