antirez
|
12d090d2d0
|
A problem with replication with multiple slaves connectiong to a single master fixed. It was due to a typo, and reported on github by the user micmac. Also the copyright year fixed from many files.
|
2010-02-19 11:23:57 +01:00 |
|
antirez
|
d5d55fc319
|
loading side of the threaded VM
|
2010-01-28 10:12:04 -05:00 |
|
antirez
|
621d5c1985
|
ae.c event loop does no longer support exception notifications, as they are fully pointless. Also a theoretical bug that never happens in practice fixed.
|
2010-01-20 13:38:59 -05:00 |
|
antirez
|
7a932b74cc
|
ifdefs added to use kevent on Free Open and Net BSD as well. INFO and ae.c modified in order to report the multiplexing API in use
|
2009-11-28 17:06:28 +01:00 |
|
Harish Mallipeddi
|
f3053eb0eb
|
Added support for kqueue.
|
2009-11-28 19:16:21 +05:30 |
|
antirez
|
266373b283
|
ae.c now supports multiple polling API modules, even if only ae_select.c is implemented currently. Also adding and removing an event is now O(1).
|
2009-11-23 18:50:39 +01:00 |
|
antirez
|
5b2a1c292a
|
ae.c initial refactoring for epoll implementation
|
2009-11-23 12:00:23 +01:00 |
|
antirez
|
ed9b544e10
|
first commit
|
2009-03-22 10:30:00 +01:00 |
|