summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-03-12C perf tests are built non-optionally; C++ perf tests removedMartin Sustrik
2010-03-12simplify configuration summaryMartin Sustrik
2010-03-12devices are built unconditionallyMartin Sustrik
2010-03-12text concerning language bindings removed from configureMartin Sustrik
2010-03-12Java binding removed from MSVC buildunknown
2010-03-12Implement flow control for ZMQ_REP socketsMartin Hurton
2010-03-12Implement flow control for ZMQ_REQ socketsMartin Hurton
2010-03-12Implement flow control fox ZMQ_XREP socketsMartin Hurton
2010-03-12Implement flow control for ZMQ_XREQ socketsMartin Hurton
2010-03-12Implement flow control for ZMQ_PUB socketsMartin Hurton
2010-03-12Implement flow control for ZMQ_DOWNSTREAM socketsMartin Hurton
2010-03-12Implement flow control for ZMQ_P2P socketsMartin Hurton
2010-03-12PGM: implement flow controlMartin Hurton
2010-03-12Implement flow controlMartin Hurton
This commit introduces the necessary changes necessary for implementing flow control. None of the socket types implements the flow control yet. The code will crash when the flow control is enabled and the thw lwm is reached. The following commits will add flow-control support for individual socket types.
2010-03-12devices/ build fixedMartin Lucina
2010-03-11Cleanup .gitignoreMartin Lucina
2010-03-11Restructure language bindingsMartin Lucina
C and C++ headers moved from bindings/ to include/, bindings/ removed --with-c and --with-cpp options to configure removed, C and C++ now built and installed by default
2010-03-11Removed Java binding from core distributionMartin Lucina
2010-03-10Typeset literal correctlyMartin Lucina
2010-03-10Fixes to PGM wire format descriptionMartin Lucina
2010-03-10Fixes to TCP wire format specificationMartin Lucina
2010-03-10wire formats in docs clarifiedMartin Sustrik
2010-03-10Documentation fixesMartin Lucina