- 28 May, 2013 2 commits
-
-
Pieter Hintjens authored
Rename pipe states so they are more mnemonic
-
Martin Hurton authored
-
- 22 May, 2013 1 commit
-
-
Martin Hurton authored
Removed tracing on router option setting
-
- 21 May, 2013 11 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Add ROUTER socket option to introduce self(send an empty message) to new peers, to allow ROUTER<->ROUTER auto-discovery problem.
-
-
shripchenko authored
Add ROUTER socket option to introduce self(send an empty message) to new peers, to allow ROUTER<->ROUTER auto-discovery problem.
-
root authored
Add ROUTER socket option to introduce self(send an empty message) to new peers, to allow ROUTER<->ROUTER auto-discovery problem.
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Working on Travis builds
-
Pieter Hintjens authored
- made consistent with options.cpp code - added trace print for ongoing issue with Travis CI builds
-
Ian Barber authored
Adding support for Travis CI
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
- 19 May, 2013 2 commits
-
-
Martin Hurton authored
stdint.h isn't available on all platforms
-
Pieter Hintjens authored
-
- 18 May, 2013 2 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
- 17 May, 2013 6 commits
-
-
Martin Hurton authored
Added as_server to options
-
Pieter Hintjens authored
-
Pieter Hintjens authored
- we need to switch to PLAIN according to options.mechanism - we need to catch case when both peers are as-server (or neither is) - and to use username/password from options, for client
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Use socket options to select security mechanism
-
Martin Hurton authored
-
- 15 May, 2013 3 commits
-
-
Pieter Hintjens authored
Added options for PLAIN security
-
Pieter Hintjens authored
* ZMQ_PLAIN_SERVER, ZMQ_PLAIN_USERNAME, ZMQ_PLAIN_PASSWORD options * Man page changes to zmq_setsockopt and zmq_getsockopt * Man pages for ZMQ_NULL, ZMQ_PLAIN, and ZMQ_CURVE * Test program test_security
-
Pieter Hintjens authored
-
- 14 May, 2013 3 commits
-
-
Pieter Hintjens authored
Implement ZMTP/3.0 PLAIN mechanism
-
Martin Hurton authored
This implements protocol handshake. We still need to design and implement 1) API changes so a user can set username and password, and 2) a mechanism for engine to authenticate users.
-
Martin Hurton authored
-
- 08 May, 2013 1 commit
-
-
Ian Barber authored
Some changes to building and packaging
-
- 07 May, 2013 2 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
- 28 Apr, 2013 4 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Implement ZMTP/3.0 NULL mechanism
-
Martin Hurton authored
-
Martin Hurton authored
-
- 27 Apr, 2013 3 commits
-
-
Ian Barber authored
zmq_msg_close clarification in man pages
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-