summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-10Compile perf tests with the C++ compilerMartin Lucina
This lets us build the binaries in a portable fashion w/o having to worry about how to link with the C++ runtime.
2010-04-10fix for Sun C++ 5.8Martin Sustrik
2010-04-10Build fixes for Solaris and non-GNU compilersMartin Lucina
Compiling C++ code with -D_POSIX_SOURCE on Solaris is unsupported, so remove it. Isolate GCC-isms inside checks that we are actually using GCC/G++. Only check for -lstdc++ when on GCC and doing static linking.
2010-04-10Debian packaging fixes suitable for 0MQ gitMartin Lucina
Removed README.source, TODO.source since these are irrelevant to a generic git package. Fixed spelling in debian/copyright. Removed RFC check in debian/rules, again irrelevant to a generic git package.
2010-04-10Debian packaging update from Adrian von BidderAdrian von Bidder
2010-04-09Fix for Issue #14Martin Lucina
Don't fail hard if an unreleased tarball is being built and asciidoc is not installed; instead just print a big fat warning
2010-04-09version bumped to 2.0.7Martin Sustrik
2010-04-09zmq_getsockopt function addedMartin Sustrik
2010-04-08issue 10 - zmq_strerror problem on WindowsMartin Sustrik
2010-04-08few fixed related to multi-part messages in REP socketMartin Sustrik
2010-04-08issue 11 - Assertion failed: it != peers.end () (pgm_receiver.cpp:161)Martin Sustrik
2010-04-08issue 13 (Assertion failed: load.get () == 0 (epoll.cpp:49)) fixedMartin Sustrik
2010-04-07Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-04-07unitialised member in seesion_t class - fixedMartin Sustrik
2010-04-07Win32 build fixedMartin Sustrik
2010-04-07Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-04-07devices can be created via APIJon Dyte
2010-04-06Documentation fixesMartin Lucina
2010-04-06ENODEV from zmq_bind error describedMartin Sustrik
2010-03-31Handle full-pipe for REP sockets more gracefullyMartin Hurton
2010-03-27ZMQ_TBC renamed to ZMQ_MOREMartin Sustrik
2010-03-27muti-part message functionality available via APIMartin Sustrik
2010-03-27as advertised, zmq_flush and ZMQ_NOFLUSH were removedMartin Sustrik
2010-03-27multi-part messages work with REQ/REP socketsMartin Sustrik
2010-03-27multi-part message work with UPSTREAM/DOWNSTREAMMartin Sustrik
2010-03-27multi-part messages work with PUB/SUBMartin Sustrik
2010-03-26Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-03-25Clarify use of poll() with C++ API, fix typoMartin Lucina
2010-03-22configure does not mention xmlto when missingVitaly Mayatskikh
2010-03-20Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-03-20PUB socket was blocking occassionally - fixedMartin Sustrik
2010-03-20rollback of half-processed messages in case of disconnectionMartin Sustrik
2010-03-20XREP-style prefixing/trimming messages removedMartin Sustrik
2010-03-19fixes for building with Sun CCMartin Sustrik
2010-03-16fix include paths in perf on Win32Martin Sustrik
2010-03-16Update contributors for 2.0.6Martin Sustrik
2010-03-16ChangeLog for v2.0.6Martin Sustrik
2010-03-16Add Git location to READMEMartin Sustrik
2010-03-16Update READMEMartin Sustrik
2010-03-16Add MSVC build files to distributionMartin Sustrik
2010-03-16Removing leftover MSVC buildsMartin Sustrik
2010-03-16Merge branch 'master' of git@github.com:sustrik/zeromq2Martin Sustrik
2010-03-16Clarify zmq_poll restrictionsMartin Sustrik
2010-03-16C++ interface documentation updatesMartin Lucina
2010-03-15Cleanups to autogen.shMartin Lucina
2010-03-15Cleanups to autogen.shMartin Lucina
Use POSIX "command -v" construct to test for prerequisite commands Clarify error messages on failure
2010-03-13ZMQ_NOFLUSH and zmq_flush obsoletedMartin Sustrik
2010-03-13pipe_t::rollback removes only unfinished message from the pipe rather than ↵Martin Sustrik
all unflushed messages
2010-03-13zmq_queue implementation addedMartin Sustrik
2010-03-12MSVC build: C++ perf tests removed; all executables go into bin directoryunknown