libzmq/doc
nikita kozlov acb6807041 Allow to set up a source address and port for outgoing tcp connections in zmq_connect()
Few examples:
tcp:://192.168.0.4:55555;192.168.0.254:1234
tcp:://192.168.0.4:0;192.168.0.254:1234
tcp:://eth2:55555;192.168.0.254:1234
2014-04-30 14:43:37 +02:00
..
asciidoc.conf doc: Add 0MQ version to XHTML11 backend footer 2010-09-04 17:42:33 +02:00
Makefile.am Added scaffolding for zmq_msg_gets 2014-03-03 13:19:40 +01:00
zmq_bind.txt Use of named authors on man pages is no longer a good idea since it puts off 2013-04-15 18:50:42 +02:00
zmq_close.txt Use of named authors on man pages is no longer a good idea since it puts off 2013-04-15 18:50:42 +02:00
zmq_connect.txt Use of named authors on man pages is no longer a good idea since it puts off 2013-04-15 18:50:42 +02:00
zmq_ctx_destroy.txt Use of named authors on man pages is no longer a good idea since it puts off 2013-04-15 18:50:42 +02:00
zmq_ctx_get.txt Rename ZMQ_MAX_SOCKETS_MAX to ZMQ_SOCKET_LIMIT 2014-02-14 10:09:19 +01:00
zmq_ctx_new.txt Use of named authors on man pages is no longer a good idea since it puts off 2013-04-15 18:50:42 +02:00
zmq_ctx_set.txt Rename ZMQ_MAX_SOCKETS_MAX to ZMQ_SOCKET_LIMIT 2014-02-14 10:09:19 +01:00
zmq_ctx_shutdown.txt Implement non-blocking shutdown command that unblocks other threads waiting on blocking operations. 2013-09-10 13:30:00 +01:00
zmq_ctx_term.txt Use of named authors on man pages is no longer a good idea since it puts off 2013-04-15 18:50:42 +02:00
zmq_curve_keypair.txt Minor change to zmq_curve_keypair doc 2014-03-06 15:18:42 -06:00
zmq_curve.txt Added z85 codec to ZMQ API 2013-09-15 20:13:44 +02:00
zmq_disconnect.txt Updated documentation for zmq_disconnect() and zmq_setsockopt(). 2013-12-04 15:02:49 -06:00
zmq_epgm.txt Documentation rewrite 2010-03-09 18:47:31 +01:00
zmq_errno.txt Use of named authors on man pages is no longer a good idea since it puts off 2013-04-15 18:50:42 +02:00
zmq_getsockopt.txt Removed ZMQ_ZAP_IPC_CREDS option 2014-01-01 17:39:14 +01:00
zmq_init.txt Use of named authors on man pages is no longer a good idea since it puts off 2013-04-15 18:50:42 +02:00
zmq_inproc.txt Use of named authors on man pages is no longer a good idea since it puts off 2013-04-15 18:50:42 +02:00
zmq_ipc.txt Add note on Linux abstract namespace to ipc documentation. 2013-10-07 10:41:20 -07:00
zmq_msg_close.txt Clarified zmq_msg_close not needed after zmq_msg_send 2013-04-27 14:53:14 +02:00
zmq_msg_copy.txt Fixed example for zmq_msg_copy 2014-01-24 12:07:46 -06:00
zmq_msg_data.txt Use of named authors on man pages is no longer a good idea since it puts off 2013-04-15 18:50:42 +02:00
zmq_msg_get.txt typo in docs 2014-01-07 01:13:46 +01:00
zmq_msg_gets.txt Added scaffolding for zmq_msg_gets 2014-03-03 13:19:40 +01:00
zmq_msg_init_data.txt Update zmq_msg_init_data.txt 2013-10-14 20:27:23 +02:00
zmq_msg_init_size.txt Use of named authors on man pages is no longer a good idea since it puts off 2013-04-15 18:50:42 +02:00
zmq_msg_init.txt Fixed wrong assert in zmq_recv 2014-03-17 16:38:19 +03:00
zmq_msg_more.txt Doc examples with zmq_msg_close usage - parameter is 'zmq_msg_t *' 2013-11-04 15:19:34 +02:00
zmq_msg_move.txt Use of named authors on man pages is no longer a good idea since it puts off 2013-04-15 18:50:42 +02:00
zmq_msg_recv.txt Fixed type for ZMQ_RCVMORE getsockopt example 2014-01-24 12:07:46 -06:00
zmq_msg_send.txt Added ZMQ_STREAM socket type 2013-06-27 20:53:15 +02:00
zmq_msg_set.txt Use of named authors on man pages is no longer a good idea since it puts off 2013-04-15 18:50:42 +02:00
zmq_msg_size.txt Use of named authors on man pages is no longer a good idea since it puts off 2013-04-15 18:50:42 +02:00
zmq_null.txt Added configuration for PLAIN security 2013-05-15 17:55:21 +02:00
zmq_pgm.txt Use of named authors on man pages is no longer a good idea since it puts off 2013-04-15 18:50:42 +02:00
zmq_plain.txt Added configuration for PLAIN security 2013-05-15 17:55:21 +02:00
zmq_poll.txt Removed inaccurate note in zmq_poll man page 2013-09-20 14:39:35 +02:00
zmq_proxy_steerable.txt Whitespace fixes 2014-01-01 15:36:33 +01:00
zmq_proxy.txt Use of named authors on man pages is no longer a good idea since it puts off 2013-04-15 18:50:42 +02:00
zmq_recv.txt Use of named authors on man pages is no longer a good idea since it puts off 2013-04-15 18:50:42 +02:00
zmq_recvmsg.txt Fixed type for ZMQ_RCVMORE getsockopt example 2014-01-24 12:07:46 -06:00
zmq_send_const.txt Built zmq_send_const man page properly 2013-09-20 14:28:06 +02:00
zmq_send.txt Implemented zmq_send_const 2013-08-17 20:22:50 +02:00
zmq_sendmsg.txt Added ZMQ_STREAM socket type 2013-06-27 20:53:15 +02:00
zmq_setsockopt.txt typo fix: RECVHWM -> RCVHWM 2014-01-22 08:40:35 +08:00
zmq_socket_monitor.txt Problem: zmq_socket_monitor code is dirty 2014-04-28 11:30:49 +02:00
zmq_socket.txt update ZMQ_STREAM docs about connection notification 2014-04-27 06:16:59 +08:00
zmq_strerror.txt Use of named authors on man pages is no longer a good idea since it puts off 2013-04-15 18:50:42 +02:00
zmq_tcp.txt Allow to set up a source address and port for outgoing tcp connections in zmq_connect() 2014-04-30 14:43:37 +02:00
zmq_term.txt Use of named authors on man pages is no longer a good idea since it puts off 2013-04-15 18:50:42 +02:00
zmq_tipc.txt zmq: add TIPC manpage 2013-11-05 13:02:41 +01:00
zmq_unbind.txt Use of named authors on man pages is no longer a good idea since it puts off 2013-04-15 18:50:42 +02:00
zmq_version.txt Use of named authors on man pages is no longer a good idea since it puts off 2013-04-15 18:50:42 +02:00
zmq_z85_decode.txt Packaging for zmq_curve_keypair function 2013-09-30 15:14:02 +02:00
zmq_z85_encode.txt Packaging for zmq_curve_keypair function 2013-09-30 15:14:02 +02:00
zmq.txt Added link to zmq_msg_gets 2014-04-28 11:30:49 +02:00