summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-07-11PGM transport reconciled with subscription forwardingMartin Sustrik
2011-07-11ZMQ_FILTER option removedMartin Sustrik
2011-07-11Experimental code from zmq_init_t removed.Martin Sustrik
2011-07-09Drop outbound messages in XREP socket when SNDHWM is reachedMartin Sustrik
2011-07-08VSM data are aligned to 32/64 bit boundaryMartin Sustrik
2011-07-03Merge branch 'master' of github.com:zeromq/libzmqMartin Sustrik
2011-07-03Race condition in eventfd signaler fixedMartin Sustrik
2011-07-03eventfd implementation of the signalerMartin Sustrik
2011-07-03Fix MSVC buildMartin Sustrik
2011-07-03Command are now stored in ypipes instead of in socketpairsMartin Sustrik
2011-06-30Testing for errors from pthread_* functions fixedMartin Sustrik
2011-06-29Use strrchr to ensure we split off the last colon for the service portAndrew Thompson
2011-06-27Rename i_inout to i_engine_sinkMartin Sustrik
2011-06-23Fix MSVC buildMartin Sustrik
2011-06-23Outstanding requests dropped when requester dies (issue 190)Martin Sustrik
2011-06-22O(1) fair-queueing in XREP implementedMartin Sustrik
2011-06-22New wire format for REQ/REP patternMartin Sustrik
2011-06-21Unspecified error code from mailbox_t::recv on Win32 fixedMartin Sustrik
2011-06-20Introduce ZMQ_ROUTER and ZMQ_DEALER socketsMartin Sustrik
2011-06-20LABEL flag added to the wire formatMartin Sustrik
2011-06-20Bug fixed in pipe terminationMartin Sustrik
2011-06-20Optimise block/non-block switching in mailbox_tFabien Ninoles
2011-06-20Fix minor warning in MSVC buildMartin Sustrik
2011-06-19Mailbox timeouts fixed on WindowsMartin Sustrik
2011-06-19Session termination error fixedMartin Sustrik
2011-06-19Race condition in pipe_t fixed.Martin Sustrik
2011-06-19ENETDOWN is a legal error from TCP connectMartin Sustrik
2011-06-19Merge branch 'master' of github.com:zeromq/libzmqMartin Sustrik
2011-06-18Refactor Windows versioning and WinSock usage.Signed-off-by: Steven McCoy <st...Steven McCoy
2011-06-18Minor MSVC warning fixedMartin Sustrik
2011-06-17Add sockopt ZMQ_RCVTIMEO/ZMQ_SNDTIMEO.Fabien Ninoles
2011-06-14ENETUNREACH is a valid error from connectMartin Sustrik
2011-06-13Minor patch to fix ICC buildMartin Sustrik
2011-06-13Reverting previous commit that broke MSVC2010 buildMartin Sustrik
2011-06-12Fix scope on Windows includes.Steven McCoy
2011-06-12ZMQ_FILTER socket option addedMartin Sustrik
2011-06-12Publisher-side filtering for multi-part messages fixedMartin Sustrik
2011-06-11Actual message filtering happens in XPUB socketMartin Sustrik
2011-06-01Minor code beautification for mtrie_tMartin Sustrik
2011-05-31Subscriptions are processed immediately in XPUB socketMartin Sustrik
2011-05-31Session termination induced by socket fixedMartin Sustrik
2011-05-30Patches from sub-forward branch incorporatedMartin Sustrik
2011-05-28Subscription matching moved from XSUB to SUB socketMartin Sustrik
2011-05-26Pending messages are delivered even if connection doesn't exist yetMartin Sustrik
2011-05-25All pipe termination code moved to pipe_tMartin Sustrik
2011-05-23Add multi-array support to array_item_t.Fabien Ninoles
2011-05-23Move the pipe termination code to socket_base_tMartin Sustrik
2011-05-22Introduces bi-directional pipesMartin Sustrik
2011-05-17Couple of minor issues in MSVC build fixedMartin Sustrik
2011-05-17Better handling of memory error in resolve_ip_hostnamePaul Colomiets