Luca Boccassi
|
8c618e0247
|
Grant from KLNikita
Received via email, message-id:
81ce91c8-df40-13c2-7abf-6f648d0b123f@elyzion.net
|
2020-02-06 10:29:32 +00:00 |
|
Simon Giesecke
|
dca59c940e
|
Merge pull request #3819 from bluca/relicense
Grant by asafkahlon
|
2020-02-05 20:30:47 +01:00 |
|
Luca Boccassi
|
b7c1d932fb
|
Grant by asafkahlon
Received via email, message-id:
CALFsTFVZLgujRE3V_30G9V9b35kE566K5cWi0vKbNkZGSHrszA@mail.gmail.com
|
2020-02-05 17:06:27 +00:00 |
|
Luca Boccassi
|
d4af92cd15
|
Merge pull request #3818 from SCOREC/xlClang
support compiling with IBM XL 16.1 w/ clang front end
|
2020-02-05 16:59:24 +00:00 |
|
Cameron Smith
|
f4dff8eed6
|
relicense stmt
|
2020-02-05 11:46:08 -05:00 |
|
Cameron Smith
|
49ecde8d80
|
support compiling with IBM XL 16.1 w/ clang front end
|
2020-02-05 11:00:34 -05:00 |
|
Luca Boccassi
|
0d073e0b67
|
Merge pull request #3816 from somdoron/SCATTER-GATHER-DOC
problem: no docs for scatter-gather
|
2020-02-05 08:29:37 +01:00 |
|
Doron Somech
|
40de45396f
|
problem: no docs for scatter-gather
|
2020-02-05 02:33:38 +02:00 |
|
Luca Boccassi
|
27f2f5e745
|
Merge pull request #3815 from gummif/gfa/doc-typo
Problem: Documentation for option name mismatch
|
2020-02-04 21:44:21 +01:00 |
|
Gudmundur Adalsteinsson
|
ee32b833a7
|
Add relicence agreement
|
2020-02-04 20:07:35 +00:00 |
|
Gudmundur Adalsteinsson
|
f80830c4a8
|
Problem: Documentation for option name mismatch
Solution: Fix typo
|
2020-02-04 20:00:07 +00:00 |
|
Luca Boccassi
|
e7f802d1ac
|
Merge pull request #3813 from sigiesec/code-style
Improve code style, remove duplications in test code
|
2020-02-04 19:05:01 +01:00 |
|
Simon Giesecke
|
21b8d5cff7
|
Problem: duplicated code in tests related to monitoring
Solution: extract new receive_monitor_address function
|
2020-02-04 18:36:03 +01:00 |
|
Simon Giesecke
|
495fb00b7e
|
Problem: pointee types are unnecessarily non-const
Solution: add const where possible
|
2020-02-04 18:34:19 +01:00 |
|
Simon Giesecke
|
db8f4fba21
|
Problem: redundant inline/ZMQ_FINAL declarations
Solution: remove them
|
2020-02-04 18:34:13 +01:00 |
|
Luca Boccassi
|
21d80e42a8
|
Merge pull request #3812 from pavel-pimenov/RELICENSE-pavel-pimenov
RELICENSE pavel-pimenov
|
2020-02-04 16:40:36 +01:00 |
|
Pavel Pimenov
|
c9845bfbf4
|
RELICENSE pavel-pimenov
|
2020-02-04 18:36:19 +03:00 |
|
Luca Boccassi
|
84ec65482f
|
Merge pull request #3808 from sigiesec/fix-test-monitor-to-be-checked
Fix intermittent test_monitor and test_security_zap timeouts/deadlocks for now
|
2020-02-04 15:23:58 +01:00 |
|
Luca Boccassi
|
d8851c5ca8
|
Merge pull request #3807 from sigiesec/fix-test-heartbeats
Problem: intermittent timeouts on test_heartbeats
|
2020-02-04 14:42:16 +01:00 |
|
Simon Giesecke
|
66094678d1
|
Problem: intermittent deadlocks/timeouts in test_monitor and test_security_zap
Solution: wait for monitor to stop resp. unregister monitor before
closing monitored socket.
|
2020-02-04 14:34:36 +01:00 |
|
Doron Somech
|
0a1fc44ed7
|
Merge pull request #3811 from sigiesec/fix-libsodium-1-0-0
Problem: curve_encoding_t build fails with old libsodium versions
|
2020-02-04 10:34:27 +01:00 |
|
Simon Giesecke
|
dfcca75d0b
|
Problem: curve_encoding_t build fails with old libsodium versions
Solution: add version check and fall back to old implementation for old versions
|
2020-02-04 10:04:40 +01:00 |
|
Simon Giesecke
|
58b636675a
|
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
|
2020-02-04 09:48:55 +01:00 |
|
Simon Giesecke
|
577d64c007
|
Problem: intermittent timeouts on test_heartbeats
Solution: increase number of retries when reading monitor event,
and increase timeout
|
2020-02-04 09:48:55 +01:00 |
|
Luca Boccassi
|
06bdebfe8d
|
Merge pull request #3805 from sigiesec/curve-zerocopy
CURVE: Reduce number of memory allocations and message copies
|
2020-02-04 08:58:31 +01:00 |
|
Luca Boccassi
|
f1513f96d8
|
Merge pull request #3806 from sigiesec/increase-reconnect-ivl-timeout
Problem: intermittent timeouts of test_reconnect_ivl
|
2020-02-04 08:54:32 +01:00 |
|
Simon Giesecke
|
e7043c815d
|
Problem: intermittent timeouts of test_reconnect_ivl
Solution: increase timeout to 15 seconds
|
2020-02-03 23:19:45 +01:00 |
|
Simon Giesecke
|
4177bf7445
|
Problem: curve_encoding_t involves unnecesary heap allocations and copying of message data
Solution: use crypto_box_easy_afternm and crypto_box_open_easy_afternm
in-place
|
2020-02-03 22:33:15 +01:00 |
|
Simon Giesecke
|
2fa8185340
|
Problem: cannot use static libsodium library on Windows
Solution: add CMake option WITH_LIBSODIUM_STATIC
|
2020-02-03 22:24:16 +01:00 |
|
Simon Giesecke
|
b01685ea0a
|
Problem: no unittests for curve_encoding_t
Solution: add initial tests
|
2020-02-03 22:24:16 +01:00 |
|
Luca Boccassi
|
48aed8df11
|
Merge pull request #3803 from bluca/relicense
Grant by jimenezrick, xantares
|
2020-02-03 19:10:32 +01:00 |
|
Telford Berkey
|
499624927a
|
Submitting permission to relicense under MPLv2 statement. (#3804)
* Adding permission to relicense for tberkey.
Co-authored-by: bzimmerman-qb <bzimmerman@4qbase.com>
|
2020-02-03 17:34:52 +01:00 |
|
Simon Giesecke
|
78b94a4fcf
|
Problem: testutil.hpp pulls in min/max macro definitions on Windows
Solution: define NOMINMAX
|
2020-02-03 17:07:15 +01:00 |
|
Simon Giesecke
|
4ad239acbc
|
Problem: curve encoding and decoding are not easily testable
Solution: extract into separate class curve_encoding_t
|
2020-02-03 17:07:15 +01:00 |
|
Luca Boccassi
|
a7b328a79a
|
Revert "Problem: nuget internal metadata not maintained, no relicense"
Relicense grant received.
This reverts commit d2a8be8da7 .
|
2020-02-03 16:23:38 +01:00 |
|
Luca Boccassi
|
7cceedda2d
|
Grant by phreed
Received via email, message-id:
BYAPR08MB506237D85857D053D749888C91000@BYAPR08MB5062.namprd08.prod.outlook.com
|
2020-02-03 16:22:20 +01:00 |
|
Luca Boccassi
|
f6de0dcafa
|
Grant by xantares
Set via github comment:
https://github.com/zeromq/libzmq/pull/1366#issuecomment-581451018
|
2020-02-03 15:56:11 +01:00 |
|
Luca Boccassi
|
687241e93f
|
Grant by jimenezrick
|
2020-02-03 14:19:36 +01:00 |
|
Kevin Sapper
|
af5ac60631
|
Merge pull request #3801 from bluca/relicense
Add relicense from zoobab, acsearle
|
2020-02-03 14:13:23 +01:00 |
|
Luca Boccassi
|
d69f4dc855
|
Problem: commented out code in CMakeLists.txt
Solution: remove it, never used
|
2020-02-03 13:40:42 +01:00 |
|
Luca Boccassi
|
d2a8be8da7
|
Problem: nuget internal metadata not maintained, no relicense
Solution: remove it for now
|
2020-02-03 13:40:42 +01:00 |
|
Luca Boccassi
|
a2b4cca266
|
Merge pull request #3802 from FredTreg/patch-1
Adding relicensing grant from FredTreg
|
2020-02-03 13:29:37 +01:00 |
|
Frederic Tregon
|
0b66262bda
|
Adding relicensing grant from FredTreg
|
2020-02-03 13:08:45 +01:00 |
|
Luca Boccassi
|
2a6cc306da
|
Grant by acsearle
|
2020-02-03 11:56:11 +01:00 |
|
Simon Giesecke
|
3e394fddb4
|
Problem: naming convention violated by curve_mechanism_base
Solution: change to conform with naming convention
|
2020-02-03 11:44:10 +01:00 |
|
Luca Boccassi
|
fc8eec6d39
|
Add relicense from zoobab
|
2020-02-03 10:26:35 +01:00 |
|
Luca Boccassi
|
75dfbae0d1
|
Merge pull request #3798 from std-any-emplace/msvc-cmake-clang-buildfix
Add an extra space after "/Z7" in CMakeLists.txt.
|
2020-01-28 22:34:58 +00:00 |
|
Simon Giesecke
|
e73789620d
|
Merge pull request #3797 from std-any-emplace/msvc-cmake
Both libzmq and libzmq-static are trying to work in precompiled.pch. …
|
2020-01-28 22:14:10 +01:00 |
|
std-any-emplace
|
e29495373e
|
Add an extra space after "/Z7". Else the flag gets joined with the flag following this and clang-cl does not like that.
|
2020-01-28 21:30:56 +01:00 |
|
std-any-emplace
|
9b66fe2fba
|
Both libzmq and libzmq-static are trying to work in precompiled.pch. Solution: enforce order.
Fixes https://github.com/zeromq/libzmq/issues/3776.
|
2020-01-28 20:57:53 +01:00 |
|