summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-01-14Fair queueing of subscriptions added to XPUB socketMartin Sustrik
2011-01-14XSUB socket has a subscription distributorMartin Sustrik
2011-01-14'message distribution mechanism' separated from XPUB socketMartin Sustrik
2011-01-13Make cppcheck not complain about "'operator=' should return something"Martin Sustrik
2011-01-12Support dynamic generation of C preprocessor definitions for PGM rather than ...Neale Ferguson
2011-01-10Size of inproc hwm and swap is sum of peers' hwms and swapsMartin Sustrik
2011-01-07Fix pipe writer terminationDhammika Pathirana
2011-01-07Disable sending messages on SUB socketMartin Sustrik
2011-01-05Return ETERM from getsockopt(ZMQ_EVETS) if zmq_term() was calledMartin Sustrik
2011-01-03sunos/gcc3 compilation issue fixedMartin Sustrik
2010-12-20Yet one more fix for oversized messages.Martin Sustrik
2010-12-20Fix the segfault when over-sized message is rejected.Martin Sustrik
2010-12-17unplugged engine tries to manipulate the pollset -- fixedMartin Sustrik
2010-12-17fix race condition in session initDhammika Pathirana
2010-12-15Fixes assertion on pipe.cpp:237 when swap fills up.Mikko Koppanen
2010-12-15Remove assertions from devicesMikko Koppanen
2010-12-13add basic uri validationsDhammika Pathirana
2010-12-13fix overwriting errno on bind failureDhammika Pathirana
2010-12-09Added Recovery Interval in MillisecondsBob Beaty
2010-12-06All devices conflated into a single implementation.Martin Sustrik
2010-12-06options.type correctly set for PUB/SUB/XPUB/XSUBMartin Sustrik
2010-12-05XSUB accepts (un)subscriptions in form of messages.Martin Sustrik
2010-12-04XPUB and XSUB socket types added.Martin Sustrik
2010-12-01Merge branch 'maint'Martin Sustrik
2010-12-01Remove unnecessary cast in kevent_deleteMartin Lucina
2010-11-29Fix thread thunker scope for MSVC.Steven McCoy
2010-11-27Functions passed to pthread_create are declared as extern "C"Martin Sustrik
2010-11-25Control symbol exports using -fvisibilityMartin Lucina
2010-11-25Typo fixed in a comment.Martin Sustrik
2010-11-19Problem with blob_t initialisation fixed.Martin Sustrik
2010-11-17Remove unnecessary conditionalMikko Koppanen
2010-11-15Build refactoringMikko Koppanen
2010-11-13Merge branch 'maint'Martin Sustrik
2010-11-13Couple of patches for AIX buildMartin Sustrik
2010-11-12Fix a bug that zmq_poll's select backend spins when timeout=-1, due toChia-liang Kao
2010-11-12Merge branch 'maint'Martin Sustrik
2010-11-12Fix socket_t::recv() hang scenario where initial call to process_commands() e...Marc Rossi
2010-11-06Coding style cleanup in mailbox.cppMartin Sustrik
2010-11-05signaler renamed to mailboxMartin Sustrik
2010-11-05slots renamed to tidsMartin Sustrik
2010-11-04Automatically resize signalling socket buffer if fullMartin Lucina
2010-11-04Previous FD_STSIZE patch reverted.Martin Sustrik
2010-11-04FD_SETSIZE for internal polling defaults to 1024Martin Sustrik
2010-11-04minor typo fixedMartin Sustrik
2010-11-02HP-UX has no OPEN_MAX definedMartin Sustrik
2010-11-01select now uses Erase-Remove idiom for retired fdsMikael Helbo Kjaer
2010-10-30Coding style fixed for pgm_socketMartin Sustrik
2010-10-30Name of "GNU Lesser Public License" corrected.Martin Sustrik
2010-10-27fix typo, destroy new engineDhammika Pathirana
2010-10-26drop connection requests with duplicate peer identityDhammika Pathirana