Age | Commit message (Expand) | Author |
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 | Invalid iterator not used | Martin Sustrik |
2012-02-16 | ZeroMQ renamed to Crossroads | Martin Sustrik |
2012-02-16 | Socket ID added | Martin Sustrik |
2011-12-17 | Fix polling on XREP socket | Martin Sustrik |
2011-11-15 | Bug in XREP and XREQ fixed (issue 280) | Martin Sustrik |
2011-11-13 | Couple of bugs in XREP handling of identities fixed. | Martin Sustrik |
2011-11-04 | Identities re-introduced | 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-10-31 | Revert the early dropping of request and replies for disconnected clients | Martin Sustrik |
2011-09-28 | Assert fixed in XREP & ROUTER when sending to terminating pipe (issue 258) | Martin Sustrik |
2011-09-15 | Session class separated into socket-type-specific sessions | Martin Sustrik |
2011-09-03 | Improve error reporting in a minor way | Martin Sustrik |
2011-07-15 | ZMQ_IDENTITY socket option removed | Martin Sustrik |
2011-07-09 | Drop outbound messages in XREP socket when SNDHWM is reached | Martin Sustrik |
2011-06-23 | Fix MSVC build | Martin Sustrik |
2011-06-23 | Outstanding requests dropped when requester dies (issue 190) | Martin Sustrik |
2011-06-22 | O(1) fair-queueing in XREP implemented | Martin Sustrik |
2011-06-22 | New wire format for REQ/REP pattern | Martin Sustrik |
2011-06-20 | LABEL flag added to the wire format | 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-05-15 | Fixes warning when compiling with MSVC on Win64 | Martin Sustrik |
2011-05-08 | Fixed REP assert on missing envelope | Pieter Hintjens |
2011-05-06 | urrent pipe pointer in XREP out of range -- fixed. | Martin Sustrik |
2011-05-04 | Accessing an iterator after it is accessed is not valid. | Tore Halvorsen |
2011-05-02 | Current inpipe remains unchaged in XREP when other pipe terminates | Martin Sustrik |
2011-04-21 | Message-related functionality factored out into msg_t class. | Martin Sustrik |
2011-04-19 | Message validity is checked in the runtime | Martin Sustrik |
2011-03-16 | reset socket state when identity message cannot be written to xrep | Jon Dyte |
2011-03-03 | Bug caused by interaction of REQ/REP routing and HWM fixed. | Martin Sustrik |
2011-03-02 | The copyrights in file headers updated. | Martin Sustrik |
2011-01-18 | Fix cppcheck warnings: Prefer prefix ++/-- operators for non-primitive types. | Martin Sustrik |
2010-11-05 | slots renamed to tids | Martin Sustrik |
2010-10-30 | Name of "GNU Lesser Public License" corrected. | Martin Sustrik |
2010-10-16 | ZMQ_LINGER socket option added. | Martin Sustrik |
2010-10-14 | To insert to associateive STL containers value_type used instead of make_pair | Martin Sustrik |
2010-10-11 | Reverting commit 1d431190f50c86f62460 | Martin Sustrik |
2010-10-10 | When XREP silently drops message, it does not empty it -- fixed | Martin Sustrik |
2010-10-08 | Clean-up of session termination process | Martin Sustrik |
2010-10-02 | make sure that reader does not terminate in the middle of a multipart message | Nir Soffer |
2010-10-01 | assert when xrep socket gets reconnected in the middle of the shutdown -- fixed | Martin Sustrik |
2010-09-30 | Merge branch 'maint' | Martin Sustrik |
2010-09-30 | zmq_msg_move called on uninitialised message in xrep_t::xrecv -- fixed | Max Wolf |
2010-09-30 | fix in XREP's fair queueing mechanism | Martin Sustrik |
2010-09-28 | ZMQ_TYPE socket option added | Gonzalo Diethelm |