summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-11zmq_bind(3) and zmq_connect(3) describe EINVAL errorMartin Sustrik
2011-07-11Subscription forwarding test addedMartin Sustrik
2011-07-11REQ/REP drop test extendedMartin Sustrik
2011-07-11PGM transport reconciled with subscription forwardingMartin Sustrik
2011-07-11ZMQ_FILTER option removedMartin Sustrik
2011-07-11Man pages for send & recv function brought up to dateMartin 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-04License text in autogen.sh fixedMartin Sustrik
2011-07-03Build system checks for presence of eventfd.h headerMartin 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-03Inproc tests need no I/O threadsMartin 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-28Packaging for MSVC build fixedMartin Sustrik
2011-06-27Rename i_inout to i_engine_sinkMartin Sustrik
2011-06-26Typo in zmq_msg_size(3) fixedCarl Clemens
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-20Fix errors in zmq_getsockopt(3) manpageMartin Sustrik
2011-06-20LABEL flag added to the wire formatMartin Sustrik
2011-06-20Basic tests now test multi-part messages instead of single-partMartin 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-20Disable timeo test on MinGWMartin Sustrik
2011-06-19Mailbox timeouts fixed on WindowsMartin Sustrik
2011-06-19Documentation for XPUB and XSUB socket addedMartin 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-19Throughput tests fixed.Martin 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-13mtrie.cpp added to MSVC buildMartin Sustrik
2011-06-13Reverting previous commit that broke MSVC2010 buildMartin Sustrik
2011-06-12Fix scope on Windows includes.Steven McCoy