libzmq/tests
Pieter Hintjens b6e61d72b2 Problem: linger values other than -1 or 0 are unsafe
Solution: set defaults back to infinity, and add new context
option, ZMQ_BLOCKY that the user can set to false to get a
less surprising behavior on context termination. Eg.

    zmq_ctx_set (ctx, ZMQ_BLOCKY, false);
2014-11-17 11:56:59 +01:00
..
CMakeLists.txt Bugfix wrong CMakeLists.txt after rename of file 2014-08-12 21:34:30 +02:00
test_abstract_ipc.cpp tests: fix abstract ipc test by omitting slashes 2014-05-05 23:04:40 +02:00
test_bind_src_address.cpp Allow to set up a source address and port for outgoing tcp connections in zmq_connect() 2014-04-30 14:43:37 +02:00
test_capabilities.cpp Fixed compile error if Kerberos installed 2014-06-19 15:28:04 +02:00
test_conflate.cpp Fix unused parameter and variable warnings. 2014-01-18 13:17:29 -08:00
test_connect_delay_tipc.cpp Include testutil.hpp if using SETTLE_TIME 2014-07-24 13:00:21 +12:00
test_connect_resolve.cpp Problem: zmq_connect() does not validate TCP addresses 2014-06-24 14:33:38 +02:00
test_connect_rid.cpp Remove delays and destroy/recreate context between tests 2014-03-17 13:41:02 +00:00
test_ctx_destroy.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_ctx_options.cpp Problem: linger values other than -1 or 0 are unsafe 2014-11-17 11:56:59 +01:00
test_diffserv.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_disconnect_inproc.cpp Fix unused parameter and variable warnings. 2014-01-18 13:17:29 -08:00
test_filter_ipc.cpp Fixed build with arm-linux-androideabi toolchain 2014-06-22 18:13:05 +08:00
test_fork.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_hwm_pubsub.cpp Default Travis clang build fails on unused variable 'MAX_SENDS'. 2014-08-28 18:25:35 -07:00
test_hwm.cpp Revert "Enlarge the race window for some test cases" 2014-05-02 16:49:03 +02:00
test_id2fd.cpp test case for zmq_getsockopt/ZMQ_IDENTITY_FD 2014-05-13 15:19:48 +03:00
test_immediate.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_inproc_connect.cpp Add test for unbinding inproc socket. 2014-07-09 10:28:26 +01:00
test_invalid_rep.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_iov.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_ipc_wildcard.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_issue_566.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_last_endpoint.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_many_sockets.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_metadata.cpp Problem: zmq_msg_gets did not set errno on unknown properties 2014-06-25 17:28:36 +02:00
test_monitor.cpp Problem: zmq_socket_monitor code is dirty 2014-04-28 11:30:49 +02:00
test_msg_flags.cpp Update zmq_msg_get(ZMQ_SHARED) to return true for type_cmsg messages 2014-07-29 13:43:38 -05:00
test_pair_inproc.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_pair_ipc.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_pair_tcp.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_pair_tipc.cpp zmq: add TIPC transport tests 2013-11-01 10:10:02 +01:00
test_probe_router.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_proxy.cpp Revert "Enlarge the race window for some test cases" 2014-05-02 16:49:03 +02:00
test_req_correlate.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_req_relaxed.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_reqrep_device_tipc.cpp zmq: add TIPC transport tests 2013-11-01 10:10:02 +01:00
test_reqrep_device.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_reqrep_inproc.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_reqrep_ipc.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_reqrep_tcp.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_reqrep_tipc.cpp zmq: add TIPC transport tests 2013-11-01 10:10:02 +01:00
test_router_handover.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_router_mandatory_hwm.cpp Fix potential redefinition of common DEBUG symbol, replace tabs. 2014-09-02 23:39:33 -07:00
test_router_mandatory_tipc.cpp zmq: add TIPC transport tests 2013-11-01 10:10:02 +01:00
test_router_mandatory.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_security_curve.cpp Add tests for issue #1094. 2014-11-07 17:35:41 +01:00
test_security_null.cpp Fixed compile error in test_security_null 2014-05-02 22:28:19 +02:00
test_security_plain.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_shutdown_stress_tipc.cpp zmq: add TIPC transport tests 2013-11-01 10:10:02 +01:00
test_shutdown_stress.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_spec_dealer.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_spec_pushpull.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_spec_rep.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_spec_req.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_spec_router.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_srcfd.cpp Fix compilation on MinGW-w64 2014-01-13 18:38:59 +08:00
test_stream_disconnect.cpp Fixes to test cases 2014-01-23 09:23:46 -06:00
test_stream_empty.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_stream_timeout.cpp Issue #1017: add ZMQ_HANDSHAKE_IVL time limit on connection handshake 2014-05-09 13:54:24 +00:00
test_stream.cpp Fix unused parameter and variable warnings. 2014-01-18 13:17:29 -08:00
test_sub_forward_tipc.cpp Include testutil.hpp if using SETTLE_TIME 2014-07-24 13:00:21 +12:00
test_sub_forward.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_system.cpp Test for 127.0.0.1 at tests startup 2014-01-29 20:16:58 +01:00
test_term_endpoint_tipc.cpp Include testutil.hpp if using SETTLE_TIME 2014-07-24 13:00:21 +12:00
test_term_endpoint.cpp Disable IPC testing on ipc-incapable systems in test_term_endpoint.cpp 2014-10-29 10:10:14 +01:00
test_timeo.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_xpub_nodrop.cpp Cleaned up test_xpub_nodrop 2014-08-12 12:37:49 +02:00
testutil.hpp z/OS: signal(SIGPIPE, SIG_IGN) for tests 2014-07-23 13:39:45 +12:00