summaryrefslogtreecommitdiff
path: root/config.h
Commit message (Expand)AuthorAgeFilesLines
* enable kqueue/kevent only for Mac OS X 10.6.x as it seems that 10.5.x has a b...antirez2009-11-281-1/+1
* ifdefs added to use kevent on Free Open and Net BSD as well. INFO and ae.c mo...antirez2009-11-281-1/+1
* Added support for kqueue.Harish Mallipeddi2009-11-281-0/+4
* epoll support enabled by default for Linux buildsantirez2009-11-231-2/+0
* commented the HAVE_EPOLL test in config.h to allow compilation under Linux no...antirez2009-11-231-0/+2
* ae.c now supports multiple polling API modules, even if only ae_select.c is i...antirez2009-11-231-0/+5
* fixed compilation with Snow Leopard, thanks to Lon Baker for providing SSH ac...antirez2009-07-241-1/+5
* some minor changes to the backtrace codeantirez2009-06-071-2/+7
* added config.h for #ifdef business isolation, added fstat64 for Mac OS Xantirez2009-06-051-0/+20