Name
Last commit
Last update
builds Revert "Make FD_SETSIZE = ZMQ_MAX_SOCKETS_DFLT + 1 so there is room for the repear socket."
doc Shortened ZMQ_IPC_ACCEPT_FILTER_[UGP]ID to ZMQ_IPC_FILTER_[UGP]ID.
foreign/openpgm Pull upstream OpenPGM 5.2.122 for multi-platform minor fixes.
include Shortened ZMQ_IPC_ACCEPT_FILTER_[UGP]ID to ZMQ_IPC_FILTER_[UGP]ID.
perf Revert "Reference platform.h by ../src/platform.h - AIX is ignoring -I flags"
src Shortened ZMQ_IPC_ACCEPT_FILTER_[UGP]ID to ZMQ_IPC_FILTER_[UGP]ID.
tests Shortened ZMQ_IPC_ACCEPT_FILTER_[UGP]ID to ZMQ_IPC_FILTER_[UGP]ID.
tools Fixed out-of-source build
.gitignore Add IPC accept filter socket options.
.hgeol Line-ending conversion rules for hg-git users and enabled use of .gitignore by hg-git users
.travis.yml Temporary workaround for broken libsodium install
AUTHORS Modified the zmq_setsockopt documentation to include the ZMQ_ROUTER_HANDOVER option
CMakeLists.txt Fix windows build for type of service.
COPYING missing COPYING file added
COPYING.LESSER Added note about tivotisation
INSTALL Added autogen.sh hint
MAINTAINERS Fixed email addresses in the MAITAINERS file
Makefile.am include cmake files in tarball
NEWS Update NEWS
README.md Converted README to markdown + added travis build img
acinclude.m4 more flexible keepalive options detection + awful options documentation
autogen.sh Copyright dates adjusted to reflect reality
branding.bmp Add ZeroMQ branding.
configure.ac Fix failing test case in test_filter_ipc.
installer.ico Add ZeroMQ branding.
version.sh m4_esyscmd_s doesnt seem to be portable across different systems

ZeroMQ

Build Status

Welcome

The 0MQ lightweight messaging kernel is a library which extends the standard socket interfaces with features traditionally provided by specialised messaging middleware products. 0MQ sockets provide an abstraction of asynchronous message queues, multiple messaging patterns, message filtering (subscriptions), seamless access to multiple transport protocols and more.

Building and installation

See the INSTALL file included with the distribution.

Resources

Extensive documentation is provided with the distribution. Refer to doc/zmq.html, or "man zmq" after you have installed 0MQ on your system.

Website: http://www.zeromq.org/

Development mailing list: zeromq-dev@lists.zeromq.org Announcements mailing list: zeromq-announce@lists.zeromq.org

Git repository: http://github.com/zeromq/libzmq

0MQ developers can also be found on the IRC channel #zeromq, on the Freenode network (irc.freenode.net).

Copying

Free use of this software is granted under the terms of the GNU Lesser General Public License (LGPL). For details see the files COPYING and COPYING.LESSER included with the 0MQ distribution.