- 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
-
- 29 Oct, 2014 4 commits
-
-
Richard Newton authored
Disable IPC testing on ipc-incapable systems in test_term_endpoint.cpp
-
lysyloren authored
-
Pieter Hintjens authored
Added test and updated documentation for unbind wild-card * binded socke...
-
lysyloren authored
-
- 28 Oct, 2014 6 commits
-
-
Pieter Hintjens authored
Unbind socket with real endpoint when binding by wild-card * address
-
Pieter Hintjens authored
Support both --enable-eventfd and --disable-eventfd options.
-
J.T. Conklin authored
-
Pieter Hintjens authored
Pass --with/--without-libgssapi_krb5 to configure.
-
J.T. Conklin authored
-
J.T. Conklin authored
-
- 27 Oct, 2014 1 commit
-
-
lysyloren authored
-
- 25 Oct, 2014 3 commits
-
-
Pieter Hintjens authored
Standardize optional libgssapi_krb5 dependency
-
Phillip Mienk authored
-
Phillip Mienk authored
-