summaryrefslogtreecommitdiff
path: root/src/xrep.cpp
AgeCommit message (Expand)Author
2012-06-13Revert "Implement SP wire protocol"Martin Sustrik
2012-06-01Assertions improvedMartin 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-16Few trivial fixes to REQ/REP pattern.Martin Sustrik
2012-03-26Handle duplicate identities decentlyMartin Sustrik
2012-02-26In case of duplicate identity XREP socket asserts.Martin Sustrik
2012-02-16Full name of the project used in license headersMartin Sustrik
2012-02-16poller_base_t renamed to io_thread_tMartin Sustrik
2012-02-16io_thread_t merged with poller_base_tMartin Sustrik
2012-02-16Fix data loss for PUB/SUB and unidirectional transports (LIBZMQ-268)Martin Lucina
2012-02-16Invalid iterator not usedMartin Sustrik
2012-02-16ZeroMQ renamed to CrossroadsMartin Sustrik
2012-02-16Socket ID addedMartin Sustrik
2011-12-17Fix polling on XREP socketMartin Sustrik
2011-11-15Bug in XREP and XREQ fixed (issue 280)Martin Sustrik
2011-11-13Couple of bugs in XREP handling of identities fixed.Martin 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-10-31Revert the early dropping of request and replies for disconnected clientsMartin Sustrik
2011-09-28Assert fixed in XREP & ROUTER when sending to terminating pipe (issue 258)Martin Sustrik
2011-09-15Session class separated into socket-type-specific sessionsMartin Sustrik
2011-09-03Improve error reporting in a minor wayMartin Sustrik
2011-07-15ZMQ_IDENTITY socket option removedMartin Sustrik
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