Age | Commit message (Expand) | Author |
2011-07-03 | Race condition in eventfd signaler fixed | Martin Sustrik |
2011-07-03 | eventfd implementation of the signaler | Martin Sustrik |
2011-07-03 | Fix MSVC build | Martin Sustrik |
2011-07-03 | Command are now stored in ypipes instead of in socketpairs | Martin Sustrik |
2011-06-30 | Testing for errors from pthread_* functions fixed | Martin Sustrik |
2011-06-29 | Use strrchr to ensure we split off the last colon for the service port | Andrew Thompson |
2011-06-27 | Rename i_inout to i_engine_sink | 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-21 | Unspecified error code from mailbox_t::recv on Win32 fixed | 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 | Bug fixed in pipe termination | Martin Sustrik |
2011-06-20 | Optimise block/non-block switching in mailbox_t | Fabien Ninoles |
2011-06-20 | Fix minor warning in MSVC build | Martin Sustrik |
2011-06-19 | Mailbox timeouts fixed on Windows | Martin Sustrik |
2011-06-19 | Session termination error fixed | Martin Sustrik |
2011-06-19 | Race condition in pipe_t fixed. | Martin Sustrik |
2011-06-19 | ENETDOWN is a legal error from TCP connect | Martin Sustrik |
2011-06-19 | Merge branch 'master' of github.com:zeromq/libzmq | Martin Sustrik |
2011-06-18 | Refactor Windows versioning and WinSock usage.Signed-off-by: Steven McCoy <st... | Steven McCoy |
2011-06-18 | Minor MSVC warning fixed | Martin Sustrik |
2011-06-17 | Add sockopt ZMQ_RCVTIMEO/ZMQ_SNDTIMEO. | Fabien Ninoles |
2011-06-14 | ENETUNREACH is a valid error from connect | Martin Sustrik |
2011-06-13 | Minor patch to fix ICC build | Martin Sustrik |
2011-06-13 | Reverting previous commit that broke MSVC2010 build | Martin Sustrik |
2011-06-12 | Fix scope on Windows includes. | Steven McCoy |
2011-06-12 | ZMQ_FILTER socket option added | Martin Sustrik |
2011-06-12 | Publisher-side filtering for multi-part messages fixed | Martin Sustrik |
2011-06-11 | Actual message filtering happens in XPUB socket | Martin Sustrik |
2011-06-01 | Minor code beautification for mtrie_t | Martin Sustrik |
2011-05-31 | Subscriptions are processed immediately in XPUB socket | Martin Sustrik |
2011-05-31 | Session termination induced by socket fixed | Martin Sustrik |
2011-05-30 | Patches from sub-forward branch incorporated | Martin Sustrik |
2011-05-28 | Subscription matching moved from XSUB to SUB socket | Martin Sustrik |
2011-05-26 | Pending messages are delivered even if connection doesn't exist yet | Martin Sustrik |
2011-05-25 | All pipe termination code moved to pipe_t | Martin Sustrik |
2011-05-23 | Add multi-array support to array_item_t. | Fabien Ninoles |
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-17 | Couple of minor issues in MSVC build fixed | Martin Sustrik |
2011-05-17 | Better handling of memory error in resolve_ip_hostname | Paul Colomiets |
2011-05-17 | zmq_msg_init_data returns ERRNO instead aborting | Paul Colomiets |
2011-05-16 | Duplicate initialisation of PGM_MULTICAST_HOPS removed | Martin Sustrik |
2011-05-15 | ZMQ_MULTICAST_HOPS socket option added | Martin Sustrik |
2011-05-15 | Fixes warning when compiling with MSVC on Win64 | Martin Sustrik |
2011-05-08 | Async connect doesn't fail on EWSANETDOWN | Martin Sustrik |
2011-05-08 | Fixed REP assert on missing envelope | Pieter Hintjens |