Age | Commit message (Expand) | Author |
2011-07-26 | TCP transport classes simplified | Martin Sustrik |
2011-07-24 | Session classes merged into a single class | Martin Sustrik |
2011-07-21 | ZMQ_GENERIC renamed to ZMQ_ROUTER | Martin Sustrik |
2011-07-17 | GENERIC socket type and COMMAND flag added | Martin Sustrik |
2011-07-15 | ZMQ_IDENTITY socket option removed | Martin Sustrik |
2011-07-15 | non-immediate_connect functionality removed | Martin Sustrik |
2011-07-15 | ROUTER and DEALER sockets removed | 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 | New wire format for REQ/REP pattern | Martin Sustrik |
2011-06-20 | Introduce ZMQ_ROUTER and ZMQ_DEALER sockets | Martin Sustrik |
2011-06-20 | LABEL flag added to the wire format | Martin Sustrik |
2011-06-20 | Fix minor warning in MSVC build | Martin Sustrik |
2011-06-17 | Add sockopt ZMQ_RCVTIMEO/ZMQ_SNDTIMEO. | Fabien Ninoles |
2011-05-31 | Session termination induced by socket fixed | Martin Sustrik |
2011-05-30 | Patches from sub-forward branch incorporated | Martin Sustrik |
2011-05-25 | All pipe termination code moved to pipe_t | 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-29 | Substantial simplification of uuid_t | 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-04-09 | Run-time checking for context & socket validity added | Martin Sustrik |
2011-03-26 | ZMQ_NOBLOCK renamed ZMQ_DONTWAIT | 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_EVENTS type changed to int | Martin Sustrik |
2011-03-24 | ZMQ_RCVMORE type changed to int | Martin Sustrik |
2011-03-24 | SWAP functionality removed | Martin Sustrik |
2011-03-16 | Duplicate identities now checked with zmq_connect | Martin Sustrik |
2011-03-02 | The copyrights in file headers updated. | Martin Sustrik |
2011-03-01 | Explicit identities bug in inproc transport fixed. | Martin Sustrik |
2011-02-25 | Socket with no owner objects is deallocated immediately | Martin Sustrik |
2011-02-22 | Added explicit error message in case of memory exhaustion | Martin Sustrik |
2011-02-09 | Reaper thread waits for commands rather them retrieving them periodically | Martin Sustrik |
2011-02-09 | Initial implementation of reaper thread. | Martin Sustrik |
2011-01-28 | Fixed the problem of subscription forwarding and PGM interaction | Martin Sustrik |
2011-01-10 | Size of inproc hwm and swap is sum of peers' hwms and swaps | Martin Sustrik |
2011-01-05 | Return ETERM from getsockopt(ZMQ_EVETS) if zmq_term() was called | Martin Sustrik |
2010-12-13 | add basic uri validations | Dhammika Pathirana |
2010-12-04 | XPUB and XSUB socket types added. | Martin Sustrik |
2010-11-12 | Merge branch 'maint' | Martin Sustrik |
2010-11-12 | Fix socket_t::recv() hang scenario where initial call to process_commands() e... | Marc Rossi |
2010-11-05 | signaler renamed to mailbox | 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-09-26 | clock_t class added | Martin Sustrik |
2010-09-26 | Merge branch 'maint' | Martin Sustrik |