Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | On Linux now fdatasync() is used insetad of fsync() in order to flush the ↵ | antirez | 2010-05-02 | 1 | -0/+7 |
| | | | | AOF file kernel buffers | ||||
* | Revert "fsync always now uses O_DIRECT on Linux" | antirez | 2010-04-21 | 1 | -5/+0 |
| | | | | This reverts commit 566c3c7a22c0ec217c40f7a95db2bb83c8cc16c7. | ||||
* | fsync always now uses O_DIRECT on Linux | antirez | 2010-04-20 | 1 | -0/+5 |
| | |||||
* | enable kqueue/kevent only for Mac OS X 10.6.x as it seems that 10.5.x has a ↵ | antirez | 2009-11-28 | 1 | -1/+1 |
| | | | | broken implementation of this syscalls. | ||||
* | ifdefs added to use kevent on Free Open and Net BSD as well. INFO and ae.c ↵ | antirez | 2009-11-28 | 1 | -1/+1 |
| | | | | modified in order to report the multiplexing API in use | ||||
* | Added support for kqueue. | Harish Mallipeddi | 2009-11-28 | 1 | -0/+4 |
| | |||||
* | epoll support enabled by default for Linux builds | antirez | 2009-11-23 | 1 | -2/+0 |
| | |||||
* | commented the HAVE_EPOLL test in config.h to allow compilation under Linux ↵ | antirez | 2009-11-23 | 1 | -0/+2 |
| | | | | now that the epoll module is still missing | ||||
* | ae.c now supports multiple polling API modules, even if only ae_select.c is ↵ | antirez | 2009-11-23 | 1 | -0/+5 |
| | | | | implemented currently. Also adding and removing an event is now O(1). | ||||
* | fixed compilation with Snow Leopard, thanks to Lon Baker for providing SSH ↵ | antirez | 2009-07-24 | 1 | -1/+5 |
| | | | | access to Snow Leopard box | ||||
* | some minor changes to the backtrace code | antirez | 2009-06-07 | 1 | -2/+7 |
| | |||||
* | added config.h for #ifdef business isolation, added fstat64 for Mac OS X | antirez | 2009-06-05 | 1 | -0/+20 |