summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-26TCP transport classes simplifiedMartin Sustrik
2011-07-24PGM subscription forwarding fixedMartin Sustrik
2011-07-24Session classes merged into a single classMartin Sustrik
2011-07-24Only one polling mechanism is compiledMartin Sustrik
2011-07-24Obsolete include in ctx.hpp removedMartin Sustrik
2011-07-24semaphore_t class removedMartin Sustrik
2011-07-24Remove blob_t classMartin Sustrik
2011-07-22MSVC build brought up to dateMartin Sustrik
2011-07-21mailbox::recv correctly passes EINTR to the callerMartin Sustrik
2011-07-21ECANTROUTE error documented in zmq_sendmsg(3)Martin Sustrik
2011-07-21ROUTER socket blocks on SNDHWMMartin Sustrik
2011-07-21ROUTER socket reports error when message cannot be routedMartin Sustrik
2011-07-21ZMQ_GENERIC renamed to ZMQ_ROUTERMartin Sustrik
2011-07-21endmsg(3) and zmq_recvmsg(3) added to RPM spec fileMartin Sustrik
2011-07-18Fixed email addresses in the MAITAINERS fileMartin Sustrik
2011-07-18Fixed issue 230Pieter Hintjens
2011-07-18Includes in zmq.cpp cleaned-upMartin Sustrik
2011-07-18Fix pollin on Cygwin.Steven McCoy
2011-07-18Reference to C++ binding removed from zmq(7)Martin Sustrik
2011-07-18Martin Lucina remove from MAINTAINERS fileMartin Sustrik
2011-07-18Signaler timeout bug on Windows fixedMartin Sustrik
2011-07-18ZMQ_IDENTITY option removed from the documentationMartin Sustrik
2011-07-18Missing files for GENERIC socket implementation addedMartin Sustrik
2011-07-17GENERIC socket type and COMMAND flag addedMartin Sustrik
2011-07-15ZMQ_IDENTITY socket option removedMartin Sustrik
2011-07-15non-immediate_connect functionality removedMartin Sustrik
2011-07-15Debian packaging removedMartin Sustrik
2011-07-15ROUTER and DEALER sockets removedMartin Sustrik
2011-07-15Version number bumped to 4.0.0Martin Sustrik
2011-07-12Bug with setting options on SUB socket fixedMartin Sustrik
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