summaryrefslogtreecommitdiff
path: root/src/select.cpp
AgeCommit message (Expand)Author
2012-05-02Conditionally include header files required by select() and poll()Gabriele Svelto
2012-04-21Select polling mechanisms at one placeMartin Sustrik
2012-04-15thread_t rewritten in C styleMartin Sustrik
2012-02-16Full name of the project used in license headersMartin Sustrik
2012-02-16poller_base_t renamed to io_thread_tMartin Sustrik
2012-02-16Polling mechnisms updated to cope with io_thread_t removalMartin Sustrik
2012-02-16Intercept start() and stop() calls in poller_base_tMartin Sustrik
2012-02-16i_poll_events interface moved to poller_base.hppMartin Sustrik
2012-02-16Simplify mechanism for choosing polling mechanismMartin Sustrik
2012-02-16Polling handle is a fixed type now.Martin Sustrik
2012-02-16File descriptor passed to in_event and out_eventMartin Sustrik
2012-02-16ZeroMQ renamed to CrossroadsMartin Sustrik
2011-11-01Copyright dates adjusted to reflect realityMartin Sustrik
2011-10-31250bpm copyrights addedMartin Sustrik
2011-07-24Only one polling mechanism is compiledMartin Sustrik
2011-06-18Refactor Windows versioning and WinSock usage.Signed-off-by: Steven McCoy <st...Steven McCoy
2011-06-13Reverting previous commit that broke MSVC2010 buildMartin Sustrik
2011-06-12Fix scope on Windows includes.Steven McCoy
2011-05-15Fixes warning when compiling with MSVC on Win64Martin 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-11-04Previous FD_STSIZE patch reverted.Martin Sustrik
2010-11-04FD_SETSIZE for internal polling defaults to 1024Martin Sustrik
2010-11-01select now uses Erase-Remove idiom for retired fdsMikael Helbo Kjaer
2010-10-30Name of "GNU Lesser Public License" corrected.Martin Sustrik
2010-10-15Cast execute_timers() result to intMikko Koppanen
2010-10-09Execute the timers before pollset initialisation.Christian Gudrian
2010-09-27MSVC build fixedMartin 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
2010-09-26new interfaces for timers; the implementation is not changed yetMartin Sustrik
2010-09-04zmq::select_t, zmq_poll(): assert if FD_SETSIZE reachedMartin Lucina
2010-09-01Erasure of retired fd's in select.cpp causes an assertion in MSVC 2008 STLMikael Helbo Kjær
2010-01-05Copyrights transferred from FastMQ to iMatixMartin Sustrik
2009-10-02poller is a concept now rather than virtualised classMartin Sustrik
2009-09-14ZMQII-1: Win32 - failure on shutdownMartin Sustrik
2009-08-06clean up - session/socket/engine stuff removedMartin Sustrik
2009-08-03renamed from zs to zmqMartin Sustrik
2009-07-29initial commitMartin Sustrik