summaryrefslogtreecommitdiff
path: root/src/session.cpp
AgeCommit message (Expand)Author
2011-06-23Fix MSVC buildMartin Sustrik
2011-06-23Outstanding requests dropped when requester dies (issue 190)Martin Sustrik
2011-06-20LABEL flag added to the wire formatMartin Sustrik
2011-06-19Session termination error fixedMartin 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-22Introduces bi-directional pipesMartin Sustrik
2011-04-21Message-related functionality factored out into msg_t class.Martin Sustrik
2011-03-24ZMQ_HWM split into ZMQ_SNDHWM and ZMQ_RCVHWMMartin Sustrik
2011-03-24SWAP functionality removedMartin Sustrik
2011-03-16Duplicate identities now checked with zmq_connectMartin Sustrik
2011-03-02The copyrights in file headers updated.Martin Sustrik
2011-02-22Added explicit error message in case of memory exhaustionMartin Sustrik
2011-02-18Logging of duplicit identities addedMartin Sustrik
2010-10-30Name of "GNU Lesser Public License" corrected.Martin Sustrik
2010-10-27fix typo, destroy new engineDhammika Pathirana
2010-10-26drop connection requests with duplicate peer identityDhammika Pathirana
2010-10-18Minor comment improvement.Martin Sustrik
2010-10-16ZMQ_LINGER socket option added.Martin Sustrik
2010-10-13Clean-up of the code related to attaching/detaching engines to sessions.Martin Sustrik
2010-10-12Avoid duplicate creation of pipes for a single sessionMartin Sustrik
2010-10-08More cleanup of session termination process.Martin Sustrik
2010-10-08Clean-up of session termination processMartin Sustrik
2010-09-20problem with engine being attached to session while it's being terminated fixedMartin Sustrik
2010-09-19termination of pipe via delimiter message could stuck when no data were read ...Martin Sustrik
2010-09-19obsolete 'active' flag removed from session_tMartin Sustrik
2010-09-17reconnection process fixed when failure occurs during init phaseMartin Sustrik
2010-08-25elementary fixes to the named sessionMartin Sustrik
2010-08-25sessions created by listerner are correctly shut downMartin Sustrik
2010-08-25engine leak fixed; pgm compilation fixedMartin Sustrik
2010-08-25engine termination on disconnect fixedMartin Sustrik
2010-08-25I/O object hierarchy implementedMartin 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-06-21Add SWAP supportMartin Hurton
2010-05-25LWM is computed rather than explicitly specified by userMartin Sustrik
2010-04-07unitialised member in seesion_t class - fixedMartin Sustrik
2010-03-27ZMQ_TBC renamed to ZMQ_MOREMartin Sustrik
2010-03-20rollback of half-processed messages in case of disconnectionMartin Sustrik
2010-03-20XREP-style prefixing/trimming messages removedMartin Sustrik
2010-03-12Implement flow controlMartin Hurton
2010-02-19don't check for identity, if the connection is anonymousMartin Sustrik
2010-02-19Multi-hop REQ/REP, part XII., generate unique identities for anonymous connec...Martin Sustrik
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-13Multi-hop REQ/REP, part IX., pass the peer identity as far as socket_base_tMartin Sustrik
2010-02-13Multi-hop REQ/REP, part VIII., new blob_t type used for holding identityMartin Sustrik
2010-02-13Multi-hop REQ/REP, part VII., identity-related algorithms rewrittenMartin Sustrik