summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2010-08-21Added calls to zmq_msg_close in examplesPieter Hintjens
2010-08-21Fixed example for multipart zmq_recv()Pieter Hintjens
2010-08-18documentation leftover from v2.0.6 cleaned in zmq(7)Martin Sustrik
2010-08-11Removed wip zmq_deviced from masterPieter Hintjens
2010-08-11Fixed (un)signed type errors in get/setsockopt manualPieter Hintjens
2010-08-10Modified zmq_tcp(7) to emphasize wildcard interfacesPieter Hintjens
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-04Small improvements to zmq_device(3) pagePieter Hintjens
* Clarified broker model and proxy model * Added example of proxy model
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-04Removed empty man pages for old standalone devicesPieter Hintjens
2010-08-04Reverting 'clean' change to MakefilePieter Hintjens
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-08-04Added clean target that deletes generated man pagesPieter Hintjens
2010-08-04Added man page for the zmq_device methodPieter Hintjens
2010-06-30asciidoc.conf was missing from distribution tarballMartin Lucina
2010-06-15getsockopt documentation fixedMartin Sustrik
2010-06-07C++ docs for zmq::poll function improvedMartin Sustrik
2010-06-04Documentation: zmq_tcp(7) update for 2.0.7Martin Lucina
Document MORE bit in flags field
2010-06-03Documentation: zmq_cpp(7) update for 2.0.7Martin Lucina
2010-06-03Documentation: Cosmetic changesMartin Lucina
2010-06-03Documentation: zmq_errno(3)Martin Lucina
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_init() API changes for 2.0.7Martin Lucina
2010-06-01Documentation: zmq_term() and ETERM for 2.0.7Martin Lucina
2010-05-31Documentation updatesMartin Lucina
The option_value parameter for zmq_getsockopt is in and out.
2010-05-31Documentation updatesMartin Lucina
Clarify multi-part messages
2010-05-31Documentation updatesMartin Lucina
Clarify pipeline and exclusive pair patterns
2010-05-31Documentation updatesMartin Lucina
Add getsockopt to Makefile.am
2010-05-31Documentation updatesMartin Lucina
Multi-part messages
2010-05-31Documentation updatesMartin Lucina
Add getsockopt to index
2010-05-31Documentation updatesMartin Lucina
Multi-part messages
2010-05-31Documentation updatesMartin Lucina
Add zmq_getsockopt(3), clean up zmq_setsockopt(3).
2010-05-28Clarify zmq_bind/zmq_connectMartin Lucina
Use the term 'endpoint' correctly, and drop the nonsense about local/remote addresses which doesn't clearly explain what is going on
2010-05-28Clarify socket types in documentation, reinstate ZMQ_PAIRMartin Lucina
2010-05-25LWM is computed rather than explicitly specified by userMartin Sustrik
2010-05-07caution about zmq_msg_init_* functions added to the docsMartin Sustrik
2010-05-07ZMQ_PAIR socket removed from the documentation as it is unfinished yetMartin Sustrik
2010-04-29lock-free polling removed; ZMQ_POLL flag removedMartin Sustrik
2010-04-26P2P renamed to PAIRMartin Sustrik
2010-04-16fix of documentation typoMartin Sustrik
2010-04-12zmq_poll returns ETERM in case of context terminationMartin Sustrik
2010-04-12ETERM is accounted for in the documentationMartin Sustrik
2010-04-06Documentation fixesMartin Lucina
2010-04-06ENODEV from zmq_bind error describedMartin Sustrik
2010-03-25Clarify use of poll() with C++ API, fix typoMartin Lucina
2010-03-16Clarify zmq_poll restrictionsMartin Sustrik
2010-03-16C++ interface documentation updatesMartin Lucina
2010-03-13ZMQ_NOFLUSH and zmq_flush obsoletedMartin Sustrik
2010-03-10Typeset literal correctlyMartin Lucina
2010-03-10Fixes to PGM wire format descriptionMartin Lucina