- 28 Jun, 2013 7 commits
-
-
Pieter Hintjens authored
-
Martin Hurton authored
-
Pieter Hintjens authored
RFC23, RFC24, RFC26 now use variable-length command names that end in null octet (valid C strings) instead of fixed-length space padded strings.
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Simplify ZMQ_STREAM socket implementation
-
Martin Hurton authored
-
- 27 Jun, 2013 2 commits
-
-
Martin Hurton authored
Problem: ROUTER+RAW was not a clean API
-
Pieter Hintjens authored
- designed for TCP clients and servers - added HTTP client / server example in tests/test_stream.cpp - same as ZMQ_ROUTER + ZMQ_ROUTER_RAW + ZMQ_ROUTER_MANDATORY - includes b893ce set ZMQ_IDENTITY on outgoing connect - deprecates ZMQ_ROUTER_RAW
-
- 24 Jun, 2013 1 commit
-
-
Pieter Hintjens authored
Store identity for raw socket
-
- 23 Jun, 2013 3 commits
-
-
Gavin authored
Identity stored during connect procedure. Can be read using zmq_getsockopt and used as the identity frame when sending messages. This allows the implementation of a raw socket client.
-
Ian Barber authored
Rename parse_properties to parse_metadata
-
Martin Hurton authored
-
- 22 Jun, 2013 27 commits
-
-
Ian Barber authored
Refactor how properties are parsed
-
Martin Hurton authored
-
Martin Hurton authored
Add test for CURVE mechanism
-
git://github.com/zeromq/libzmqIan Barber authored
-
Ian Barber authored
Test is skipped if no libsodium. Added warning if libsodium not configured
-
Pieter Hintjens authored
Small code cleanup
-
Martin Hurton authored
-
Ian Barber authored
Make ZAP optional for CURVE mechanism
-
Martin Hurton authored
-
Pieter Hintjens authored
Make ZAP optional for CURVE mechanism
-
Martin Hurton authored
-
Ian Barber authored
Problem: allows CURVE security even if libzmq was built without libsodium
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
Fix test_disconnect_inproc to work on ILP64 systems
-
Martin Hurton authored
-
Pieter Hintjens authored
Small stream engine issue and test_monitor tidy up
-
git://github.com/zeromq/libzmqIan Barber authored
-
Ian Barber authored
Also tidy up monitor test a little.
-
Pieter Hintjens authored
Implement CurveZMQ message encryption and authentication
-
Martin Hurton authored
-
Martin Hurton authored
-
Martin Hurton authored
Problem: code isn't setting mechanism to CURVE properly
-
Pieter Hintjens authored
-
Ian Barber authored
Stop ZMTP handshake when an unexpected message comes
-