libzmq/tests
Pieter Hintjens a087ce55ea Problem: two header files for a single library
Users who need e.g. zmq_curve_keypair() have to remember to include
zmq_utils.h, which is counter-intuitive. The whole library should be
represented by a single include file.

Solution: merge all contents of zmq_utils.h into zmq.h, and deprecate
zmq_utils.h. Existing apps can continue unchanged. New apps can ignore
zmq_utils.h completely.
2014-06-27 15:58:18 +02:00
..
Makefile.am Problem: need way to probe library capabilities 2014-06-18 15:19:07 +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 Updated copyright statements for 2014 2014-01-02 12:00:57 +01: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 Fixed testcase for ZMQ_MAX_SOCKETS 2014-06-11 21:25:46 +02: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.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 Merge pull request #1020 from jemc/inproc_simult 2014-05-23 16:03:15 +02: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 Updated copyright statements for 2014 2014-01-02 12:00:57 +01: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_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 Fixed comment 2014-03-16 11:53:40 +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 Removed over-long pauses in tests 2013-11-06 13:42:57 +01: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 Removed over-long pauses in tests 2013-11-06 13:42:57 +01:00
test_term_endpoint.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
test_timeo.cpp Updated copyright statements for 2014 2014-01-02 12:00:57 +01:00
testutil.hpp Problem: two header files for a single library 2014-06-27 15:58:18 +02:00