- 23 Sep, 2019 2 commits
-
-
Luca Boccassi authored
Fix documentation about sockets blocking on send operations
-
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 4 commits
-
-
Luca Boccassi authored
grant relicense
-
chris busbey authored
-
Jean-Christophe Fillion-Robin authored
-
Simon Giesecke authored
Problem: static-only test run fails
-
- 02 Sep, 2019 4 commits
-
-
Simon Giesecke authored
Grant by psl-felipefarinon
-
Luca Boccassi authored
Received via Github message: https://github.com/zeromq/libzmq/pull/751#issuecomment-527205167
-
Luca Boccassi authored
Solution: add libtestutil.a before libzmq.a in LDADD listings, as the linker will complain about undefined symbols otherwise Fixes https://github.com/zeromq/libzmq/issues/3646
-
Doron Somech authored
Grant by kreuzberger
-