- 23 Mar, 2018 5 commits
-
-
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 4 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
-
Pontus Sköldström authored
-
- 19 Mar, 2018 4 commits
-
-
Luca Boccassi authored
Problem: ZMQ_DISH over UDP triggers errno_assert() after hitting wate…
-
Pontus Sköldström authored
-
Simon Giesecke authored
Problem: global random init/deinit breaks existing applications
-
Luca Boccassi authored
Solution: restrict it only to the original issue #2632, Tweetnacl on *NIX when using /dev/urandom, ie: without the new Linux getrandom() syscall. Existing applications might use atexit to register cleanup functions (like CZMQ does), and the current change as-is imposes an ordering that did not exist before - the context MUST be created BEFORE registering the cleanup with atexit. This is a backward incompatible change that is reported to cause aborts in some applications. Although libsodium's documentation says that its initialisation APIs is not thread-safe, nobody has ever reported an issue with it, so avoiding the global init/deinit in the libsodium case is the less risky option we have. Tweetnacl users on Windows and on Linux with getrandom (glibc 2.25 and Linux kernel 3.17) are not affected by the original issue. Fixes #2991
-
- 16 Mar, 2018 4 commits
-
-
Luca Boccassi authored
Migrate further tests to unity
-
Simon Giesecke authored
Solution: migrate to unity, merge into test_radio_dish, and split up test cases
-
Simon Giesecke authored
Solution: migrate to unity
-
Simon Giesecke authored
Solution: migrate to unity, and split test cases
-