summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2010-10-26Build with MSVC2005 fixedMartin Sustrik
2010-10-23handle decoding malformed messagesDhammika Pathirana
2010-10-23Changes for MSVC OpenPGM build.Steven McCoy
2010-10-23Merge branch 'maint'Martin Sustrik
2010-10-23SunStudio fixed.Martin Sustrik
2010-10-18Minor comment improvement.Martin Sustrik
2010-10-17ZMQ_BACKLOG socket option added.Martin Sustrik
2010-10-17ZMQ_RECONNECT_IVL socket options added.Martin Sustrik
2010-10-16Couple of bugs in zmq_poll fixed.Martin Sustrik
2010-10-16Implementation of zmq_strerror moved from zmq.cpp to err.cppMartin Sustrik
2010-10-16Bug in low precision clock fixed.Martin Sustrik
2010-10-16ZMQ_LINGER socket option added.Martin Sustrik
2010-10-16Cancel tx_timer_id in pgm_sender_t::out_event().Toralf Wittner
2010-10-16Minor code clean-up to keep clang compiler happy.Martin Sustrik
2010-10-16Obsolete compile-time option removed.Martin Sustrik
2010-10-15Merge branch 'maint'Martin Sustrik
2010-10-15Fix memory leak under WindowsTaras Shpot
2010-10-15Minor fix in devpoll.hppMartin Sustrik
2010-10-15Destructor of poller_base_t made virtual.Martin Sustrik
2010-10-15Cast execute_timers() result to intMikko Koppanen