- 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.
-
- 19 Sep, 2019 1 commit
-
-
Luca Boccassi authored
Allow "configure --disable-maintainer-mode"
-
- 18 Sep, 2019 2 commits
-
-
Dima Pasechnik authored
-
Dima Pasechnik authored
Allow "configure --disable-maintainer-mode" to disable timestamp checking. This is useful for one-off builds, in particular on e.g. clusters, where slightly skew clocks force aclocal and friends to kick in for no good reason.
-
- 13 Sep, 2019 3 commits
-
-
Simon Giesecke authored
Bugfix/dont include winsock2
-
Tobias Schlüter authored
-
Tobias Schlüter authored
Solution: don't include winsock2.h, replace its only use (reference to SOCKET) by explicitly naming underlying type.
-
- 12 Sep, 2019 3 commits
-
-
Doron Somech authored
Problem: nss package has different name on SUSE
-
Luca Boccassi authored
Solution: fix it in the spec file
-
Doron Somech authored
Problems: packages not building with nss, build fails on SUSE Tumbleweed, too many Travis builds
-
- 11 Sep, 2019 7 commits
-
-
Luca Boccassi authored
Solution: add -ffat-lto-objects if the compiler supports it
-
Luca Boccassi authored
Solution: do not add one specifically for nss, but use the existing catch-all build
-
Luca Boccassi authored
Solution: add relevant dependencies
-
Luca Boccassi authored
Solution: only do it once if the macro is enabled
-
Luca Boccassi authored
problem: sha external file conflict with czmq
-
somdoron authored
Solution: add an nss build to CI
-
somdoron authored
Solution: allow to use external library (nss) for sha1 to avoid the conflict
-
- 09 Sep, 2019 3 commits
-
-
Luca Boccassi authored
RELICENSE: add grant from Stefan Herbrechtsmeier
-
Stefan Herbrechtsmeier authored
-
Luca Boccassi authored
Relicense: Jean-Christophe Fillion-Robin
-
- 07 Sep, 2019 1 commit
-
-
Doron Somech authored
Relicense granby by RPGillespie6
-
- 06 Sep, 2019 1 commit
-
-
Luca Boccassi authored
Received by Github comment: https://github.com/zeromq/libzmq/pull/2536#issuecomment-528961084
-
- 05 Sep, 2019 4 commits
-
-
Luca Boccassi authored
problem: ws_engine doesn't check Sec-WebSocket-Protocol
-
somdoron authored
Solution: Validate Sec-WebSocket-Protocol and make sure ZWS2.0 is one of the protocols
-
Luca Boccassi authored
problem: ws_engine doesn't send correct host and path
-
somdoron authored
Solution: extract path and host from the address
-
- 04 Sep, 2019 5 commits
-
-
Luca Boccassi authored
Safer regex replace, keeping options like "/Zc:twoPhase-" intact
-
Alexander Straub authored
-
Alexander Straub authored
-
Luca Boccassi authored
Relicense: diorcety
-
Yann Diorcet authored
-
- 03 Sep, 2019 2 commits
-
-
Luca Boccassi authored
grant relicense
-
chris busbey authored
-