- 14 Oct, 2019 4 commits
-
-
Michele Dionisio authored
This reverts commit 765c2474.
-
Luca Boccassi authored
avoid to use std::ceil
-
Michele Dionisio authored
ceil function is usually in math library that can be avoided as dependency
-
Michele Dionisio authored
Signed-off-by: Michele Dionisio <michele.dionisio@gmail.com>
-
- 12 Oct, 2019 3 commits
-
-
Luca Boccassi authored
Fix linking to libzmq.a statically on CentOS 7
-
Chih-Hsuan Yen authored
Based on RELICENSE/templates/relicense-template-mplv2.txt. MPLv2 is definitely fine, but I'm not sure if I'm OK with other licenses.
-
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 2 commits
-
-
Luca Boccassi authored
Add relicense grant
-
Ivan Pechorin authored
-