summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2010-02-23minor fix in zmq_socket(3) man pageMartin Sustrik
2010-02-21typo in zmq_ipc(7) fixedMartin Sustrik
2010-02-19Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-02-19Multi-hop REQ/REP, part XII., generate unique identities for anonymous ↵Martin Sustrik
connections
2010-02-18Never build docs from tarball releasesMartin 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-16missing COPYING file addedMartin Sustrik
2010-02-11Integrate version numbering into autoconfMartin 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.
2010-02-11ZMQII-72: Add zmq_version function (documentation)Martin Sustrik
2010-02-10Convert documentation to AsciiDocMartin Lucina