- 13 Jun, 2019 4 commits
-
-
Luca Boccassi authored
Add tests for SOCKS proxy support
-
Christophe Guillon authored
-
Luca Boccassi authored
problem: no artifacts for x64 on windows
-
somdoron authored
solution: add x64 builds to appveyor
-
- 12 Jun, 2019 4 commits
-
-
somdoron authored
Solution: don't run tests on tags This doesn't break anything, as tags was not built until now. Anyway, when building tags we really care about the release of the packages and not tests
-
Luca Boccassi authored
Problem: test assertions not reporting the right line number
-
Christophe Guillon authored
Solution: pass the line number as part of the testutil functions
-
Luca Boccassi authored
problem: appveyor with libsodium change the current directory and bre…
-
- 11 Jun, 2019 8 commits
-
-
somdoron authored
Solution: do git pull without changing the current directoy
-
Luca Boccassi authored
problem: no artifact repository for windows
-
somdoron authored
Solution: deploy artifcats to bintray
-
Luca Boccassi authored
Problem: formatting errors
-
Luca Boccassi authored
Solution: copy it from PR https://github.com/zeromq/libzmq/pull/3537
-
Luca Boccassi authored
Solution: apply clang-format-diff
-
Luca Boccassi authored
pthread_equal to compare thread ids
-
Philippe Bernardino Leite authored
I am trying to port ZeroMQ to z/OS USS and I faced several problems. One of them is this function "is_current_thread" trying to compare two thread ids with operator "==". I've changed the code to use the official function "pthread_equal" to compare thread ids and now it's working fine.
-
- 10 Jun, 2019 5 commits
-
-
Luca Boccassi authored
Implement SOCKS5 basic authentication
-
Christophe Guillon authored
-
Luca Boccassi authored
Fix issues with SOCKS5 proxy connection
-
Christophe Guillon authored
Two issues where introduced by commit 12c4b55a: - the proxy connection was done to the target address instead of the proxy address - on error the proxy connection status was not reset to unplugged
-
Christophe Guillon authored
-
- 31 May, 2019 2 commits
-
-
Luca Boccassi authored
Problem: Unclear `zmq_msg_send` failure semantics
-
Andreas Rottmann authored
Solution: Explicitly explain message ownership semantics when the call fails. Fixes #3526.
-
- 24 May, 2019 3 commits
-
-
Luca Boccassi authored
Add missing information on multicasting with high data rates to PGM docs
-
jackpimbert authored
Solution: Include a new section on configuring both ZMQ and the host OS tx/rx buffers to facilitate sending large messages at a high data rate with the PGM protocol.
-
jackpimbert authored
Solution: Added relicense agreement
-
- 23 May, 2019 2 commits
-
-
Luca Boccassi authored
acinclude.m4, configure.ac: Fix several non-portable uses of `test`
-
Alain Kalker authored
-
- 21 May, 2019 5 commits
-
-
Alain Kalker authored
Fixes #3517
-
Luca Boccassi authored
Fix Fedora 30 build
-
Romain Moret authored
-
Luca Boccassi authored
Implement thread_t::setThreadName() on windows
-
Romain Moret authored
-
- 18 May, 2019 7 commits
-
-
Doron Somech authored
Problem: clang-format 5 has issues with comments
-
Doron Somech authored
Problems: typos in docs, unnecessary ifdefs, duplicated APIs
-
Luca Boccassi authored
Solution: now that clang-format 6+ is used in the CI, fix it
-
Luca Boccassi authored
Solution: bump CI to version 7
-
Luca Boccassi authored
Solution: unify the two APIs, as they are both still in DRAFT state and thus can be changed.
-
Luca Boccassi authored
Solution: fix them
-
Luca Boccassi authored
Solution: use unlikely to optimize for the most common case
-