- 14 Jul, 2019 1 commit
-
-
Simon Giesecke authored
Solution: Added secure_allocator_t based on libsodium's memory management functions when available
-
- 12 Jul, 2019 3 commits
-
-
Simon Giesecke authored
Solution: Fixed C++ standard in clang-format config
-
Simon Giesecke authored
Problem: unused parameter in benchmark function
-
Shubham Lagwankar authored
Solution: remove it
-
- 10 Jul, 2019 4 commits
-
-
Doron Somech authored
Problem: use of malloc is error-prone
-
Simon Giesecke authored
Static analysis warnings
-
Simon Giesecke authored
Solution: use std::vector instead, simplify control-flow
-
Luca Boccassi authored
Solution: set -e in ci_build.sh like in other scripts
-
- 09 Jul, 2019 8 commits
-
-
Luca Boccassi authored
Solution: don't write it
-
Luca Boccassi authored
Solution: add them
-
Simon Giesecke authored
problem: wrong api_key for bintray
-
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.
-