summaryrefslogtreecommitdiff
path: root/src/devpoll.cpp
AgeCommit message (Collapse)Author
2010-10-15Cast execute_timers() result to intMikko Koppanen
Signed-off-by: Mikko Koppanen <mkoppanen@php.net>
2010-10-14zmq::devpoll_t : correct a typo in loop()Martin Pales
A minor typo correction to resolve compilation error on Solaris. Signed-off-by: Martin Pales <m.pales@gmail.com>
2010-09-26timers properly implementedMartin Sustrik
2010-09-26common base for all pollers created; the only thing it handles at the moment ↵Martin Sustrik
is 'load'
2010-09-26new interfaces for timers; the implementation is not changed yetMartin Sustrik
2010-01-05Copyrights transferred from FastMQ to iMatixMartin Sustrik
2009-11-19uninitialised variable in devpoll_t and kqueue_tMartin Sustrik
2009-10-02poller is a concept now rather than virtualised classMartin Sustrik
2009-09-16ZMQII-1: fix for devpoll, kqueue & pollMartin Sustrik
2009-09-08Sparc solaris portmalosek
2009-08-06clean up - session/socket/engine stuff removedMartin Sustrik
2009-08-03renamed from zs to zmqMartin Sustrik
2009-07-29initial commitMartin Sustrik