summaryrefslogtreecommitdiff
path: root/src/pipe.cpp
AgeCommit message (Expand)Author
2012-06-13Revert "Implement SP wire protocol"Martin Sustrik
2012-05-25Implement SP wire protocolMartin Lucina
2012-05-01Revert "Implement protocol versioning (except PGM)"Martin Sustrik
2012-04-29Implement protocol versioning (except PGM)Martin Lucina
2012-04-06Allow pipe_t::flush() to be called from pipe_t::terminate()Martin Sustrik
2012-04-06Fix bogus typo in xs::pipe_t::flush()Andrew W. Nosenko
2012-04-040MQ/2.1 wire format compatibility implementedMartin Sustrik
2012-02-16Full name of the project used in license headersMartin Sustrik
2012-02-16ZeroMQ renamed to CrossroadsMartin Sustrik
2011-11-04Identities re-introducedMartin Sustrik
2011-11-01Copyright dates adjusted to reflect realityMartin Sustrik
2011-11-01LABELS and COMMANDs removedMartin Sustrik
2011-10-31250bpm copyrights addedMartin Sustrik
2011-06-23Fix MSVC buildMartin Sustrik
2011-06-22O(1) fair-queueing in XREP implementedMartin Sustrik
2011-06-20LABEL flag added to the wire formatMartin Sustrik
2011-06-20Bug fixed in pipe terminationMartin Sustrik
2011-06-19Race condition in pipe_t fixed.Martin Sustrik
2011-05-31Session termination induced by socket fixedMartin Sustrik
2011-05-30Patches from sub-forward branch incorporatedMartin Sustrik
2011-05-26Pending messages are delivered even if connection doesn't exist yetMartin Sustrik
2011-05-25All pipe termination code moved to pipe_tMartin Sustrik
2011-05-23Move the pipe termination code to socket_base_tMartin Sustrik
2011-05-22Introduces bi-directional pipesMartin Sustrik
2011-04-21Message-related functionality factored out into msg_t class.Martin Sustrik
2011-03-24ZMQ_HWM type changed to intMartin Sustrik
2011-03-24SWAP functionality removedMartin Sustrik
2011-03-02The copyrights in file headers updated.Martin Sustrik
2011-02-22Added explicit error message in case of memory exhaustionMartin Sustrik
2011-01-07Fix pipe writer terminationDhammika Pathirana
2010-12-15Fixes assertion on pipe.cpp:237 when swap fills up.Mikko Koppanen
2010-10-30Name of "GNU Lesser Public License" corrected.Martin Sustrik
2010-10-08Clean-up of session termination processMartin Sustrik
2010-09-13zmq::writer_t: Add missing test for swapMartin Lucina
2010-08-28msg_store_t renamed to swap_tMartin Sustrik
2010-08-28refactoring of pipe/swap interactionMartin Sustrik
2010-08-28terminology unified: revive->activateMartin Sustrik
2010-08-28bug in pipe deactivation fixedMartin Sustrik
2010-08-25REQ socket implementation is layered on top of XREQMartin Sustrik
2010-08-25Destruction of session is delayed till both in & out pipes are closedMartin Sustrik
2010-08-25WIP: Socket migration between threads, new zmq_close() semanticsMartin Sustrik
2010-07-24pipe: check_read() should check for message delimiterMartin Hurton
2010-07-24Make sure lwm > 0 when hwm > 0Martin Hurton
2010-06-21Add SWAP supportMartin Hurton
2010-06-19Revive reader on pipe terminationMartin Hurton
2010-06-17pipe: fix bug in rollback() methodMartin Hurton
2010-05-25LWM is computed rather than explicitly specified by userMartin Sustrik
2010-05-19incomplete messages can be stored in ypipeMartin Sustrik
2010-03-27ZMQ_TBC renamed to ZMQ_MOREMartin Sustrik
2010-03-27multi-part messages work with PUB/SUBMartin Sustrik