- 05 May, 2016 3 commits
-
-
Constantin Rack authored
problem: closed poller still associated with socket
-
Doron Somech authored
-
Luca Boccassi authored
Problem: AUTHORS file is not sorted
-
- 04 May, 2016 15 commits
-
-
Doron Somech authored
Problem: zmq_sendiov/zmq_recviov not Deprecated
-
KAPP Arnaud authored
Problem: style issues with comment in zmq_poll
-
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.
-
hitstergtd authored
Solution: Wrap and clean it.
-
Luca Boccassi authored
Problem: ZMQ_HAVE_TIPC option for CMake is broken
-
hitstergtd authored
Solution: Fix it - there was a typo in the source list variable; it should be 'cpp-sources' and not 'cpp-source'.
-
Luca Boccassi authored
Problem: Not shamelessly plugged into AUTHORS
-
Luca Boccassi authored
Problem: MAINTAINERS file has no purpose anymore
-
hitstergtd authored
Solution: Remove until such time that a new and appropriate file can replace it should it be deemed necessary.
-
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 13 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
-