Name
Last commit
Last update
builds Fix MinGW32 build
cmake Fix NSIS installer errors, MinGW build.
doc Close pipes for inproc sockets on zmq_disconnect
foreign/openpgm Pull upstream OpenPGM 5.2.122 for multi-platform minor fixes.
include Renamed raw option to ZMQ_ROUTER_RAW
perf Generated header is not in ../src/
src Comments about ICC build failure with 12.x were crazy
tests returns -1 with EAGAIN when mandatory is set and pipe is full
.gitignore Fixed formatting in man page
.hgeol Line-ending conversion rules for hg-git users and enabled use of .gitignore by hg-git users
AUTHORS Close pipes for inproc sockets on zmq_disconnect
CMakeLists.txt Fix MinGW32 build
COPYING missing COPYING file added
COPYING.LESSER Fixed license to remove references to X11 code
INSTALL Added autogen.sh hint
MAINTAINERS Fixed email addresses in the MAITAINERS file
Makefile.am RPM packaging improvements
NEWS Upated NEWS for 3.2.1
README Project location on github changed in README file
acinclude.m4 more flexible keepalive options detection + awful options documentation
autogen.sh Copyright dates adjusted to reflect reality
branding.bmp Add ZeroMQ branding.
configure.in Pull upstream OpenPGM 5.2.122 for multi-platform minor fixes.
installer.ico Add ZeroMQ branding.
version.sh m4_esyscmd_s doesnt seem to be portable across different systems
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.