index
:
libxs.git
master
sp
udp
mato's libxs tree
Martin Lucina
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xsub.cpp
Age
Commit message (
Expand
)
Author
2012-05-20
Implement SP wire protocol
sp
Martin Lucina
2012-05-01
Revert "Implement protocol versioning (except PGM)"
Martin Sustrik
2012-04-29
Implement protocol versioning (except PGM)
Martin Lucina
2012-04-27
Truncate the message when it is sent to XSUB
Martin Sustrik
2012-04-14
Separate subscription forwarding from SUB-side filtering
Martin Sustrik
2012-04-05
XS_PLUGIN and XS_FILTER implementation
Martin Sustrik
2012-04-04
0MQ/2.1 wire format compatibility implemented
Martin Sustrik
2012-02-17
Drop subscription messages when reaching the SNDHWM rather than asserting.
Staffan Gimåker
2012-02-16
Full name of the project used in license headers
Martin Sustrik
2012-02-16
poller_base_t renamed to io_thread_t
Martin Sustrik
2012-02-16
io_thread_t merged with poller_base_t
Martin Sustrik
2012-02-16
Fix data loss for PUB/SUB and unidirectional transports (LIBZMQ-268)
Martin Lucina
2012-02-16
Subscription buffer in XSUB socket made elastic
Martin Sustrik
2012-02-16
ZeroMQ renamed to Crossroads
Martin Sustrik
2012-02-16
Socket ID added
Martin Sustrik
2011-12-17
Dont wait for pending subscription commands on shutdown
Martin Sustrik
2011-11-01
Copyright dates adjusted to reflect reality
Martin Sustrik
2011-11-01
LABELS and COMMANDs removed
Martin Sustrik
2011-10-31
250bpm copyrights added
Martin Sustrik
2011-09-15
Session class separated into socket-type-specific sessions
Martin Sustrik
2011-09-01
Premature deallocation bug in XSUB fixed (issue 244)
Martin Sustrik
2011-07-15
ZMQ_IDENTITY socket option removed
Martin Sustrik
2011-06-23
Fix MSVC build
Martin Sustrik
2011-06-20
LABEL flag added to the wire format
Martin Sustrik
2011-06-13
Minor patch to fix ICC build
Martin Sustrik
2011-06-12
ZMQ_FILTER socket option added
Martin Sustrik
2011-06-11
Actual message filtering happens in XPUB socket
Martin Sustrik
2011-05-30
Patches from sub-forward branch incorporated
Martin Sustrik
2011-05-28
Subscription matching moved from XSUB to SUB socket
Martin Sustrik
2011-05-23
Move the pipe termination code to socket_base_t
Martin Sustrik
2011-05-22
Introduces bi-directional pipes
Martin Sustrik
2011-04-21
Message-related functionality factored out into msg_t class.
Martin Sustrik
2011-03-26
ZMQ_NOBLOCK renamed ZMQ_DONTWAIT
Martin Sustrik
2011-03-02
The copyrights in file headers updated.
Martin Sustrik
2011-02-26
Memory leak in PUB/XPUB sockets fixed.
Martin Sustrik
2011-01-14
XSUB socket has a subscription distributor
Martin Sustrik
2010-12-06
options.type correctly set for PUB/SUB/XPUB/XSUB
Martin Sustrik
2010-12-05
XSUB accepts (un)subscriptions in form of messages.
Martin Sustrik
2010-12-04
XPUB and XSUB socket types added.
Martin Sustrik