- 18 Sep, 2019 1 commit
-
-
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 7 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
-
Luca Boccassi authored
Received via Github comment: https://github.com/zeromq/libzmq/pull/1374#issuecomment-527100078
-
Doron Somech authored
Problem: can no longer send user data from XSUB to XPUB
-
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
-
- 01 Sep, 2019 1 commit
-
-
Doron Somech authored
Grant by skaller
-