- 02 May, 2016 9 commits
-
-
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 6 commits
-
-
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
-
- 29 Apr, 2016 9 commits
-
-
Luca Boccassi authored
problem: no documentation for Radio-dish and UDP
-
somdoron authored
-
somdoron authored
-
Doron Somech authored
Problem: relicense statement from imatix is in the wrong place
-
Kevin Sapper authored
Solution: move the statement to the folder introduced in commit: dd51cad0
-
Kevin Sapper authored
Problem: need to collect grants to relicense under MPLv2
-
Kevin Sapper authored
Naos Ltd license grant/quitclaim
-
Kevin Sapper authored
RELICENSE: Start collecting MPLv2 license grants
-
Doron Somech authored
Problem: libzmq lacks a good doxygen config
-
- 28 Apr, 2016 1 commit
-
-
hitstergtd authored
Solution: - Add Doxygen.cfg file to make it simpler for library users and interested parties to view library internals/externals - Add README.doxygen.md as an Overview for Doxygen-generated documentation Notes: This could later be added into CI for autogenerated documentation that could be posted to the gh-pages branch.
-
- 27 Apr, 2016 2 commits
-
-
Luca Boccassi authored
Problem: unistd.h redundantly included twice
-
Ewen McNeill authored
-
- 26 Apr, 2016 3 commits
-
-
Doron Somech authored
Problem: test_pub_invert_matching missing in autotools build
-
hitstergtd authored
Solution: fix it
-
hitstergtd authored
Solution: - add it to Makefile.am
-
- 25 Apr, 2016 6 commits
-
-
Doron Somech authored
Problem: tune_tcp_keepalives signature more than 80 chars on a line
-
Luca Boccassi authored
Problem: typos and trailing whitespace in code/comments
-
hitstergtd authored
Solution: fix it
-
hitstergtd authored
Solution: fix them
-
hitstergtd authored
Solution: fix them
-
hitstergtd authored
Solution: fix them
-
- 24 Apr, 2016 3 commits
-
-
Ewen McNeill authored
-
Ewen McNeill authored
-
Luca Boccassi authored
Problem: XPUB test broken since #1566 on Windows
-