summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2010-10-15Timers correctly canceled by PGM engines on shutdown.Martin Sustrik
2010-10-15ICC related qualifier fixMikko Koppanen
2010-10-14zmq::clock_t : return correct value in rdtsc() on solarisMartin Pales
2010-10-14To insert to associateive STL containers value_type used instead of make_pairMartin Sustrik
2010-10-14zmq::poller_base_t : workaround for sunstudio compiler in add_timer()Martin Pales
2010-10-14Safety measure in zmq_msg_close implementedMartin Sustrik
2010-10-14zmq::devpoll_t : correct a typo in loop()Martin Pales
2010-10-13Precise timouts in zmq_poll implementedMartin Sustrik
2010-10-13Clean-up of the code related to attaching/detaching engines to sessions.Martin Sustrik
2010-10-12Avoid duplicate creation of pipes for a single sessionMartin Sustrik
2010-10-12Drop PGM parameters to 100mb friendly range.Steven McCoy
2010-10-11Fix assertion in PGM transports on cancel_timerSteven McCoy
2010-10-11Reverting commit 1d431190f50c86f62460Martin Sustrik
2010-10-10When XREP silently drops message, it does not empty it -- fixedMartin Sustrik
2010-10-09Execute the timers before pollset initialisation.Christian Gudrian