- 06 Dec, 2019 2 commits
-
-
Simon Giesecke authored
Solution: move to ip.hpp as zmq::create_ipc_wildcard_address
-
Simon Giesecke authored
Solution: Extract TCP/IP loopback variant into zmq_fdpair_tcpip
-
- 04 Dec, 2019 1 commit
-
-
Andrij Abyzov authored
Solution: now if the first frame in a multipart message is not subscribe/unsubscribe, the rest of the parts are also considered to be not subscribe/unsubscribe.
-
- 28 Nov, 2019 3 commits
-
-
Luca Boccassi authored
Solution: add wss_address_t subclass of ws_address_t to override the to_string method
-
Luca Boccassi authored
Solution: remove the path from the address when resolving
-
Luca Boccassi authored
Solution: use the correct address class when resolving
-
- 20 Nov, 2019 1 commit
-
-
Andrij Abyzov authored
-
- 19 Nov, 2019 1 commit
-
-
Andrij Abyzov authored
Now only the first part in a multipart message will be treated as subscribe/unsubscribe. The rest will be considered user messages regardless of the first byte.
-
- 01 Nov, 2019 1 commit
-
-
Luca Boccassi authored
WSAEventSelect is used on Windows (when select is the polling method) only if waiting for more than one socket family, excluding IPv4/6. It is then passed FD_OOB, which means it can be woken by OOB messages, but select later on never checks for it. Remove FD_OOB as it's not actually used for anything.
-
- 29 Oct, 2019 2 commits
-
-
Simon Giesecke authored
Solution: call tune_socket only if connect was successful
-
Simon Giesecke authored
Solution: implement support
-
- 19 Oct, 2019 1 commit
-
-
Simon Giesecke authored
Solution: fix build issues
-
- 14 Oct, 2019 2 commits
-
-
Michele Dionisio authored
This reverts commit 765c2474.
-
Michele Dionisio authored
ceil function is usually in math library that can be avoided as dependency
-
- 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 1 commit
-
-
somdoron authored
Solution: when a zero-sized message is encoded or decoded avoid mem copy
-
- 06 Oct, 2019 1 commit
-
-
somdoron authored
Solution: disable handshake timeout
-
- 04 Oct, 2019 4 commits
- 02 Oct, 2019 1 commit
-
-
somdoron authored
Solution: support websocket with tls (wss)
-
- 24 Sep, 2019 1 commit
-
-
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.
-
- 11 Sep, 2019 1 commit
-
-
somdoron authored
Solution: allow to use external library (nss) for sha1 to avoid the conflict
-
- 05 Sep, 2019 2 commits
- 02 Sep, 2019 1 commit
-
-
Luca Boccassi authored
Solution: fix regression introduced by: https://github.com/zeromq/libzmq/pull/3168 Correctly fall back to user message if the first byte is neither 0 nor 1, and add a simple unit test Fixes https://github.com/zeromq/libzmq/issues/3656
-
- 27 Aug, 2019 1 commit
-
-
Francesco Montorsi authored
* Introduce DRAFT zmq_ctx_set_ext() and zmq_ctx_get_ext() methods. Change ZMQ_THREAD_NAME_PREFIX to allow for non-numeric thread name prefixes.
-
- 25 Aug, 2019 1 commit
-
-
Andrei Tomashpolskiy authored
* UDP engine aborts on networking-related errors from socket syscalls #2862
-
- 22 Aug, 2019 1 commit
-
-
Andrei Tomashpolskiy authored
* UDP engine aborts on networking-related errors from socket syscalls #2862 * Add relicense statement
-
- 19 Aug, 2019 1 commit
-
-
Simon Giesecke authored
Solution: fix syntax and formatting, remove C-ism for defining struct
-
- 11 Aug, 2019 1 commit
-
-
Luca Boccassi authored
Solution: run make clang-format-diff to fix it
-
- 10 Aug, 2019 2 commits
- 06 Aug, 2019 1 commit
-
-
Christopher Hall authored
solution: Handle as for OpenBSD by not attemption to set this option on the socket Signed-off-by:
Christopher Hall <hsw@ms2.hinet.net>
-
- 30 Jul, 2019 2 commits
-
-
Luca Boccassi authored
Solution: fix them with make clang-format-diff
-
Jacques Germishuys authored
Solution: Manually push/pop an exception registration record. Only set the thread name with a debugger present
-
- 26 Jul, 2019 1 commit
-
-
Shubham Lagwankar authored
Solution: remove it
-
- 25 Jul, 2019 1 commit
-
-
aixxe authored
Solution: Add ZMQ_HAVE_WINDOWS_TARGET_XP check to src/udp_address.cpp.
-
- 24 Jul, 2019 1 commit
-
-
Mancaș George authored
Solution: Don't allow concurrent heartbeat timers
-