- 14 Apr, 2014 1 commit
-
-
Maarten Ditzel authored
-
- 13 Apr, 2014 1 commit
-
-
Maarten Ditzel authored
-
- 10 Apr, 2014 2 commits
-
-
Ian Barber authored
Fixed issue #967
-
Pieter Hintjens authored
Fixes #967
-
- 09 Apr, 2014 2 commits
-
-
Ian Barber authored
Update VS build configurations.
-
evoskuil authored
-
- 08 Apr, 2014 3 commits
-
-
Pieter Hintjens authored
Incorporate libsodium option and linkage, generalize, update packaging.
-
evoskuil authored
-
evoskuil authored
-
- 07 Apr, 2014 2 commits
-
-
Pieter Hintjens authored
Update NuGet packaging metadata.
-
evoskuil authored
-
- 06 Apr, 2014 4 commits
-
-
Pieter Hintjens authored
Rationalize and update Visual Studio projects and packaging.
-
evoskuil authored
-
evoskuil authored
-
evoskuil authored
-
- 05 Apr, 2014 1 commit
-
-
Pieter Hintjens authored
- this failing test was confusing users - ZMTP v3.0 now does not define resources at all - resources, along with other unimplemented aspects moved to RFC 37 ZMTP v3.1
-
- 04 Apr, 2014 4 commits
-
-
Pieter Hintjens authored
Update and add executable projects to VS2013 solution.
-
evoskuil authored
-
evoskuil authored
-
evoskuil authored
-
- 03 Apr, 2014 2 commits
-
-
Pieter Hintjens authored
Resolve issue #939
-
Martin Hurton authored
This bug is caused by fq which can terminate pipe before sending all frames of a message first. So sometimes two messages were mixed and this confused ZAP handler. This patch just modifies one pipe parameter so that socket consumes all messages before dropping the pipe.
-
- 02 Apr, 2014 2 commits
-
-
Pieter Hintjens authored
sockets created by accept are leaked to child processes (ticket #956)
-
Jan Kryl authored
-
- 30 Mar, 2014 7 commits
- 25 Mar, 2014 4 commits
-
-
Pieter Hintjens authored
Make a NuGet package
-
Fred Eisele authored
-
Fred Eisele authored
-
Fred Eisele authored
-
- 21 Mar, 2014 4 commits
-
-
Pieter Hintjens authored
Allow iov_base as char * on Solaris 8/9/10.
-
Pieter Hintjens authored
Include zmq.h after platform.hpp
-
twwlogin authored
On Solaris 8, 9, 10/SPARC, iov_base is of type caddr_t which is char *. The Sun C++ compiler errors with "Cannot assign void* to char*". Using a static case to override this. On Solaris 11, HP-UX, AIX, and RHEL, iov_base is void * so no issues there. This seems a rather hackish solution so open to something better.
-
twwlogin authored
zmq.h requires definitions from platform.hpp so include platform.hpp before zmq.h. This is only an intermediate fix though. zmq.h should not require definitions from platform.hpp because platform.hpp is not installed. So, when zmq.h wants to include <inttypes.h> on ZMQ_HAVE_SOLARIS || ZMQ_HAVE_OPENVMS, it will not and fall back to #include <stdint.h> which will fail when building something like pyzmq on Solaris 8, 9/SPARC which do not have <stdint.h>
-
- 20 Mar, 2014 1 commit
-
-
Pieter Hintjens authored
Fix building on MinGW64 Windows
-