summaryrefslogtreecommitdiff
path: root/ae.c
Commit message (Expand)AuthorAgeFilesLines
* A problem with replication with multiple slaves connectiong to a single maste...antirez2010-02-191-1/+1
* loading side of the threaded VMantirez2010-01-281-1/+9
* ae.c event loop does no longer support exception notifications, as they are f...antirez2010-01-201-10/+8
* ifdefs added to use kevent on Free Open and Net BSD as well. INFO and ae.c mo...antirez2009-11-281-2/+5
* Added support for kqueue.Harish Mallipeddi2009-11-281-1/+5
* ae.c now supports multiple polling API modules, even if only ae_select.c is i...antirez2009-11-231-81/+69
* ae.c initial refactoring for epoll implementationantirez2009-11-231-38/+59
* first commitantirez2009-03-221-0/+368