summaryrefslogtreecommitdiff
path: root/src/xsub.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-27Truncate the message when it is sent to XSUBMartin Sustrik
2012-04-14Separate subscription forwarding from SUB-side filteringMartin Sustrik
2012-04-05XS_PLUGIN and XS_FILTER implementationMartin Sustrik
2012-04-040MQ/2.1 wire format compatibility implementedMartin Sustrik
2012-02-17Drop subscription messages when reaching the SNDHWM rather than asserting.Staffan Gimåker
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-16Subscription buffer in XSUB socket made elasticMartin Sustrik
2012-02-16ZeroMQ renamed to CrossroadsMartin Sustrik
2012-02-16Socket ID addedMartin Sustrik
2011-12-17Dont wait for pending subscription commands on shutdownMartin Sustrik
2011-11-01Copyright dates adjusted to reflect realityMartin Sustrik
2011-11-01LABELS and COMMANDs removedMartin Sustrik
2011-10-31250bpm copyrights addedMartin Sustrik
2011-09-15Session class separated into socket-type-specific sessionsMartin Sustrik
2011-09-01Premature deallocation bug in XSUB fixed (issue 244)Martin Sustrik
2011-07-15ZMQ_IDENTITY socket option removedMartin Sustrik
2011-06-23Fix MSVC buildMartin Sustrik
2011-06-20LABEL flag added to the wire formatMartin Sustrik
2011-06-13Minor patch to fix ICC buildMartin Sustrik
2011-06-12ZMQ_FILTER socket option addedMartin Sustrik
2011-06-11Actual message filtering happens in XPUB socketMartin Sustrik
2011-05-30Patches from sub-forward branch incorporatedMartin Sustrik
2011-05-28Subscription matching moved from XSUB to SUB socketMartin 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-26ZMQ_NOBLOCK renamed ZMQ_DONTWAITMartin Sustrik
2011-03-02The copyrights in file headers updated.Martin Sustrik
2011-02-26Memory leak in PUB/XPUB sockets fixed.Martin Sustrik
2011-01-14XSUB socket has a subscription distributorMartin Sustrik
2010-12-06options.type correctly set for PUB/SUB/XPUB/XSUBMartin Sustrik
2010-12-05XSUB accepts (un)subscriptions in form of messages.Martin Sustrik
2010-12-04XPUB and XSUB socket types added.Martin Sustrik