Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-07 | Clarify zmq_send() operation for ZMQ_PUB sockets | Martin Lucina | |
Signed-off-by: Martin Lucina <mato@kotelna.sk> | |||
2010-12-01 | Documentation updates for 2.1 | Martin Lucina | |
- Clarify ZMQ_LINGER, zmq_close (), zmq_term () relationship - New socket options - Clarify thread safety of sockets and migration between threads - Other minor and spelling fixes Signed-off-by: Martin Lucina <mato@kotelna.sk> | |||
2010-09-04 | doc: Update zmq_socket(3) for 2.0.8 API changes | Martin Lucina | |
2010-09-04 | Revert "Various changes to documentation project:" | Martin Lucina | |
This reverts commit 77a3c36ff1f11215229a4efdb821a3cb83a9d6fc. | |||
2010-08-25 | Basic documentation for XREQ/XREP socket types | Martin Lucina | |
Add some basic documentation for XREQ/XREP socket types, including a brief description of the most common use case (REQ -> XREP) and (XREQ -> REP). | |||
2010-08-08 | Added error checking (EFAULT) for null arguments | Pieter 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-04 | Various 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-02 | Documentation: 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-05-31 | Documentation updates | Martin Lucina | |
Clarify pipeline and exclusive pair patterns | |||
2010-05-28 | Clarify socket types in documentation, reinstate ZMQ_PAIR | Martin Lucina | |
2010-05-07 | ZMQ_PAIR socket removed from the documentation as it is unfinished yet | Martin Sustrik | |
2010-04-26 | P2P renamed to PAIR | Martin Sustrik | |
2010-04-12 | zmq_poll returns ETERM in case of context termination | Martin Sustrik | |
2010-04-12 | ETERM is accounted for in the documentation | Martin Sustrik | |
2010-03-13 | ZMQ_NOFLUSH and zmq_flush obsoleted | Martin Sustrik | |
2010-03-10 | Documentation fixes | Martin Lucina | |
2010-03-09 | Documentation rewrite | Martin Lucina | |
2010-02-23 | minor fix in zmq_socket(3) man page | Martin Sustrik | |
2010-02-10 | Convert documentation to AsciiDoc | Martin Lucina | |