- 30 Jun, 2019 1 commit
-
-
Luca Boccassi authored
Solution: add SECURITY.md with supported branches and maintainers public keys for private communications
-
- 28 Jun, 2019 2 commits
-
-
Luca Boccassi authored
Problem: code doesn't follow libzmq naming conventions
-
Shubham Lagwankar authored
Solution: rename types/variables that are inconsistent
-
- 27 Jun, 2019 7 commits
-
-
Doron Somech authored
Clarify documentation for zmq_unbind/disconnect and new batch options
-
Luca Boccassi authored
Solution: restore separate zmq_unbind documentation, adding a note that the implementation might be shared but the semantics are different and should not be mixed. This avoids tying the API to the implementation details which might change for some engines.
-
Luca Boccassi authored
Solution: clearly advise users to avoid them in all cases to avoid unforseen problems. Also fix markdown syntax, applicable transport types and getter description.
-
Luca Boccassi authored
Problem: variable and type names are not descriptive
-
Luca Boccassi authored
Problem: {in,out}_batch_size must be configured at compiled time
-
Shubham Lagwankar authored
Solution: use more descriptive names This commit also improves comments related to some of the changes.
-
jean-airoldie authored
Solution: Added a socket option to configure them at runtime.
-
- 23 Jun, 2019 2 commits
-
-
Luca Boccassi authored
Problem: missing heartbeat test for draft sockets
-
jean-airoldie authored
Solution: Add heartbeat tests for CLIENT, SERVER, GATHER and SCATTER socket types. RADIO and DISH tests won't be added since heartbeating is not yet supported.
-
- 21 Jun, 2019 1 commit
-
-
Luca Boccassi authored
Problem: disconnect & unbind doc is misleading
-
- 20 Jun, 2019 1 commit
-
-
Shubham Lagwankar authored
* Problem: radix tree's apply function uses incorrect resizing logic Solution: rewrite the function using a vector The buffer is extended once by 256 bytes, which will not be enough if the node holds data larger than this number.
-
- 17 Jun, 2019 1 commit
-
-
jean-airoldie authored
Make it explicit that the two functions are identical. Also document the expected disconnect behavior extensively and illustrate the difference between disconnecting a connected vs. bound endpoint.
-
- 15 Jun, 2019 3 commits
-
-
Luca Boccassi authored
CMake: don't try to link with librt on MinGW
-
skicc authored
-
skicc authored
On MinGW, librt will might will found as rt library in MSYS, but fails linking with "cannot find -lrt" error. As librt is not avaiable on native Windows, we should never try to link with -lrt on MinGW (which is native Windows).
-
- 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 1 commit
-
-
Luca Boccassi authored
Problem: Unclear `zmq_msg_send` failure semantics
-