summaryrefslogtreecommitdiff
path: root/src/xrep.cpp
AgeCommit message (Expand)Author
2011-07-09Drop outbound messages in XREP socket when SNDHWM is reachedMartin Sustrik
2011-06-23Fix MSVC buildMartin Sustrik
2011-06-23Outstanding requests dropped when requester dies (issue 190)Martin Sustrik
2011-06-22O(1) fair-queueing in XREP implementedMartin Sustrik
2011-06-22New wire format for REQ/REP patternMartin Sustrik
2011-06-20LABEL flag added to the wire formatMartin Sustrik
2011-05-23Move the pipe termination code to socket_base_tMartin Sustrik
2011-05-22Introduces bi-directional pipesMartin Sustrik
2011-05-15Fixes warning when compiling with MSVC on Win64Martin Sustrik
2011-05-08Fixed REP assert on missing envelopePieter Hintjens
2011-05-06urrent pipe pointer in XREP out of range -- fixed.Martin Sustrik
2011-05-04Accessing an iterator after it is accessed is not valid.Tore Halvorsen
2011-05-02Current inpipe remains unchaged in XREP when other pipe terminatesMartin Sustrik
2011-04-21Message-related functionality factored out into msg_t class.Martin Sustrik
2011-04-19Message validity is checked in the runtimeMartin Sustrik
2011-03-16reset socket state when identity message cannot be written to xrepJon Dyte
2011-03-03Bug caused by interaction of REQ/REP routing and HWM fixed.Martin Sustrik
2011-03-02The copyrights in file headers updated.Martin Sustrik
2011-01-18Fix cppcheck warnings: Prefer prefix ++/-- operators for non-primitive types.Martin Sustrik
2010-11-05slots renamed to tidsMartin Sustrik
2010-10-30Name of "GNU Lesser Public License" corrected.Martin Sustrik
2010-10-16ZMQ_LINGER socket option added.Martin Sustrik
2010-10-14To insert to associateive STL containers value_type used instead of make_pairMartin Sustrik
2010-10-11Reverting commit 1d431190f50c86f62460Martin Sustrik
2010-10-10When XREP silently drops message, it does not empty it -- fixedMartin Sustrik
2010-10-08Clean-up of session termination processMartin Sustrik
2010-10-02make sure that reader does not terminate in the middle of a multipart messageNir Soffer
2010-10-01assert when xrep socket gets reconnected in the middle of the shutdown -- fixedMartin Sustrik
2010-09-30Merge branch 'maint'Martin Sustrik
2010-09-30zmq_msg_move called on uninitialised message in xrep_t::xrecv -- fixedMax Wolf
2010-09-30fix in XREP's fair queueing mechanismMartin Sustrik
2010-09-28ZMQ_TYPE socket option addedGonzalo Diethelm
2010-08-25I/O object hierarchy implementedMartin Sustrik
2010-08-25WIP: Socket migration between threads, new zmq_close() semanticsMartin Sustrik
2010-08-1146 - Devices vulnerable to invalid messagesPieter Hintjens
2010-07-07issue 38 - Assertion failed: fetched (xrep.cpp:196)Martin Hurton
2010-04-30prefix in XREP recv'd message misses MORE flagMartin Sustrik
2010-04-27initial version of multi-hop REQ/REPMartin Sustrik
2010-03-20XREP-style prefixing/trimming messages removedMartin Sustrik
2010-03-13ZMQ_NOFLUSH and zmq_flush obsoletedMartin Sustrik
2010-03-12Implement flow control fox ZMQ_XREP socketsMartin Hurton
2010-03-12Implement flow controlMartin Hurton
2010-03-11Restructure language bindingsMartin Lucina
2010-02-16Multi-hop REQ/REP, part XI., finalise the XREQ/XREP functionalityMartin Sustrik
2010-02-14Multi-hop REQ/REP, part X., optional delayed creation of pipes during connectMartin Sustrik
2010-02-12Multi-hop REQ/REP, part III., change 'type' in options to simple 'traceroute'...Martin Sustrik
2010-02-12Multi-hop REQ/REP, part I., socket type is known to all associated objectsMartin Sustrik
2010-01-05Copyrights transferred from FastMQ to iMatixMartin Sustrik
2009-12-15zmq_encoder/decoder are able to add/trim prefixes from messages; fair queuein...Martin Sustrik
2009-12-13zmq_streamer & zmq_queue are built under MSVCunknown