Age | Commit message (Expand) | Author |
2012-03-28 | XS_KEEPALIVE options added | Martin Sustrik |
2012-03-13 | Type of XS_MAXMSGSIZE changed to uint64_t | Martin Sustrik |
2012-02-16 | Full name of the project used in license headers | Martin Sustrik |
2012-02-16 | ZeroMQ renamed to Crossroads | Martin Sustrik |
2012-02-16 | Socket ID added | Martin Sustrik |
2011-11-04 | Identities re-introduced | Martin Sustrik |
2011-11-02 | ZMQ_IDENTITY option re-introduced | Martin Sustrik |
2011-11-01 | Copyright dates adjusted to reflect reality | Martin Sustrik |
2011-10-31 | 250bpm copyrights added | Martin Sustrik |
2011-10-06 | Default HWMs are set to 1000 | Martin Sustrik |
2011-08-08 | ZMQ_IPV4ONLY option added | Steven McCoy |
2011-07-15 | ZMQ_IDENTITY socket option removed | Martin Sustrik |
2011-07-15 | non-immediate_connect functionality removed | Martin Sustrik |
2011-07-11 | ZMQ_FILTER option removed | Martin Sustrik |
2011-06-23 | Outstanding requests dropped when requester dies (issue 190) | Martin Sustrik |
2011-06-17 | Add sockopt ZMQ_RCVTIMEO/ZMQ_SNDTIMEO. | Fabien Ninoles |
2011-06-12 | ZMQ_FILTER socket option added | Martin Sustrik |
2011-05-22 | Introduces bi-directional pipes | Martin Sustrik |
2011-05-15 | ZMQ_MULTICAST_HOPS socket option added | Martin Sustrik |
2011-04-21 | Message-related functionality factored out into msg_t class. | Martin Sustrik |
2011-03-24 | ZMQ_HWM split into ZMQ_SNDHWM and ZMQ_RCVHWM | Martin Sustrik |
2011-03-24 | ZMQ_HWM type changed to int | Martin Sustrik |
2011-03-24 | ZMQ_RATE and ZMQ_RECOVERY_IVL types cahnged to int | Martin Sustrik |
2011-03-24 | ZMQ_SNDBUF and ZMQ_RCVBUF type changed to int | Martin Sustrik |
2011-03-24 | ZMQ_RECOVERY_IVL and ZMQ_RECOVERY_IVL_MSEC reconciled | Martin Sustrik |
2011-03-24 | SWAP functionality removed | Martin Sustrik |
2011-03-23 | ZMQ_MCAST_LOOP removed | Martin Sustrik |
2011-03-02 | The copyrights in file headers updated. | Martin Sustrik |
2011-03-02 | ZMQ_MAXMSGSIZE option added | Martin Sustrik |
2011-01-26 | ZMQ_RECONNECT_IVL_MAX socket option added | Thijs Terlouw |
2010-12-09 | Added Recovery Interval in Milliseconds | Bob Beaty |
2010-10-30 | Name of "GNU Lesser Public License" corrected. | Martin Sustrik |
2010-10-17 | ZMQ_BACKLOG socket option added. | Martin Sustrik |
2010-10-17 | ZMQ_RECONNECT_IVL socket options added. | Martin Sustrik |
2010-10-16 | ZMQ_LINGER socket option added. | Martin Sustrik |
2010-09-28 | ZMQ_TYPE socket option added | Gonzalo Diethelm |
2010-09-15 | values of RATE, RECOVERY_IVL and SWAP options are checked for negative values | Martin Sustrik |
2010-05-25 | LWM is computed rather than explicitly specified by user | Martin Sustrik |
2010-04-09 | zmq_getsockopt function added | Martin Sustrik |
2010-03-20 | XREP-style prefixing/trimming messages removed | Martin Sustrik |
2010-03-12 | Implement flow control | Martin Hurton |
2010-03-11 | Restructure language bindings | Martin Lucina |
2010-02-19 | Multi-hop REQ/REP, part XII., generate unique identities for anonymous connec... | Martin Sustrik |
2010-02-14 | Multi-hop REQ/REP, part X., optional delayed creation of pipes during connect | Martin Sustrik |
2010-02-13 | Multi-hop REQ/REP, part IX., pass the peer identity as far as socket_base_t | Martin Sustrik |
2010-02-12 | Multi-hop REQ/REP, part III., change 'type' in options to simple 'traceroute'... | Martin Sustrik |
2010-02-12 | Multi-hop REQ/REP, part I., socket type is known to all associated objects | Martin Sustrik |
2010-01-05 | Copyrights transferred from FastMQ to iMatix | Martin Sustrik |
2009-12-10 | ZMQII-27: Allow setting SNDBUF and RCVBUF size from 0MQ API (POSIX) | Martin Sustrik |
2009-09-23 | ZMQII-14: Change default for ZMQ_MCAST_LOOP to true | malosek |