Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-14 | zmq_poll man page fixed to reflect the precise timeout semantics. | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-09-28 | ZMQ_TYPE socket option added | Gonzalo Diethelm | |
2010-09-27 | ZMQ_FD and ZMQ_EVENTS documentation added | Martin Sustrik | |
2010-09-09 | when no I/O threads are available error is raised instead of assertion | Martin Sustrik | |
2010-09-08 | EINTR returned from the blocking functions | Martin Sustrik | |
2010-09-04 | Merge branch 'maint' | Martin Lucina | |
* maint: Update .gitignore doc: Add 0MQ version to XHTML11 backend footer build: Generate ChangeLog in 'make dist', ZIP automatically | |||
2010-09-04 | doc: Add 0MQ version to XHTML11 backend footer | Martin Lucina | |
Thanks to Matt Weinstein for the suggestion. | |||
2010-09-04 | Merge branch 'maint' | Martin Lucina | |
* maint: doc: Update zmq_socket(3) for 2.0.8 API changes Revert "Added man page for the zmq_device method" Revert "Added clean target that deletes generated man pages" Revert "Various changes to documentation project:" Revert "Reverting 'clean' change to Makefile" Revert "Removed empty man pages for old standalone devices" Revert "Further cleanups on reference manual" Revert "Small improvements to zmq_device(3) page" Revert "Removed wip zmq_deviced from master" | |||
2010-09-04 | doc: Update zmq_socket(3) for 2.0.8 API changes | Martin Lucina | |
2010-09-04 | Revert "Added man page for the zmq_device method" | Martin Lucina | |
This reverts commit f575f252c99c99d3622f313d6bbad6635197a1e4. Conflicts: doc/zmq_device.txt | |||
2010-09-04 | Revert "Added clean target that deletes generated man pages" | Martin Lucina | |
This reverts commit 6cd90304476c1c6873d67068009def63e520b848. | |||
2010-09-04 | Revert "Various changes to documentation project:" | Martin Lucina | |
This reverts commit 77a3c36ff1f11215229a4efdb821a3cb83a9d6fc. | |||
2010-09-04 | Revert "Reverting 'clean' change to Makefile" | Martin Lucina | |
This reverts commit c51de31f2fd31f782e419bfac2fb8d40d689f3e3. | |||
2010-09-04 | Revert "Removed empty man pages for old standalone devices" | Martin Lucina | |
This reverts commit 6ff193999d96487f7aa7e578980ab5554e61d8dc. | |||
2010-09-04 | Revert "Further cleanups on reference manual" | Martin Lucina | |
This reverts commit 13f3481e127a6b2390e847af6b01ee88f1b4ae61. Conflicts: doc/zmq_device.txt doc/zmq_tcp.txt | |||
2010-09-04 | Revert "Small improvements to zmq_device(3) page" | Martin Lucina | |
This reverts commit 96bcc9e6cf73781c31042278eb960c0363a78805. | |||
2010-09-04 | Revert "Removed wip zmq_deviced from master" | Martin Lucina | |
This reverts commit de0173754cc82f6c08875a892892f043a804554c. | |||
2010-08-30 | Minor patch to zmq_cpp(7) | Martin Sustrik | |
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-21 | Added calls to zmq_msg_close in examples | Pieter Hintjens | |
2010-08-21 | Fixed example for multipart zmq_recv() | Pieter Hintjens | |
2010-08-18 | documentation leftover from v2.0.6 cleaned in zmq(7) | Martin Sustrik | |
2010-08-11 | Removed wip zmq_deviced from master | Pieter Hintjens | |
2010-08-11 | Fixed (un)signed type errors in get/setsockopt manual | Pieter Hintjens | |
2010-08-10 | Modified zmq_tcp(7) to emphasize wildcard interfaces | Pieter Hintjens | |
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 | Small improvements to zmq_device(3) page | Pieter Hintjens | |
* Clarified broker model and proxy model * Added example of proxy model | |||
2010-08-04 | Further cleanups on reference manual | Pieter 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-04 | Removed empty man pages for old standalone devices | Pieter Hintjens | |
2010-08-04 | Reverting 'clean' change to Makefile | Pieter Hintjens | |
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-08-04 | Added clean target that deletes generated man pages | Pieter Hintjens | |
2010-08-04 | Added man page for the zmq_device method | Pieter Hintjens | |
2010-06-30 | asciidoc.conf was missing from distribution tarball | Martin Lucina | |
2010-06-15 | getsockopt documentation fixed | Martin Sustrik | |
2010-06-07 | C++ docs for zmq::poll function improved | Martin Sustrik | |
2010-06-04 | Documentation: zmq_tcp(7) update for 2.0.7 | Martin Lucina | |
Document MORE bit in flags field | |||
2010-06-03 | Documentation: zmq_cpp(7) update for 2.0.7 | Martin Lucina | |
2010-06-03 | Documentation: Cosmetic changes | Martin Lucina | |
2010-06-03 | Documentation: zmq_errno(3) | Martin Lucina | |
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-06-01 | Documentation: zmq_init() API changes for 2.0.7 | Martin Lucina | |
2010-06-01 | Documentation: zmq_term() and ETERM for 2.0.7 | Martin Lucina | |
2010-05-31 | Documentation updates | Martin Lucina | |
The option_value parameter for zmq_getsockopt is in and out. | |||
2010-05-31 | Documentation updates | Martin Lucina | |
Clarify multi-part messages | |||
2010-05-31 | Documentation updates | Martin Lucina | |
Clarify pipeline and exclusive pair patterns | |||
2010-05-31 | Documentation updates | Martin Lucina | |
Add getsockopt to Makefile.am | |||
2010-05-31 | Documentation updates | Martin Lucina | |
Multi-part messages | |||
2010-05-31 | Documentation updates | Martin Lucina | |
Add getsockopt to index | |||
2010-05-31 | Documentation updates | Martin Lucina | |
Multi-part messages |