- 02 Apr, 2018 1 commit
-
-
Luca Boccassi authored
Solution: change comments Fixes: #3036
-
- 28 Mar, 2018 5 commits
-
-
Luca Boccassi authored
Fix assertion failure when calling zmq_poller_destroy after zmq_ctx_term
-
Simon Giesecke authored
Problem: socket_poller destruction after context shutdown is only tested with a non-thread-safe socket Solution: test with both thread-safe and non-thread-safe sockets
-
Simon Giesecke authored
Solution: do not call getsockopt to query thread-safety of a socket
-
Simon Giesecke authored
Solution: Added test case to reproduce, not solving the problem!
-
Simon Giesecke authored
Problem: clang-format Travis job broken
-
- 27 Mar, 2018 2 commits
-
-
Luca Boccassi authored
Solution: don't run configure
-
Min RK authored
* always run tests from tarball of `make dist` ensures that tests will not pass if critical files are omitted from releases * add explicit make dist only for non-default builds distcheck should already cover this for default builds * don’t verify that valgrind/coverage tests can be run from dists * add various files missing from dists - missing template from cmake - add missing android build files - add some missing ci_build.sh scripts
-
- 23 Mar, 2018 6 commits
-
-
Constantin Rack authored
Problem: 4.2.5 is out, we need to restore API changes and 4.3.x
-
Luca Boccassi authored
Solution: revert the revert! Revert "Problem: regression in 4.2.3 went unnoticed, want to release 4.2.5" This reverts commit 5f17e26f.
-
Luca Boccassi authored
-
Constantin Rack authored
Problem: regression in 4.2.3 needs to be fixed before 4.3
-
Luca Boccassi authored
Solution: note bug fixes
-
Luca Boccassi authored
Solution: revert DRAFT -> STABLE API transition so that we can do a bugfix-only 4.2.5 release. Will be re-reverted once tagged. Revert "Problem: ZMQ_BINDTODEVICE has met STABLE conditions" This reverts commit 3cb79f50. Revert "Problem: ZMQ_MSG_GSSAPI_* have met STABLE conditions" This reverts commit 374da420. Revert "Problem: ZMQ_MSG_T_SIZE has met STABLE conditions" This reverts commit 6411c4a2. Revert "Problem: docs say STABLE API still in DRAFT" This reverts commit 9f2f30b7.
-
- 22 Mar, 2018 3 commits
-
-
Constantin Rack authored
Problem: backward incompatible change to NULL with ZAP
-
Luca Boccassi authored
Solution: like for other mechanism, do not enforce strict ZAP protocol adherence unless the specific socket option is enabled with NULL auth. Add test to exercise this functionality, and fix ZAP test to set the socket option when it uses NULL auth. See: https://github.com/zeromq/pyzmq/pull/1152
-
Luca Boccassi authored
Solution: override unused parameter for NULL wrapper
-
- 21 Mar, 2018 20 commits
-
-
Simon Giesecke authored
Problem: some inaccuracies in manpages
-
Luca Boccassi authored
Solution: fix it, as since 4.2.0 there is no ordering constraint anymore Fixes: #2854
-
Luca Boccassi authored
Solution: clarify it since it's a common source of confusion
-
Luca Boccassi authored
Solution: update them
-
Luca Boccassi authored
Fix gcc build problem
-
Arda Aytekin authored
Fixed gcc-related build problem resulting from `-errwarn=%all` switch. Fixes #3012.
-
Doron Somech authored
Problems: some APIs have met stable conditions
-
Luca Boccassi authored
Solution: move them from DRAFT to STABLE since it's been in a public release, committed for 6+ months and has not changed.
-
Luca Boccassi authored
Solution: move them from DRAFT to STABLE since it's been in a public release, committed for 6+ months and has not changed.
-
Luca Boccassi authored
Solution: update manpages
-
Luca Boccassi authored
Solution: move it from DRAFT to STABLE since it's been in a public release, committed for 6+ months and has not changed. Given a new STABLE symbol has been added, bump minor version number.
-
Simon Giesecke authored
Problem: 4.2.4 is out, version is out of date
-
Luca Boccassi authored
Solution: bump to 4.2.5
-
Luca Boccassi authored
-
Luca Boccassi authored
Solution: add it
-
Luca Boccassi authored
Migrate test_reqrep_tcp to unity
-
Simon Giesecke authored
Solution: replaced by a comment explaining why the calls are in the test
-
Simon Giesecke authored
Solution: extracted make_connect_address
-
Simon Giesecke authored
Solution: extracted bind_loopback
-
Simon Giesecke authored
Solution: migrate to unity
-
- 20 Mar, 2018 3 commits
-
-
Constantin Rack authored
Problem: NEWS out of date
-
Luca Boccassi authored
Solution: note new features, APIs and major user-visible bug fixes
-
Luca Boccassi authored
Problem: Unnecessary errno_assert
-