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
|
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
|
67669f0032
|
Fixed a lame epoll issue
|
2009-12-16 07:30:40 -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 |
|
antirez
|
214d880b81
|
minor fix to avoid a false valgrind warning.
|
2009-11-24 00:18:57 +01:00 |
|
antirez
|
64f36a5836
|
epoll module for ae.c implemented. Some more testing needed
|
2009-11-23 23:40:27 +01:00 |
|