- 09 Feb, 2015 3 commits
-
-
Bryan Zimmerman authored
-
Bryan Zimmerman authored
added version to builds other cleanup
-
Bryan Zimmerman authored
-
- 06 Feb, 2015 6 commits
-
-
Telford Berkey authored
-
Telford Berkey authored
-
Bryan Zimmerman authored
-
Bryan Zimmerman authored
-
Pieter Hintjens authored
acinclude.m4: make kernel-specific flags cacheable
-
Lionel Orry authored
Specifically when cross-compiling, one can be willing to force these variable values using the environment of a config.cache file. This commit makes this possible. The affected variables are: * libzmq_cv_sock_cloexec * libzmq_cv_so_keepalive * libzmq_cv_tcp_keepcnt * libzmq_cv_tcp_keepidle * libzmq_cv_tcp_keepintvl * libzmq_cv_tcp_keepalive Signed-off-by:
Lionel Orry <lionel.orry@gmail.com>
-
- 05 Feb, 2015 3 commits
-
-
Telford Berkey authored
-
Joe Eli McIlvain authored
Add missing EOL at EOF.
-
evoskuil authored
-
- 02 Feb, 2015 8 commits
-
-
Telford Berkey authored
-
Richard Newton authored
problem: jenkins build failed
-
somdoron authored
-
Pieter Hintjens authored
problem: client socket is missing
-
somdoron authored
-
somdoron authored
-
somdoron authored
-
Pieter Hintjens authored
Problem: sockets are not thread safe
-
- 01 Feb, 2015 1 commit
-
-
somdoron authored
-
- 30 Jan, 2015 3 commits
-
-
Telford Berkey authored
-
taotetek authored
Problem: test cases are failing on slower PCs (eee PC)
-
Pieter Hintjens authored
Solution: raise timeouts from 100-150 msec to 250 msec
-
- 29 Jan, 2015 3 commits
-
-
Telford Berkey authored
-
Constantin Rack authored
Problem: qt-android build script out of date
-
Joe Eli McIlvain authored
Solution: copy changes from latest zproject
-
- 28 Jan, 2015 4 commits
-
-
Joe Eli McIlvain authored
Use GCC/Clang compiler intrinsics for atomic operations
-
Thomas Rodgers authored
-
-
Thomas Rodgers authored
Works with GCC and most likely clang
-
- 27 Jan, 2015 6 commits
-
-
Pieter Hintjens authored
Code cleanup - removing unused local
-
Thomas Rodgers authored
-
Pieter Hintjens authored
Clean up of metadata_t
-
Pieter Hintjens authored
resolve #1325 Alignment issue with zmq_msg_t on SPARC CPU
-
Thomas Rodgers authored
* There is no clear reason why the map should hold const std::strings * This class is never derived, there doesn't seem to be a compelling reason to ever do so, so no need to make virtual members * In general const member data is an anti-pattern, the *only* reason is to prevent assignability, and the accepted idiom for that is to to declare the assigment operator private. This change does so, and also prevents copy construction.
-
Thomas Rodgers authored
should be backported probably
-
- 26 Jan, 2015 3 commits
-
-
Pieter Hintjens authored
Added socket option ZMQ_INVERT_MATCHING.
-
Julien Ruffin authored
ZMQ_INVERT_MATCHING reverses the PUB/SUB prefix matching. The subscription list becomes a rejection list. The PUB socket sends messages to all connected (X)SUB sockets that do not have any matching subscription. Whenever the option is used on a PUB/XPUB socket, any connecting SUB sockets must also set it or they will reject everything the publisher sends them. XSUB sockets are unaffected because they do not filter out incoming messages.
-
Constantin Rack authored
Fix Windows build
-