libzmq/tests
Pieter Hintjens ad77937956 Added ZMQ_STREAM socket type
- 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
2013-06-27 20:53:15 +02:00
..
Makefile.am Added ZMQ_STREAM socket type 2013-06-27 20:53:15 +02:00
test_connect_delay.cpp Whitespace fixes 2013-05-21 18:52:44 +02:00
test_connect_resolve.cpp More copyright cleanups 2013-03-12 17:04:51 +01:00
test_ctx_options.cpp More copyright cleanups 2013-03-12 17:04:51 +01:00
test_disconnect_inproc.cpp Fix test_disconnect_inproc to work on ILP64 systems 2013-06-22 13:05:46 +02:00
test_hwm.cpp More copyright cleanups 2013-03-12 17:04:51 +01:00
test_invalid_rep.cpp More copyright cleanups 2013-03-12 17:04:51 +01:00
test_iov.cpp Experimental function zmq_recviov doesnt work correctly in a couple of cases 2013-04-25 21:58:26 +01:00
test_last_endpoint.cpp Removed IPC endpoint from test; not portable, and fragile (#80) 2013-03-24 15:12:34 +01:00
test_monitor.cpp Fixed compile error, needed unistd.h 2013-06-22 13:50:22 +02:00
test_msg_flags.cpp More copyright cleanups 2013-03-12 17:04:51 +01:00
test_pair_inproc.cpp More copyright cleanups 2013-03-12 17:04:51 +01:00
test_pair_ipc.cpp More copyright cleanups 2013-03-12 17:04:51 +01:00
test_pair_tcp.cpp More copyright cleanups 2013-03-12 17:04:51 +01:00
test_probe_router.cpp another iteration on ZMQ_PROBE_ROUTER 2013-06-10 02:31:00 -07:00
test_raw_sock.cpp Update test_raw_sock to work with ZMTP/3.0 2013-04-28 14:13:40 +02:00
test_reqrep_device.cpp More copyright cleanups 2013-03-12 17:04:51 +01:00
test_reqrep_inproc.cpp More copyright cleanups 2013-03-12 17:04:51 +01:00
test_reqrep_ipc.cpp More copyright cleanups 2013-03-12 17:04:51 +01:00
test_reqrep_tcp.cpp More copyright cleanups 2013-03-12 17:04:51 +01:00
test_router_mandatory.cpp More copyright cleanups 2013-03-12 17:04:51 +01:00
test_security_curve.cpp Added security curve test 2013-06-22 16:17:25 +01:00
test_security.cpp Updated ZAP request for changed protocol draft 2013-06-07 15:50:36 +02:00
test_shutdown_stress.cpp More copyright cleanups 2013-03-12 17:04:51 +01:00
test_stream.cpp Added ZMQ_STREAM socket type 2013-06-27 20:53:15 +02:00
test_sub_forward.cpp More copyright cleanups 2013-03-12 17:04:51 +01:00
test_term_endpoint.cpp More copyright cleanups 2013-03-12 17:04:51 +01:00
test_timeo.cpp More copyright cleanups 2013-03-12 17:04:51 +01:00
testutil.hpp Cleaned up test pingpong code 2013-05-17 17:20:33 +01:00