- 12 Feb, 2020 1 commit
-
-
Kevin Sapper authored
Solution: Modify the build scripts so the user can specify the platform for which to build, e.g. `./build.sh arm`. This approach originally significantly reduces the parameters which have to be set before running the script. Further the build process is documented in a README now.
-
- 11 Feb, 2020 2 commits
-
-
Doron Somech authored
Add grant by ninoles
-
Luca Boccassi authored
Received via email, message-id: ed4de883-640b-bf7e-ac56-911e117b649e@tzone.org
-
- 09 Feb, 2020 4 commits
-
-
Luca Boccassi authored
problem: zeromq doesn't has a thread-safe peer to peer socket
-
Doron Somech authored
Solution: a new socket type, called PEER. Very similar to SERVER, but can only connect to other PEERs. Also a new zmq_connect_peer method, that connect and return a routing-id in thread-safe and atomic operation
-
Luca Boccassi authored
problem: maximum size of group doesn't match the RFC maximum size
-
Doron Somech authored
-
- 07 Feb, 2020 1 commit
-
-
Simon Giesecke authored
Implement ZMTP 3.1 subscribe/cancel via commands
-
- 06 Feb, 2020 6 commits
-
-
Luca Boccassi authored
websocket problems
-
Doron Somech authored
-
Doron Somech authored
Solution: return after the fallback fixes #3809
-
Constantin Rack authored
Grant from KLNikita
-
Luca Boccassi authored
Received via email, message-id: 81ce91c8-df40-13c2-7abf-6f648d0b123f@elyzion.net
-
Doron Somech authored
solution: if msg is not shared or constant, mask the message in place
-
- 05 Feb, 2020 9 commits
-
-
Simon Giesecke authored
Grant by asafkahlon
-
Luca Boccassi authored
Received via email, message-id: CALFsTFVZLgujRE3V_30G9V9b35kE566K5cWi0vKbNkZGSHrszA@mail.gmail.com
-
Luca Boccassi authored
Solution: bump minor version number in the engine as all 3.1 features are now implemented
-
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).
-
Luca Boccassi authored
support compiling with IBM XL 16.1 w/ clang front end
-
Cameron Smith authored
-
Cameron Smith authored
-
Luca Boccassi authored
problem: no docs for scatter-gather
-
Doron Somech authored
-
- 04 Feb, 2020 17 commits
-
-
Luca Boccassi authored
Problem: Documentation for option name mismatch
-
Gudmundur Adalsteinsson authored
-
Gudmundur Adalsteinsson authored
Solution: Fix typo
-
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
-