libzmq/doc
Julien Ruffin cf2238f80e Added socket option ZMQ_INVERT_MATCHING.
ZMQ_INVERT_MATCHING reverses the PUB/SUB prefix matching. The subscription
list becomes a rejection list. The PUB socket sends messages to all
connected (X)SUB sockets that do not have any matching subscription.

Whenever the option is used on a PUB/XPUB socket, any connecting SUB
sockets must also set it or they will reject everything the publisher
sends them. XSUB sockets are unaffected because they do not filter out
incoming messages.
2015-01-26 17:59:43 +01:00
..
asciidoc.conf doc: Add 0MQ version to XHTML11 backend footer 2010-09-04 17:42:33 +02:00
Makefile.am Problem: need atomic reference counting in several projects 2014-12-23 01:14:38 +01:00
zmq_atomic_counter_dec.txt Problem: 'bool' is not defined by default 2014-12-23 15:20:10 +01:00
zmq_atomic_counter_destroy.txt Problem: 'bool' is not defined by default 2014-12-23 15:20:10 +01:00
zmq_atomic_counter_inc.txt Problem: 'bool' is not defined by default 2014-12-23 15:20:10 +01:00
zmq_atomic_counter_new.txt Problem: 'bool' is not defined by default 2014-12-23 15:20:10 +01:00
zmq_atomic_counter_set.txt Problem: 'bool' is not defined by default 2014-12-23 15:20:10 +01:00
zmq_atomic_counter_value.txt Problem: 'bool' is not defined by default 2014-12-23 15:20:10 +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 consistant spelling in documentation 2014-11-07 22:27:41 -08:00
zmq_ctx_get.txt Problem: linger values other than -1 or 0 are unsafe 2014-11-17 11:56:59 +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 Problem: linger values other than -1 or 0 are unsafe 2014-11-17 11:56:59 +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 Merge remote-tracking branch 'upstream/master' 2014-11-07 22:36:37 -08: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_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 Added socket option ZMQ_INVERT_MATCHING. 2015-01-26 17:59:43 +01:00
zmq_gssapi.txt Fix typos. 2014-11-07 22:30:15 -08:00
zmq_has.txt Problem: need way to probe library capabilities 2014-06-18 15:19:07 +02: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 Use consistant spelling in documentation 2014-11-07 22:27:41 -08: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 Use consistant spelling in documentation 2014-11-07 22:27:41 -08: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 Update zmq_msg_get(ZMQ_SHARED) to return true for type_cmsg messages 2014-07-29 13:43:38 -05:00
zmq_msg_gets.txt fix typo in zmq_msg_gets documentation 2015-01-17 20:15:31 -06:00
zmq_msg_init_data.txt Use consistant spelling in documentation 2014-11-07 22:27:41 -08:00
zmq_msg_init_size.txt Use consistant spelling in documentation 2014-11-07 22:27:41 -08:00
zmq_msg_init.txt Use consistant spelling in documentation 2014-11-07 22:27:41 -08: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 Add support for POLLPRI flag. 2014-10-17 17:21:41 +02:00
zmq_proxy_steerable.txt Minor trim of man page title 2014-05-20 15:42:35 +02: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 Added socket option ZMQ_INVERT_MATCHING. 2015-01-26 17:59:43 +01:00
zmq_socket_monitor.txt Fix typos. 2014-11-07 22:30:15 -08: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 Fix typo: endpoind -> endpoint 2014-11-05 06:24:22 -08: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 Fix typo: endpoind -> endpoint 2014-11-05 06:24:22 -08: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 Add const qualifier to source parameters in zmq_z85_decode and zmq_z85_encode 2014-08-14 00:00:00 +02:00
zmq_z85_encode.txt Add const qualifier to source parameters in zmq_z85_decode and zmq_z85_encode 2014-08-14 00:00:00 +02:00
zmq.txt Problem: need atomic reference counting in several projects 2014-12-23 01:14:38 +01:00