- 25 Mar, 2012 1 commit
-
-
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.
-
- 23 Mar, 2012 3 commits
-
-
Ian Barber authored
Fixed issue #325
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
- 22 Mar, 2012 14 commits
-
-
Ian Barber authored
Makefile.am wasn't fixed, so libzmq was not building
-
Pieter Hintjens authored
-
Ian Barber authored
Mark sockets as invalid when closed, not reaped
-
Pieter Hintjens authored
Previously, sockets were still "valid" after being closed and only marked as invalid when destroyed. This meant programs could access closed sockets. Now the socket is marked "invalid" when closed.
-
Ian Barber authored
Completed internal renaming of XREP/XREQ to ROUTER/DEALER
-
Pieter Hintjens authored
-
Ian Barber authored
Fixed issue LIBZMQ-345 - race condition in ctx.socket/term allows segfault
-
Pieter Hintjens authored
-
Ian Barber authored
Ctx patches
-
Ian Barber authored
Fixed issue LIBZMQ-344 - Implementation of ZMQ_FAIL_UNROUTABLE is broken
-
Martin Hurton authored
* corrects whitespace errors * fixes spelling errors in comments * prefers #ifdef to #if defined
-
Martin Hurton authored
-
Martin Hurton authored
-
Martin Hurton authored
-
- 21 Mar, 2012 3 commits
-
-
Pieter Hintjens authored
-
Ian Barber authored
Fixed issue LIBZMQ-343 - zmq_msg_get/set are too complex
-
Pieter Hintjens authored
* Return integer property * Fixed up man pages, which were inaccurate * Fixed test case
-
- 20 Mar, 2012 14 commits
-
-
Ian Barber authored
Applied patch for issue #293 - zmq 2.1 doesn't follow the ZMTP/1.0 spec
-
Pieter Hintjens authored
remove unused variable
-
Pieter Hintjens authored
fix connection establishment for AF_UNIX sockets
-
Martin Hurton authored
-
Martin Hurton authored
-
Chuck Remes authored
Wrote new ctx API, added ZMQ_MAX_SOCKETS and ZMQ_IO_THREADS
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Disable reconnection option
-
Emmanuel Taurel authored
Add value -1 to the ZMQ_RECONNECT_IVL to disable the reconnection algorithm
-
Ian Barber authored
Removed sys:// logging infrastructure
-
Pieter Hintjens authored
-
Mikko Koppanen authored
Removed last vestiges of thread-safe sockets
-
Pieter Hintjens authored
* Implemented new ctx API (_new, _destroy, _get, _set) * Removed 'typesafe' macros from zmq.h * Added support for MAX_SOCKETS (was tied into change for #337) * Created new man pages
-
- 19 Mar, 2012 2 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
- 17 Mar, 2012 2 commits
-
-
Mikko Koppanen authored
Fixed issue LIBZMQ-333 (zmq_devices is missing)
-
Pieter Hintjens authored
-
- 16 Mar, 2012 1 commit
-
-
Pieter Hintjens authored
- reverted commit 941be8d2. - fixed zmq_device implementation for latest socket_base class - added back zmq_device.3 man page
-