summaryrefslogtreecommitdiff
path: root/modules/socketengines/m_socketengine_poll.cpp
AgeCommit message (Collapse)Author
2011-01-08Ignore EINTR error from poll()Adam
2011-01-07Added db_mysql_live which allows Anope to pull dataAdam
from the four main SQL tables in realtime, which effectively gives us "live" SQL. Changed eventfd pipe engine to not use buffered write. Added TryLock to threading engines. Made blocking SQL queries in our SQL API thread-safe.
2010-12-27Made socket engine stop processing once all sockets have been checkedAdam
2010-12-26Fixed poll engine to not reorder sockets if we remove the last socket ↵Adam
because there is no need
2010-12-24Made the default socket poller use poll() because it is supported on most ↵Adam
platforms