- 16 Mar, 2014 8 commits
-
-
Richard Newton authored
-
Richard Newton authored
-
Richard Newton authored
-
Richard Newton authored
added uncommitted norm_engine changes
-
bebopagogo authored
-
Ian Barber authored
Fixed comment
-
Pieter Hintjens authored
-
Pieter Hintjens authored
NORM protocol extension
-
- 15 Mar, 2014 2 commits
-
-
bebopagogo authored
-
bebopagogo authored
-
- 14 Mar, 2014 2 commits
-
-
Ian Barber authored
Revert "Fixed potential SEGFAULT."
-
Pieter Hintjens authored
This reverts commit 79b81f48. Was causing: Assertion failed: destroyed (socket_base.cpp:154) /bin/bash: line 5: 31344 Aborted ${dir}$tst FAIL: test_many_sockets On TravisCI.
-
- 13 Mar, 2014 3 commits
-
-
Pieter Hintjens authored
Fixed potential SEGFAULT in socket_base.cpp
-
czach authored
-
czach authored
-
- 12 Mar, 2014 4 commits
-
-
Pieter Hintjens authored
Allow TCP addresses to be re-resolved whenever there is a reconnection a...
-
Mark Barbisan authored
-
Pieter Hintjens authored
Add the tag name to the zmq_pollitem_t struct to allow easier forward de...
-
Mark Barbisan authored
-
- 10 Mar, 2014 2 commits
-
-
Pieter Hintjens authored
Libsodium is now required if and only if --with-libsodium is used
-
Drew Crawford authored
This patch is proposed for https://github.com/zeromq/libzmq/issues/912. If a user specifies that they want libzmq built with libsodium, and the requirement cannot be satisfied, we should error at the user so they can either A) install libsodium to a reasonable location or B) relax their requirement for libsodium support. Previously a warning was issued in this case, causing users who wanted libsodium support not to get it, which may be discovered at a much later time when their programs didn't work as expected. I release this patch under the LGPL v3 or any later version.
-
- 06 Mar, 2014 2 commits
-
-
Pieter Hintjens authored
Minor change to zmq_curve_keypair doc
-
KennethWilke authored
-
- 04 Mar, 2014 1 commit
-
-
Ian Barber authored
Added scaffolding for zmq_msg_gets
-
- 03 Mar, 2014 1 commit
-
-
Pieter Hintjens authored
-
- 25 Feb, 2014 2 commits
-
-
Pieter Hintjens authored
Fix MSVC8 build
-
Olaf Mandel authored
The extra semicolons were introduced in 48b50cef together with the defintion of the ZMQ_USE_SELECT macros.
-
- 24 Feb, 2014 4 commits
-
-
Pieter Hintjens authored
add linking to librt under cmake build - fixes missing symbol
-
Josh Blum authored
The libzmq library itself uses clock_gettime and should link w/ -lrt on linux. Caught this issue on on Ubuntu 12.04 LTS.
-
Pieter Hintjens authored
Fix zmq_socket example in documentation
-
Olaf Mandel authored
Issues adressed: - The actual data was never read from the socket, causing all even numbered loop iterations to fail - The socket variable was called server once
-
- 21 Feb, 2014 2 commits
-
-
Pieter Hintjens authored
Fix build with ZMQ_HAVE_WINDOWS (typedef UINT_PTR fd_t; -> unsigned type...
-
Pavel Pimenov authored
V547 Expression 'file_desc >= 0' is always true. Unsigned type value is always >= 0. socket_base.cpp 845 V547 Expression 'file_desc >= 0' is always true. Unsigned type value is always >= 0. socket_base.cpp 863 V547 Expression 'file_desc >= 0' is always true. Unsigned type value is always >= 0. socket_base.cpp 897 http://www.viva64.com/en/d/0137/print/
-
- 18 Feb, 2014 4 commits
-
-
Pieter Hintjens authored
workaround missing Mstcpip.h in mingw32
-
KIU Shueng Chuan authored
-
Pieter Hintjens authored
fix: win32 tcp_keepalive gets set even when option is -1
-
KIU Shueng Chuan authored
-
- 17 Feb, 2014 3 commits
-
-
Pieter Hintjens authored
Remove duplicate poller decision making
-
Olaf Mandel authored
The decision about the poller mechanism to use (select, poll, ...) was done twice: once by the build system and once by the code in poller.hpp. As the build-system can actually detect the mechanisms available, prefer that result to the hard coded defaults in poller.hpp. At the same time, remove the duplicate detection of select() vs. poll()-variant from proxy.cpp, signaler.cpp and zmq.cpp. This patch has not been tested on many build platforms: especially the cmake build needs testing / patching. For the other builds, hard code the result as these these are all Windows platforms.
-
Ian Barber authored
Added temporary CURVE debugging support
-