- 06 May, 2016 3 commits
-
-
Luca Boccassi authored
Solution: add an optional dependency on libunwind, and if present use it to print the backtrace when zmq_abort is called.
-
Luca Boccassi authored
Problem: No CMake option to set ZMQ_ACT_MILITANT
-
hitstergtd authored
Solution: Add CMake option called WITH_MILITANT so that it aligns with the Autotools build infrastructure; enabling this option defines ZMQ_ACT_MILITANT, which enables assertions should malformed requests make their way into zmq_setsockopt(3) or zmq_getsockopt(3).
-
- 05 May, 2016 7 commits
-
-
Doron Somech authored
Problem: read-after-free when closing socket
-
Luca Boccassi authored
Solution: use socket object's mutex before the send_reap() call that might deallocate it
-
Constantin Rack authored
problem: timers test is flapping on windows
-
Doron Somech authored
-
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 6 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
-