- 05 Feb, 2020 1 commit
-
-
Luca Boccassi authored
Solution: if all peers of a socket are >= 3.1 use sub/cancel commands instead of the old 0/1 messages. For backward compatibility, move the handling of 0/1 or sub/cancel command strings to the encoders, so that the right thing can be done depending on the protocol version. Do not set the command flag until the encoder, so that we can handle the inproc case (which skips the encoder).
-
- 04 Feb, 2020 15 commits
-
-
Luca Boccassi authored
Improve code style, remove duplications in test code
-
Simon Giesecke authored
Solution: extract new receive_monitor_address function
-
Simon Giesecke authored
Solution: add const where possible
-
Simon Giesecke authored
Solution: remove them
-
Luca Boccassi authored
RELICENSE pavel-pimenov
-
Pavel Pimenov authored
-
Luca Boccassi authored
Fix intermittent test_monitor and test_security_zap timeouts/deadlocks for now
-
Luca Boccassi authored
Problem: intermittent timeouts on test_heartbeats
-
Simon Giesecke authored
Solution: wait for monitor to stop resp. unregister monitor before closing monitored socket.
-
Doron Somech authored
Problem: curve_encoding_t build fails with old libsodium versions
-
Simon Giesecke authored
Solution: add version check and fall back to old implementation for old versions
-
Simon Giesecke authored
Problem: on POSIX systems, all tests have a timeout of 60 seconds; disabling it via ZMQ_DISABLE_TEST_TIMEOUT doesn't work anymore Solution: remove ZMQ_DISABLE_TEST_TIMEOUT guard but add default parameter to setup_test_environment
-
Simon Giesecke authored
Solution: increase number of retries when reading monitor event, and increase timeout
-
Luca Boccassi authored
CURVE: Reduce number of memory allocations and message copies
-
Luca Boccassi authored
Problem: intermittent timeouts of test_reconnect_ivl
-
- 03 Feb, 2020 20 commits
-
-
Simon Giesecke authored
Solution: increase timeout to 15 seconds
-
Simon Giesecke authored
Solution: use crypto_box_easy_afternm and crypto_box_open_easy_afternm in-place
-
Simon Giesecke authored
Solution: add CMake option WITH_LIBSODIUM_STATIC
-
Simon Giesecke authored
Solution: add initial tests
-
Luca Boccassi authored
Grant by jimenezrick, xantares
-
Telford Berkey authored
* Adding permission to relicense for tberkey. Co-authored-by: bzimmerman-qb <bzimmerman@4qbase.com>
-
Simon Giesecke authored
Solution: define NOMINMAX
-
Simon Giesecke authored
Solution: extract into separate class curve_encoding_t
-
Luca Boccassi authored
Relicense grant received. This reverts commit d2a8be8d.
-
Luca Boccassi authored
Received via email, message-id: BYAPR08MB506237D85857D053D749888C91000@BYAPR08MB5062.namprd08.prod.outlook.com
-
Luca Boccassi authored
Set via github comment: https://github.com/zeromq/libzmq/pull/1366#issuecomment-581451018
-
Luca Boccassi authored
-
Kevin Sapper authored
Add relicense from zoobab, acsearle
-
Luca Boccassi authored
Solution: remove it, never used
-
Luca Boccassi authored
Solution: remove it for now
-
Luca Boccassi authored
Adding relicensing grant from FredTreg
-
Frederic Tregon authored
-
Luca Boccassi authored
-
Simon Giesecke authored
Solution: change to conform with naming convention
-
Luca Boccassi authored
-
- 28 Jan, 2020 4 commits
-
-
Luca Boccassi authored
Add an extra space after "/Z7" in CMakeLists.txt.
-
Simon Giesecke authored
Both libzmq and libzmq-static are trying to work in precompiled.pch. …
-
std-any-emplace authored
Add an extra space after "/Z7". Else the flag gets joined with the flag following this and clang-cl does not like that.
-
std-any-emplace authored
Fixes https://github.com/zeromq/libzmq/issues/3776.
-