- 18 Jul, 2019 1 commit
-
-
somdoron authored
Solution: New class called stream_engine_base which is inherited by ws_engine, zmtp_engine and raw_engine.
-
- 16 Jul, 2019 1 commit
-
-
somdoron authored
Solution: implement ZWS 2.0 which websocket transport for zeromq
-
- 09 Jul, 2019 5 commits
-
-
somdoron authored
Solution: update it
-
Simon Giesecke authored
Free memory when curve_client sends invalid ready message.
-
Simon Giesecke authored
Problem: Missing ZeroMQ_INCLUDE_DIR when only static lib is built
-
myd7349 authored
-
Thomas M. DuBuisson authored
-
- 08 Jul, 2019 8 commits
-
-
Doron Somech authored
Problem: 4.3.2 is out, need new version
-
Luca Boccassi authored
Solution: bump to 4.3.3
-
Luca Boccassi authored
-
Doron Somech authored
CVE-2019-13132
-
Luca Boccassi authored
Solution: bump them
-
Luca Boccassi authored
Solution: list new features and bug fixes
-
Luca Boccassi authored
Solution: fix them
-
Luca Boccassi authored
Solution: create buffers large enough to contain arbitrary metadata
-
- 06 Jul, 2019 1 commit
-
-
Luca Boccassi authored
Request handling leaked memory. Depending on the application's use o…
-
- 05 Jul, 2019 2 commits
-
-
Thomas M. DuBuisson authored
-
Thomas M. DuBuisson authored
-
- 01 Jul, 2019 2 commits
-
-
Luca Boccassi authored
Add relicense agreement from Lourens Naudé
-
Lourens Naudé authored
-
- 30 Jun, 2019 2 commits
-
-
Simon Giesecke authored
Problem: no security policy
-
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 1 commit
-
-
Luca Boccassi authored
Add tests for SOCKS proxy support
-