- 29 Jan, 2014 1 commit
-
-
Pavel Pimenov authored
-
- 28 Jan, 2014 2 commits
-
-
Pieter Hintjens authored
add proxy_chain, a multi proxies chaining in the same thread feature
-
Laurent Alebarde authored
-
- 26 Jan, 2014 1 commit
-
-
Ian Barber authored
Man page fixes
-
- 24 Jan, 2014 4 commits
-
-
Pieter Hintjens authored
-
Pieter Hintjens authored
-
Pieter Hintjens authored
add a proxy hook
-
Laurent Alebarde authored
-
- 23 Jan, 2014 2 commits
-
-
Martin Hurton authored
Fixes to test cases
-
Pieter Hintjens authored
- renamed test_stream_disconnect_notifications (too long!) - removed print statements in that test case - fixed Makefile.am for test_zap_ipc_creds (was not building)
-
- 22 Jan, 2014 2 commits
-
-
Pieter Hintjens authored
typo fix: RECVHWM -> RCVHWM
-
KIU Shueng Chuan authored
-
- 21 Jan, 2014 6 commits
-
-
Pieter Hintjens authored
Changed fail behavior of CONNECT_RID to an assert failure instead of silent failure.
-
Tim M authored
-
Tim M authored
Added assert on duplicate id in ROUTER and STREAM sockets. Updated man to reflect this change. Modified test case to match.
-
Tim M authored
Cleaned up formatting of test_connect_rid. Set LINGER to 0 on sockets. This may address the test failing on some devices.
-
Pieter Hintjens authored
factorize code in proxy
-
Pieter Hintjens authored
Added test_connect_rid
-
- 20 Jan, 2014 10 commits
-
-
Tim M authored
-
Tim M authored
-
Tim M authored
-
Tim M authored
-
Laurent Alebarde authored
-
Pieter Hintjens authored
Fix compilation of tests on MSVC 2008
-
Ivan Pechorin authored
-
Ivan Pechorin authored
-
Pieter Hintjens authored
ZMQ_CONNECT_RID tests and man
-
Tim M authored
Updated man entries, and added behavior in case the user duplicates peer ids. In this case the socket reverts to default behavior.
-
- 19 Jan, 2014 7 commits
-
-
Tim M authored
-
Tim M authored
-
Ian Barber authored
Cleaned up option to force identity on outgoing connection
-
Pieter Hintjens authored
- renamed to ZMQ_CONNECT_RID - fixed whitespace malformating around previous patch - renamamed next_peer_id to next_rid in preparation for larger rename of IDENTITY to ROUTING_ID Note: ZMQ_CONNECT_RID has no test case and no entry in the man page, as yet.
-
Pieter Hintjens authored
Fixed compile issue with missing member of socket_base. Changed ZMQ_NEX...
-
Pieter Hintjens authored
Fix cmake build and warnings
-
Tim M authored
Fixed compile issue with missing member of socket_base. Changed ZMQ_NEXT_IDENTITY to ZMQ_NEXT_CONNECT_PEER_ID. Fixed case where ZMQ_NEXT_CONNECT_PEER_ID is used in ROUTER, and ROUTER does not read the identity message from the connected pipe.
-
- 18 Jan, 2014 5 commits
-
-
Matt Arsenault authored
-
Matt Arsenault authored
-
Pieter Hintjens authored
Updated STREAM and ROUTER sockets to allow for pre-naming of outbound connections
-
Pieter Hintjens authored
Store socket FD after connect
-
Pieter Hintjens authored
Add STREAM connect notification.
-