Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 0e779906 | 2009-01-26 06:13:24 | fix memleak in evmap_signal_clear; from Alexander Drozdov svn:r1049 | ||
| 554e1493 | 2009-01-14 20:52:32 | Move per-fd info from eventops into evmap. Not done for win32.c yet. svn:r1008 | ||
| ad7f1b4a | 2009-01-14 18:45:42 | The element size for our linear evmaps is a pointer, not the whole struct. svn:r1006 | ||
| 6bb2f842 | 2009-01-14 18:38:03 | Add initializer functions for evmap types. svn:r1005 | ||
| 9935d5b0 | 2009-01-13 21:39:32 | Fix win32 compilation. Surprisingly, unit tests pass too. svn:r1002 | ||
| 169321c9 | 2009-01-13 20:26:37 | Rename four internal headers to follow the -internal.h convention. svn:r1000 | ||
| 91e3ead8 | 2009-01-10 14:37:45 | Improve the hashsocket function. svn:r989 | ||
| 55bcd7d2 | 2009-01-09 13:42:21 | On win32, use a hashtable to map sockets to events rather than using an array. svn:r988 | ||
| 8f5777e6 | 2009-01-09 05:01:48 | Document internal evmap functions, add a couple of asserts, and fix up some things that did not need to be void* any more svn:r987 | ||
| 172b6575 | 2009-01-02 18:18:30 | malloc fd only if it is needed. svn:r982 | ||
| 30cba6d0 | 2008-12-25 09:22:13 | we cannot realloc memory used by TAILQ; instead malloc each slot individually svn:r977 | ||
| b55ca7de | 2008-12-23 22:31:27 | reduce void *age a little bit svn:r975 | ||
| 02b2b4d1 | 2008-12-23 16:37:01 | Restructure the event backends so that they do not need to keep track of events themselves, as a side effect multiple events can use the same fd or signal. svn:r972 |