Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-16 | Unmodularized the socket engine because its causing problems and really is ↵ | Adam | |
unnecessary | |||
2011-01-08 | Ignore EINTR error from poll() | Adam | |
2011-01-07 | Added db_mysql_live which allows Anope to pull data | Adam | |
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-27 | Made socket engine stop processing once all sockets have been checked | Adam | |
2010-12-26 | Fixed poll engine to not reorder sockets if we remove the last socket ↵ | Adam | |
because there is no need | |||
2010-12-24 | Made the default socket poller use poll() because it is supported on most ↵ | Adam | |
platforms |