summaryrefslogtreecommitdiff
path: root/src/poller_base.cpp
AgeCommit message (Expand)Author
2012-02-16poller_base_t renamed to io_thread_tMartin Sustrik
2012-02-16io_thread_t merged with poller_base_tMartin Sustrik
2012-02-16Intercept start() and stop() calls in poller_base_tMartin Sustrik
2012-02-16Timers identified by dynamically generated handlesMartin Sustrik
2012-02-16cancel_timer function renamed to rm_timerMartin Sustrik
2012-02-16i_poll_events interface moved to poller_base.hppMartin Sustrik
2012-02-16poller_base_t is used instead of poller_tMartin Sustrik
2012-02-16ZeroMQ renamed to CrossroadsMartin Sustrik
2011-11-01Copyright dates adjusted to reflect realityMartin Sustrik
2011-10-31250bpm copyrights addedMartin Sustrik
2011-03-02The copyrights in file headers updated.Martin Sustrik
2011-01-18Fix cppcheck warnings: Prefer prefix ++/-- operators for non-primitive types.Martin Sustrik
2010-10-30Name of "GNU Lesser Public License" corrected.Martin Sustrik
2010-10-14zmq::poller_base_t : workaround for sunstudio compiler in add_timer()Martin Pales
2010-09-27latency optimisation for the case where there are no timersMartin Sustrik
2010-09-26timers properly implementedMartin Sustrik
2010-09-26common base for all pollers created; the only thing it handles at the moment ...Martin Sustrik