- 24 Sep, 2013 8 commits
-
-
Pieter Hintjens authored
* The INITIATE command vouch box is Box[C',S](C->S') instead of Box[C'](C->S), as recommended by https://codesinchaos.wordpress.com/2012/09/09/curvecp-1/, to reduce the risk of client impersonation. * Mirrors the change in libcurve and CurveZMQ specifications.
-
Pieter Hintjens authored
Fixed build for MSVC 2008
-
Pieter Hintjens authored
stdint.h is not available on all platforms
-
Pieter Hintjens authored
-
Ivan Pechorin authored
-
Richard Newton authored
Bumped library version and age
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Update configure: Allow libsodium to be installed in a custom path
-
- 23 Sep, 2013 2 commits
-
-
Matt Connolly authored
-
Matt Connolly authored
-
- 20 Sep, 2013 18 commits
-
-
Richard Newton authored
Move away from port 8080 which is occupied on some boxes
-
Pieter Hintjens authored
-
Richard Newton authored
Revert "Reference platform.h by ../src/platform.h - AIX is ignoring -I flags"
-
Richard Newton authored
Fixed packaging (makefiles were wrong)
-
Pieter Hintjens authored
Reference platform.h by ../src/platform.h - AIX is ignoring -I flags
-
AJ Lewis authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Richard Newton authored
Renamed new socket options to be clearer
-
Pieter Hintjens authored
* ZMQ_REQ_STRICT was negative option (default 1) which goes against the standard, where defaults are zero. I renamed this to ZMQ_REQ_RELAXED. * ZMQ_REQ_REQUEST_IDS felt clumsy and describes the technical solution rather than the problem/requirement. I changed to ZMQ_REQ_CORRELATE which seems more explicit.
-
Richard Newton authored
Renamed test_connect_delay to test_immediate to match name of option
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
* The ZMQ_CONNECT_DELAY option was renamed to ZMQ_IMMEDIATE
-
Pieter Hintjens authored
-
- 19 Sep, 2013 10 commits
-
-
Pieter Hintjens authored
Testing github jenkins integration
-
Richard Newton authored
-
-
Richard Newton authored
This reverts commit 0640d6d2.
-
Richard Newton authored
-
Richard Newton authored
-
Pieter Hintjens authored
Fix cmake build
-
Richard Newton authored
-
Richard Newton authored
Renamed inproc connect test (name was too long)
-
Pieter Hintjens authored
-
- 18 Sep, 2013 2 commits
-
-
Richard Newton authored
tests: don't listen on public ports
-
Richard Newton authored
Reverted pull request 666
-