Age | Commit message (Expand) | Author |
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 |
2010-08-25 | I/O object hierarchy implemented | Martin Sustrik |
2010-08-25 | WIP: Socket migration between threads, new zmq_close() semantics | Martin Sustrik |
2010-08-11 | 46 - Devices vulnerable to invalid messages | Pieter Hintjens |
2010-07-07 | issue 38 - Assertion failed: fetched (xrep.cpp:196) | Martin Hurton |
2010-04-30 | prefix in XREP recv'd message misses MORE flag | Martin Sustrik |
2010-04-27 | initial version of multi-hop REQ/REP | Martin Sustrik |
2010-03-20 | XREP-style prefixing/trimming messages removed | Martin Sustrik |
2010-03-13 | ZMQ_NOFLUSH and zmq_flush obsoleted | Martin Sustrik |
2010-03-12 | Implement flow control fox ZMQ_XREP sockets | Martin Hurton |
2010-03-12 | Implement flow control | Martin Hurton |
2010-03-11 | Restructure language bindings | Martin Lucina |
2010-02-16 | Multi-hop REQ/REP, part XI., finalise the XREQ/XREP functionality | Martin Sustrik |
2010-02-14 | Multi-hop REQ/REP, part X., optional delayed creation of pipes during connect | 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-15 | zmq_encoder/decoder are able to add/trim prefixes from messages; fair queuein... | Martin Sustrik |
2009-12-13 | zmq_streamer & zmq_queue are built under MSVC | unknown |
2009-12-13 | XREP & XREQ socket types added; zmq_queue device added | Martin Sustrik |