- 26 Nov, 2014 5 commits
-
-
Doron Somech authored
-
Doron Somech authored
-
Doron Somech authored
-
somdoron authored
-
somdoron authored
-
- 24 Nov, 2014 2 commits
-
-
Constantin Rack authored
Fix issue #1257
-
Martin Hurton authored
-
- 20 Nov, 2014 2 commits
-
-
Pieter Hintjens authored
Fix test_filter_ipc for cleared supplementary groups
-
Nikolay Amiantov authored
This should fix part of [https://github.com/zeromq/libzmq/issues/1129].
-
- 17 Nov, 2014 2 commits
-
-
Constantin Rack authored
Problem: linger values other than -1 or 0 are unsafe
-
Pieter Hintjens authored
Solution: set defaults back to infinity, and add new context option, ZMQ_BLOCKY that the user can set to false to get a less surprising behavior on context termination. Eg. zmq_ctx_set (ctx, ZMQ_BLOCKY, false);
-
- 10 Nov, 2014 3 commits
-
-
Constantin Rack authored
Fix busy-polling when reaching the rate limit
-
Claudio Freire authored
-
Claudio Freire authored
-
- 09 Nov, 2014 2 commits
-
-
Pieter Hintjens authored
use more conservative 30 second default timeout for LINGER
-
Min RK authored
Regression in #1248 can cause lost messages at exit.
-
- 08 Nov, 2014 6 commits
-
-
Pieter Hintjens authored
Problem: return code of sodium_init() is not checked.
-
Constantin Rack authored
There are two todo comments in curve_client.cpp and curve_server.cpp that suggest checking the return code of sodium_init() call. sodium_init() returns -1 on error, 0 on success and 1 if it has been called before and is already initalized: https://github.com/jedisct1/libsodium/blob/master/src/libsodium/sodium/core.c
-
Constantin Rack authored
Use consistent spelling, fix typos.
-
J.T. Conklin authored
-
J.T. Conklin authored
-
J.T. Conklin authored
behavior -> behaviour initialize -> initialse initialization -> initialisation
-
- 07 Nov, 2014 4 commits
-
-
Constantin Rack authored
Problem: default LINGER value is insane
-
Pieter Hintjens authored
No error-checking of setsockopt ZMQ_CURVE_* z85 keys. Solves #1094.
-
Constantin Rack authored
-
Constantin Rack authored
-
- 06 Nov, 2014 3 commits
-
-
Pieter Hintjens authored
Solution: use a sane value, e.g. 2 seconds Fixes #1247
-
Martin Hurton authored
Documentation fix for zmq_ctx_term
-
Pieter Hintjens authored
Solution: document this with a clear warning. It would be nicer perhaps to change the default LINGER to e.g. a few seconds. However this could break existing applications.
-
- 05 Nov, 2014 4 commits
-
-
Pieter Hintjens authored
Fix typo: addres -> address
-
J.T. Conklin authored
-
J.T. Conklin authored
-
Pieter Hintjens authored
Problem: qt-android build doesn't fully work for downstream builds
-
- 04 Nov, 2014 2 commits
-
-
Joe McIlvain authored
Solution: Fix the qt-android build
-
Pieter Hintjens authored
Restore structure to targets lost during nonrecursive refactor.
-
- 03 Nov, 2014 5 commits
-
-
Phillip Mienk authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Problem: No builtin way to build for qt-android
-
Joe McIlvain authored
Solution: Don't print tar extraction verbosely
-
Joe McIlvain authored
Solution: Add qt-android build system and add to travis-ci
-