- 17 Sep, 2016 5 commits
-
-
Luca Boccassi authored
Solution: allow for '[' character when doing the basic sanity check on the TCP endpoint. Also add unit tests for both IPv4 and IPv6 source;dest format.
-
Luca Boccassi authored
Solution: add them
-
Luca Boccassi authored
Solution: add a test for this use case
-
Luca Boccassi authored
Solution: add disconnect and unbind calls to the test
-
Luca Boccassi authored
Solution: refactor it to allow for multiple functionalities to be tested
-
- 12 Sep, 2016 1 commit
-
-
Thomas Braun authored
Solution: Add "\n" at end of format string.
-
- 27 Aug, 2016 1 commit
-
-
Luca Boccassi authored
Solution: ifdef is_ipv6_available to always return false if building on Windows XP, as it doesn't support the needed standard libc functions
-
- 23 Aug, 2016 3 commits
-
-
Luca Boccassi authored
Solution: call the function after the zmq_ctx has been created, not before, so that the relevant Windows system calls have been setup.
-
Luca Boccassi authored
This reverts commit 9adf20aa.
-
Thomas Braun authored
This is required as zmq_ctx_new calls WSAStartup. Without that the IPV6 socket creation always fails.
-
- 12 Jul, 2016 2 commits
-
-
Giuseppe Corbelli authored
Solution: correct path is ../src/windows.hpp. Also added automatic linking of iphlpapi library if required and using MSVC
-
Giuseppe Corbelli authored
only if the library is found at a specific path Solution: Search for libzmq.lib in ../bin/Win32/Debug/v120/dynamic, don't know how to automatically search in correct path based on current build configuration
-
- 17 Jun, 2016 1 commit
-
-
Fedor Sheremetyev authored
Expect custom messages on both explicit unsubscription and pipe termination.
-
- 19 May, 2016 1 commit
-
-
evoskuil authored
-
- 16 May, 2016 3 commits
-
-
hitstergtd authored
Solution: Wrap it.
-
somdoron authored
solution: enforce that dish and gram can only bind and radio can only connect
-
somdoron authored
-
- 15 May, 2016 4 commits
-
-
Bitiquinho authored
-
Bitiquinho authored
-
Bitiquinho authored
-
Bitiquinho authored
-
- 13 May, 2016 1 commit
-
-
hitstergtd authored
Solution: Reduce send count so that the test does not timeout on AppVeyor CI environment and older Windows boxes.
-
- 12 May, 2016 2 commits
-
-
hitstergtd authored
Solution: - Add checks for **poller_p_ to ensure that we do not segfault when either it or the value within it are NULL - Add tests for the above and increase error state coverage
-
hitstergtd authored
Solution: - Add error state coverage for zmq_ctx_term(), zmq_term() and zmq_ctx_shutdown(); zmq_ctx_destroy() is already covered since it only calls zmq_ctx_term() - Add coverage for zmq_term()
-
- 11 May, 2016 1 commit
-
-
Erik Hugne authored
The TIPC protocol bindings in ZeroMQ defaults to a lookup domain of 1.0.0 to prevent 'closest first' search, and instead always do round robin if several sockets in the network or node have the same name published. In retrospect, this might have been a bad idea because it won't work on standalone configurations. We solve this by allowing an optional domain suffix to be provided in the address, and 0.0.0 should be used in that case, or if the TIPC address range in the cluster configuration is defined to some other value. Domain suffixes are only relevant for connecting addresses. Signed-off-by:
Erik Hugne <erik.hugne@gmail.com>
-
- 08 May, 2016 1 commit
-
-
hitstergtd authored
Solution: - Add file for testing ancillary API methods and any misc internal machinery - Add tests for zmq_version(3) and zmq_strerror(3) - Add test file into gitignore, Autotools and CMake build files - Increase test coverage Note: MSVC solution files have not been updated.
-
- 05 May, 2016 2 commits
-
-
Doron Somech authored
-
Doron Somech authored
-
- 03 May, 2016 1 commit
-
-
somdoron authored
-
- 02 May, 2016 8 commits
-
-
Luca Boccassi authored
Solution: mark them as DRAFT APIs
-
Luca Boccassi authored
Solution: mark them as DRAFT APIs
-
Luca Boccassi authored
Solution: mark them as DRAFT APIs
-
Luca Boccassi authored
Solution: mark them as DRAFT APIs
-
Luca Boccassi authored
Solution: mark them as DRAFT APIs
-
Luca Boccassi authored
Solution: add support for --enable-drafts/ENABLE_DRAFTS=ON in Autools and CMake.
-
Luca Boccassi authored
Solution: only use ZMQ_SERVER/CLIENT if the defines are available.
-
Luca Boccassi authored
Solution: before including internal headers, include platform.hpp so that the build time options are correctly applied to the included headers.
-
- 01 May, 2016 2 commits
-
-
hitstergtd authored
Solution: Put them in the right order to quiet Coverity. Found by: Coverity Scan
-
hitstergtd authored
Solution: - Add check for the [count] parameter in zmq_sendiov() and zmq_recviov() - Use and add test for zmq_sendiov() in tests/test_iov.cpp - Add error state tests for zmq_sendiov() in tests/test_iov.cpp - Add error state tests for zmq_recviov() in tests/test_iov.cpp - Cleanup tests/test_iov.cpp for style, consistency and clarity - Generally improve test coverage for both API methods Hat-tip: @somdoron, @bluca
-
- 29 Apr, 2016 1 commit
-
-
somdoron authored
-