summaryrefslogtreecommitdiff
path: root/ae_epoll.c
Commit message (Expand)AuthorAgeFilesLines
* A problem with replication with multiple slaves connectiong to a single maste...antirez2010-02-191-1/+1
* ae.c event loop does no longer support exception notifications, as they are f...antirez2010-01-201-3/+0
* Fixed a lame epoll issueantirez2009-12-161-0/+3
* ifdefs added to use kevent on Free Open and Net BSD as well. INFO and ae.c mo...antirez2009-11-281-0/+4
* minor fix to avoid a false valgrind warning.antirez2009-11-241-0/+2
* epoll module for ae.c implemented. Some more testing neededantirez2009-11-231-0/+85