Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-13 | Rename zmq(7) manual to xs_zmq(7) and always install it | Martin Lucina | |
Signed-off-by: Martin Lucina <martin@lucina.net> | |||
2012-03-13 | Add zmq(7) manual page for libzmq compatibility library | Martin Lucina | |
Signed-off-by: Martin Lucina <martin@lucina.net> | |||
2012-02-16 | Man page for xs_setctxopt added | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2012-02-16 | xs_epgm man page removed | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2012-02-16 | ZeroMQ renamed to Crossroads | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-11-21 | Fix broken VPATH/parallel builds | Philip Kovacs | |
Signed-off-by: Philip Kovacs <phil@philkovacs.com> | |||
2011-11-06 | Add zmq_getmsgopt to the API | Chuck Remes | |
The new function allows to retrieve options (flags) from zmq_msg_t. Signed-off-by: Chuck Remes <cremes@mac.com> Renamed from zmq_msg_flags to zmq_getmsgopt Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-07-11 | Man pages for send & recv function brought up to date | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-03-24 | C++ binding removed from the core | Martin Sustrik | |
Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2011-03-23 | Pre-compiled devices removed | Martin Sustrik | |
Along with the devices, xmlParser which is no longer needed is removed. Signed-off-by: Martin Sustrik <sustrik@250bpm.com> | |||
2010-09-04 | Revert "Added clean target that deletes generated man pages" | Martin Lucina | |
This reverts commit 6cd90304476c1c6873d67068009def63e520b848. | |||
2010-09-04 | Revert "Reverting 'clean' change to Makefile" | Martin Lucina | |
This reverts commit c51de31f2fd31f782e419bfac2fb8d40d689f3e3. | |||
2010-09-04 | Revert "Removed wip zmq_deviced from master" | Martin Lucina | |
This reverts commit de0173754cc82f6c08875a892892f043a804554c. | |||
2010-08-11 | Removed wip zmq_deviced from master | Pieter Hintjens | |
2010-08-04 | Reverting 'clean' change to Makefile | Pieter Hintjens | |
2010-08-04 | Added clean target that deletes generated man pages | Pieter Hintjens | |
2010-06-30 | asciidoc.conf was missing from distribution tarball | Martin Lucina | |
2010-06-03 | Documentation: zmq_errno(3) | Martin Lucina | |
2010-05-31 | Documentation updates | Martin Lucina | |
Add getsockopt to Makefile.am | |||
2010-03-13 | ZMQ_NOFLUSH and zmq_flush obsoleted | Martin Sustrik | |
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-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-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. | |||
2010-02-11 | ZMQII-72: Add zmq_version function (documentation) | Martin Sustrik | |
2010-02-10 | Convert documentation to AsciiDoc | Martin Lucina | |