- 12 Oct, 2019 1 commit
-
-
Chih-Hsuan Yen authored
Solution: add -lm to Libs.private of libzmq.pc so that the std::ceil usage in src/decoder_allocators.cpp is satisfied during static linking on CentOS 7. See https://github.com/zeromq/libzmq/issues/3710 for a reproducer.
-
- 07 Oct, 2019 11 commits
-
-
Doron Somech authored
Problem: test_wss_transport doesn't compile without DRAFT
-
Luca Boccassi authored
Solution: skip it
-
Luca Boccassi authored
WIP: problem: appveyor is failing
-
Doron Somech authored
Problem: packages not build with TLS support
-
Luca Boccassi authored
Solution: add VERBOSE=1
-
Luca Boccassi authored
Solution: add dependency to gnutls
-
Luca Boccassi authored
problem: zero-sized messages cause assertion when glibc assertion are on
-
somdoron authored
solution: add new entries to gitignore
-
somdoron authored
Solution: ignore the line error and continue the build
-
somdoron authored
Solution: fix the test
-
somdoron authored
Solution: when a zero-sized message is encoded or decoded avoid mem copy
-
- 06 Oct, 2019 2 commits
-
-
Luca Boccassi authored
problem: GNUTLS handshake is getting blocked because of timeout on some versions
-
somdoron authored
Solution: disable handshake timeout
-
- 04 Oct, 2019 6 commits
-
-
Luca Boccassi authored
problem: wss transport return incorrect return code for error
-
somdoron authored
Solution: return -1 for errors
-
Luca Boccassi authored
problem: WS transport doesn't support mechanism
-
somdoron authored
Solution: initialize the value
-
somdoron authored
Solution: add capability check to zmq_has
-
somdoron authored
Solution: add support to mechanism
-
- 03 Oct, 2019 5 commits
-
-
Luca Boccassi authored
RELICENSE: add Jon Dyte license grant.
-
Jon Dyte authored
-
Doron Somech authored
Add grant by nixman
-
Luca Boccassi authored
Submitted as Github comment: https://github.com/zeromq/libzmq/pull/242#issuecomment-537903446
-
Luca Boccassi authored
Add IBM i build support
-
- 02 Oct, 2019 5 commits
-
-
ThePrez authored
-
ThePrez authored
-
ThePrez authored
-
Luca Boccassi authored
problem: unsecured websocket is rarely used in production
-
somdoron authored
Solution: support websocket with tls (wss)
-
- 01 Oct, 2019 2 commits
-
-
Doron Somech authored
Add grant by MongoDB, Inc.
-
Luca Boccassi authored
Received by Github comment: https://github.com/zeromq/libzmq/pull/1451#issuecomment-537169373
-
- 24 Sep, 2019 4 commits
-
-
Luca Boccassi authored
Add relicense grant
-
Ivan Pechorin authored
-
Luca Boccassi authored
Fix behavior of ZMQ_CONFLATE on PUB sockets
-
trya authored
Solution: Fix behavior of dbuffer on writes. Message passed in argument of dbuffer::write can be assigned directly to the back buffer without leaking, since the message has already the right reference count (see dist::distribute and msg_t::add_refs). Secondly, in order to prevent the message pending in the front buffer from leaking if it hasn't been closed yet (for example because the peer is not reachable anymore), move back buffer to front buffer using msg_t::move instead of swapping the buffers, thus allowing release of the message in the front buffer.
-
- 23 Sep, 2019 4 commits
-
-
Luca Boccassi authored
Add relicense grant
-
Luca Boccassi authored
Fix documentation about sockets blocking on send operations
-
trya authored
-
trya authored
Solution: Reflect real behavior of sockets blocking on send operations Sockets that block in mute state only block when no peer is available if the transport is connection-oriented and the ZMQ_IMMEDIATE socket option is set.
-