- 11 Nov, 2013 1 commit
-
-
psl-felipefarinon authored
-
- 07 Nov, 2013 2 commits
-
-
psl-felipefarinon authored
-
psl-felipefarinon authored
-
- 06 Nov, 2013 4 commits
-
-
Pieter Hintjens authored
Fix race condition on shutdown
-
Richard Newton authored
-
Richard Newton authored
Removed over-long pauses in tests
-
Pieter Hintjens authored
- used msleep (10) in most places instead of zmq_sleep (1) - may cause failures on slower machines - to change, modify SETTLE_TIME in testutil.h - tested down to 1 msec on fast boxes
-
- 05 Nov, 2013 4 commits
-
-
Richard Newton authored
zmq: change TIPC default lookup domain when connecting
-
Erik Hugne authored
By default, TIPC uses a closest first approach to find a publication that can satisfy your connection request. Any publication on the local node will automatically be chosen for all requests, even if you're trying to spread it out over multiple machines. We fix this by widening the default lookup scope. Signed-off-by: Erik Hugne <erik.hugne@ericsson.com>
-
Pieter Hintjens authored
zmq: add TIPC manpage
-
Erik Hugne authored
Signed-off-by: Erik Hugne <erik.hugne@ericsson.com>
-
- 04 Nov, 2013 5 commits
-
-
Richard Newton authored
Fixed issue 578
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Doc examples with zmq_msg_close usage - parameter is 'zmq_msg_t *'
-
Denis Mingulov authored
Documentation examples for zmq_msg_get and zmq_msg_more functions have an incorrect call to zmq_msg_close function - with 'zmq_msg_t' as a parameter despite 'zmq_msg_t *' is required, so it is impossible to compile these examples properly. Also for zmq_msg_get example - declaration of zmq_msg_t variable is added (like it is done in other examples).
-
- 01 Nov, 2013 8 commits
-
-
Pieter Hintjens authored
zmq: narrow condition to include TIPC in build/test
-
Erik Hugne authored
As TIPC transport for 0MQ will only work on post 3.8 Linux kernels where nonblocking connect was added, we add AC_RUN test to check for this functionality. Should the test fail, tipc is excluded from build/test. Signed-off-by: Erik Hugne <erik.hugne@ericsson.com>
-
Pieter Hintjens authored
Shorten ZMQ_ROUTER_REASSIGN_IDENTITIES to ZMQ_ROUTER_HANDOVER. Also, add...
-
Pieter Hintjens authored
Tipc support
-
Erik Hugne authored
Signed-off-by: Erik Hugne <erik.hugne@ericsson.com>
-
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>
-
Mark Barbisan authored
Shorten ZMQ_ROUTER_REASSIGN_IDENTITIES to ZMQ_ROUTER_HANDOVER. Also, added a test for the HANDOVER functionality.
-
- 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 4 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
-