summaryrefslogtreecommitdiff
path: root/doc/zmq_poll.txt
AgeCommit message (Collapse)Author
2010-08-08Added error checking (EFAULT) for null argumentsPieter Hintjens
* Fixed zmq_term, zmq_socket, zmq_close, zmq_setsockopt, * zmq_getsockopt, zmq_bind, zmq_connect, zmq_send, * zmq_recv, zmq_poll, zmq_device, zmq_stopwatch_stop * Updated Reference Manual for these methods
2010-08-04Further cleanups on reference manualPieter Hintjens
- fixed unwrapped text in new man pages - fixed over-long lines in older pages, where possible - removed reference to old standalong devices from index page - added refernce to new zmq_device[3] documented from index page - some minor spelling corrections
2010-08-04Various changes to documentation project:Pieter Hintjens
* Added documentation for zmq_deviced, which we're developing * Created consistent page footer in documentation template * Page footer notes doc authors and copyright statement
2010-06-02Documentation: Flow control, zmq_socket(3)Martin Lucina
Mostly Flow control and additions to zmq_socket(3) Removed/changed lots of text regarding message queues More fixes for 2.0.7 changes
2010-06-01Documentation: zmq_term() and ETERM for 2.0.7Martin Lucina
2010-04-12ETERM is accounted for in the documentationMartin Sustrik
2010-03-16Clarify zmq_poll restrictionsMartin Sustrik
2010-03-10Documentation fixesMartin Lucina
2010-03-09Documentation rewriteMartin Lucina
2010-02-16missing COPYING file addedMartin Sustrik
2010-02-10Convert documentation to AsciiDocMartin Lucina