- 04 May, 2016 7 commits
-
-
hitstergtd authored
Solution: As preparation for 4.2 release, move the zmq_sendiov and zmq_recviov API methods under the Deprecated Methods section. Note: the actual methods have NOT been deprecated yet, functionally speaking however it is good to let API users know early. Moreover, these methods were not ever considered stable, at least according to src/zmq.h, and have no associated man pages.
-
Luca Boccassi authored
problem: compilation error on osx
-
Doron Somech authored
-
Luca Boccassi authored
problem: src is broken and unneeded as we have metadata
-
Doron Somech authored
-
Doron Somech authored
-
Doron Somech authored
Problem: supported protocols comment is stale
-
- 03 May, 2016 9 commits
-
-
Luca Boccassi authored
problem: zeromq performance got worsen by some changes
-
somdoron authored
-
somdoron authored
-
Luca Boccassi authored
Problem: Not all GCOV extensions in .gitignore
-
hitstergtd authored
Solution: Fix it.
-
Luca Boccassi authored
problem: no way to enable draft on windows
-
Doron Somech authored
-
Doron Somech authored
-
Doron Somech authored
problem: no way to disable draft when compiling
-
- 02 May, 2016 16 commits
-
-
Luca Boccassi authored
Solution: add it to .gitignore
-
Luca Boccassi authored
Solution: do default test with DRAFT APIs enabled
-
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.
-
Luca Boccassi authored
Solution: include platform.hpp and include/zmq.h outside of ifdef for windows, in order to be able to use it for internal definitions.
-
Luca Boccassi authored
Problem: bounce() arguments reversed
-
Luca Boccassi authored
Problem: tune_tcp* related code has style issues
-
Luca Boccassi authored
Problem: autoconf-archive m4 macros out of date
-
hitstergtd authored
Solution: Update them from the latest archive located at: git://git.savannah.gnu.org/autoconf-archive.git Hat-tip: @bluca
-
Luca Boccassi authored
Problem: zmq_setsockopt(3) man page formatting
-
- 01 May, 2016 7 commits
-
-
hitstergtd authored
Solution: Fix it and align with the documentation; zmq_socket_monitor(3) outlines that ZMQ socket monitoring is supported for TCP, IPC and TIPC.
-
hitstergtd authored
Solution: Put them in the right order to quiet Coverity. Found by: Coverity Scan
-
hitstergtd authored
Solution: - Update formatting and remove redundant parts from ZMQ_PROBE_ROUTER, ZMQ_USE_FD, ZMQ_TCP_MAXRT, ZMQ_TCP_TOS - Only cosmetic changes to the content - These changes already merged on api.zeromq.org by me
-
Luca Boccassi authored
Problem: multiple issues with zmq_sendiov/recviov
-
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
-
hitstergtd authored
Solution: fix it
-
Luca Boccassi authored
Problem: style issues in decoder.hpp
-
- 30 Apr, 2016 1 commit
-
-
hitstergtd authored
Solution: fix it
-