- 30 Jun, 2013 1 commit
-
-
Martin Hurton authored
The window scale option carried in SYN segment is computed from socket's receive buffer size. So we need to set this buffer size before calling connect or bind.
-
- 29 Jun, 2013 2 commits
-
-
Martin Hurton authored
-
Martin Hurton authored
-
- 28 Jun, 2013 10 commits
-
-
Martin Hurton authored
Problem: mechanisms are lagging behind specs
-
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
Another ZMQ_STREAM simplification
-
Martin Hurton authored
-
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 21 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.
-