Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2010-05-31 | Documentation updates | Martin Lucina | |
Add zmq_getsockopt(3), clean up zmq_setsockopt(3). | |||
2010-05-28 | Clarify zmq_bind/zmq_connect | Martin 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-28 | Clarify socket types in documentation, reinstate ZMQ_PAIR | Martin Lucina | |
2010-05-25 | LWM is computed rather than explicitly specified by user | Martin Sustrik | |
2010-05-07 | caution about zmq_msg_init_* functions added to the docs | Martin Sustrik | |
2010-05-07 | ZMQ_PAIR socket removed from the documentation as it is unfinished yet | Martin Sustrik | |
2010-04-29 | lock-free polling removed; ZMQ_POLL flag removed | Martin Sustrik | |
2010-04-26 | P2P renamed to PAIR | Martin Sustrik | |
2010-04-16 | fix of documentation typo | 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-04-06 | Documentation fixes | Martin Lucina | |
2010-04-06 | ENODEV from zmq_bind error described | Martin Sustrik | |
2010-03-25 | Clarify use of poll() with C++ API, fix typo | Martin Lucina | |
2010-03-16 | Clarify zmq_poll restrictions | Martin Sustrik | |
2010-03-16 | C++ interface documentation updates | Martin Lucina | |
2010-03-13 | ZMQ_NOFLUSH and zmq_flush obsoleted | Martin Sustrik | |
2010-03-10 | Typeset literal correctly | Martin Lucina | |
2010-03-10 | Fixes to PGM wire format description | Martin Lucina | |
2010-03-10 | Fixes to TCP wire format specification | Martin Lucina | |
2010-03-10 | wire formats in docs clarified | Martin Sustrik | |
2010-03-10 | Documentation fixes | Martin Lucina | |
2010-03-09 | Add missing section with zmq_version() | Martin Lucina | |
2010-03-09 | Add dependency for zmq_epgm.7 | Martin Lucina | |
2010-03-09 | Hack, zmq_epgm.7 needs to be copied from zmq_pgm.7 | Martin Lucina | |
2010-03-09 | Documentation rewrite | Martin Lucina | |
2010-02-27 | python binding removed | Martin Sustrik | |
2010-02-23 | minor fix in zmq_socket(3) man page | Martin Sustrik | |
2010-02-21 | typo in zmq_ipc(7) fixed | Martin Sustrik | |
2010-02-19 | Merge branch 'master' of git@github.com:sustrik/zeromq2 | Martin Sustrik | |
2010-02-19 | Multi-hop REQ/REP, part XII., generate unique identities for anonymous ↵ | Martin Sustrik | |
connections | |||
2010-02-18 | Never build docs from tarball releases | Martin Lucina | |
This fixes the build_doc logic to work as advertised and never try to (re)build documentation when working with a tarball release. | |||
2010-02-16 | missing COPYING file added | Martin Sustrik | |
2010-02-11 | Integrate version numbering into autoconf | Martin Lucina | |
configure.in is now the master source for the package version number, this propagates to src/platform.hpp (for zmq_version) and doc/Makefile.am (for documentation generation) automagically. |