..
asciidoc.conf
doc: Add 0MQ version to XHTML11 backend footer
2010-09-04 17:42:33 +02:00
Makefile.am
Problem: does not install man pages correctly when out of tree
2014-07-25 21:39:51 +02: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
Problem: ZMQ_CURVE_SECRETKEY reads beyond end of Z85 data
2014-08-12 12:37:49 +02:00
zmq_gssapi.txt
Add documentation for GSSAPI options.
2014-06-19 23:57:48 -04: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
Problem: undocumented limit on IPC paths in Linux is 107 chars
2014-09-10 09:38:04 +02: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
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
define encoding for message metadata to be UTF8
2014-07-28 13:23:56 -07: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
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
Problem: ZMQ_CURVE_SECRETKEY reads beyond end of Z85 data
2014-08-12 12:37:49 +02: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
Fixed typo in doc example
2014-06-23 20:24:36 +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
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
Added zmq_ctx_shutdown to Makefile
2014-04-29 12:06:57 +02:00