summaryrefslogtreecommitdiff
path: root/src/options.hpp
AgeCommit message (Expand)Author
2012-03-13Type of XS_MAXMSGSIZE changed to uint64_tMartin Sustrik
2012-02-16Full name of the project used in license headersMartin Sustrik
2012-02-16ZeroMQ renamed to CrossroadsMartin Sustrik
2012-02-16Socket ID addedMartin Sustrik
2011-11-04Identities re-introducedMartin Sustrik
2011-11-02ZMQ_IDENTITY option re-introducedMartin Sustrik
2011-11-01Copyright dates adjusted to reflect realityMartin Sustrik
2011-10-31250bpm copyrights addedMartin Sustrik
2011-08-08ZMQ_IPV4ONLY option addedSteven McCoy
2011-07-15ZMQ_IDENTITY socket option removedMartin Sustrik
2011-07-15non-immediate_connect functionality removedMartin Sustrik
2011-07-11ZMQ_FILTER option removedMartin Sustrik
2011-06-23Outstanding requests dropped when requester dies (issue 190)Martin Sustrik
2011-06-17Add sockopt ZMQ_RCVTIMEO/ZMQ_SNDTIMEO.Fabien Ninoles
2011-06-12ZMQ_FILTER socket option addedMartin Sustrik
2011-05-22Introduces bi-directional pipesMartin Sustrik
2011-05-15ZMQ_MULTICAST_HOPS socket option addedMartin Sustrik
2011-03-24ZMQ_HWM split into ZMQ_SNDHWM and ZMQ_RCVHWMMartin Sustrik
2011-03-24ZMQ_HWM type changed to intMartin Sustrik
2011-03-24ZMQ_RATE and ZMQ_RECOVERY_IVL types cahnged to intMartin Sustrik
2011-03-24ZMQ_SNDBUF and ZMQ_RCVBUF type changed to intMartin Sustrik
2011-03-24ZMQ_RECOVERY_IVL and ZMQ_RECOVERY_IVL_MSEC reconciledMartin Sustrik
2011-03-24SWAP functionality removedMartin Sustrik
2011-03-23ZMQ_MCAST_LOOP removedMartin Sustrik
2011-03-02The copyrights in file headers updated.Martin Sustrik
2011-03-02ZMQ_MAXMSGSIZE option addedMartin Sustrik
2011-01-26ZMQ_RECONNECT_IVL_MAX socket option addedThijs Terlouw
2010-12-09Added Recovery Interval in MillisecondsBob Beaty
2010-10-30Name of "GNU Lesser Public License" corrected.Martin Sustrik
2010-10-17ZMQ_BACKLOG socket option added.Martin Sustrik
2010-10-17ZMQ_RECONNECT_IVL socket options added.Martin Sustrik
2010-10-16ZMQ_LINGER socket option added.Martin Sustrik
2010-09-28ZMQ_TYPE socket option addedGonzalo Diethelm
2010-05-25LWM is computed rather than explicitly specified by userMartin Sustrik
2010-04-09zmq_getsockopt function addedMartin Sustrik
2010-03-20XREP-style prefixing/trimming messages removedMartin Sustrik
2010-03-12Implement flow controlMartin Hurton
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-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-10ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (POSIX)Martin Sustrik
2009-09-21different fixes to req/repMartin Sustrik
2009-09-21initial version of req/rep socketsMartin Sustrik
2009-09-16added OpenPGM receiver - ZMQ_SUBmalosek
2009-09-14java binding sets socket options using setsockopt functionMartin Sustrik
2009-09-11added OpenPGM sender - ZMQ_PUBmalosek
2009-09-07initial changes for win portunknown
2009-08-12listener/connecter/init/session addedMartin Sustrik