- 01 Nov, 2013 2 commits
-
-
Erik Hugne authored
The tests are identical to the TCP ones, only the addressing is changed. Signed-off-by: Erik Hugne <erik.hugne@ericsson.com>
-
Erik Hugne authored
A ZeroMQ application can opt for TIPC based sockets using the TIPC port name format: zmq_bind(sb, "tipc://{type,lower,upper}"); zmq_connect(sc, "tipc://{type,inst}"); 'type' is the service ID, and 'lower/upper' can be used for service partitioning or basic load balancing. ZeroMQ TIPC transport requires a kernel >= 3.8 (nonblocking connect support for TIPC). Signed-off-by: Erik Hugne <erik.hugne@ericsson.com>
-
- 31 Oct, 2013 4 commits
-
-
Pieter Hintjens authored
Fixed LIBZMQ-556: ROUTER socket does not support reconnection from clients with multiple NICs
-
Pieter Hintjens authored
Update tcp_connecter.cpp - Crash Fix: Assertion failed: Permission denied (..\..\..\src\tcp_connecter.cpp:279) on windows 8
-
Mark Barbisan authored
-
NetImperia authored
Crash Fix: Assertion failed: Permission denied (..\..\..\src\tcp_connecter.cpp:279) on windows 8
-
- 29 Oct, 2013 8 commits
-
-
Pieter Hintjens authored
Remove redundant entry in tests makefile.
-
Richard Newton authored
-
Richard Newton authored
Adding source for test_stream_empty
-
Matt Connolly authored
-
Pieter Hintjens authored
Sync cmake tests with tests in makefile.am
-
Richard Newton authored
-
Richard Newton authored
-
Richard Newton authored
-
- 28 Oct, 2013 10 commits
-
-
Richard Newton authored
Renamed test_router_raw_empty to test_stream_empty
-
Pieter Hintjens authored
* The ZMQ_ROUTER_RAW API was deprecated in favor of ZMQ_STREAM * Same issue hit router.cpp, which I've fixed
-
Richard Newton authored
Fixed ref to zmq_socket_monitor
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Fix test warnings
-
Richard Newton authored
-
Richard Newton authored
-
Richard Newton authored
add missing msg->init for ROUTER_RAW with empty message
-
MinRK authored
-
MinRK authored
-
- 25 Oct, 2013 1 commit
-
-
Pieter Hintjens authored
include cmake files in tarball
-
- 24 Oct, 2013 2 commits
-
-
Richard Newton authored
test_stream failed when response was broken into frames
-
Pieter Hintjens authored
-
- 23 Oct, 2013 10 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
fix use of CMAKE_SYSTEM_PROCESSOR
-
xantares authored
-
xantares authored
-
xantares authored
-
Richard Newton authored
Clarified use of secret/public keys
-
Pieter Hintjens authored
-
Richard Newton authored
Fixed man page for CURVE key options
-
Pieter Hintjens authored
-
- 21 Oct, 2013 3 commits
-
-
Pieter Hintjens authored
Add new tests to CMakeLists.txt
-
Richard Newton authored
-
Richard Newton authored
Cleaned up the code
-