Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 06aaa92f | 2004-07-30 04:57:21 | devpoll support svn:r113 | ||
| 49dbb7ea | 2004-06-11 04:39:11 | reformat comment svn:r106 | ||
| 025d1bc2 | 2004-05-24 00:19:52 | fix some of the windows compile issues; make buffer.c faster; support signals via pipes. svn:r105 | ||
| fbf01c7f | 2004-04-04 02:20:21 | support for low and high watermarks svn:r101 | ||
| 85fbdbb2 | 2004-03-27 17:42:49 | faster insertion of timeouts; ensure uniqueness in RB-tree compare function svn:r97 | ||
| 5908bd72 | 2004-03-23 03:43:53 | provided buffered events svn:r95 | ||
| cd699abf | 2004-03-22 21:46:45 | support event_loopexit(); idea from marius; and fix event_once() svn:r94 | ||
| ec2c1db4 | 2004-02-22 21:17:23 | new event_once interface; start of buffering interface for buffered events svn:r93 | ||
| c3f496c7 | 2003-10-04 23:27:26 | minor corrections; change license to 3-clause BSD license svn:r84 | ||
| e506eaf7 | 2003-09-25 03:26:53 | constify; some windows stuff by mike davis; fix a poll bug svn:r77 | ||
| 6ce5b876 | 2003-06-12 23:33:19 | clean up from NetBSD integration svn:r72 | ||
| 6809f060 | 2003-06-02 19:36:52 | bug fix from Pierre Phaneuf svn:r70 | ||
| 833f0c09 | 2003-04-30 19:23:27 | fix a bug where a event fires twice due to bad active list handling svn:r68 | ||
| f9e0c449 | 2003-04-10 19:14:03 | if a timeout on the active list is rescheduled before it can execute it gets removed from the active list; bug report from Jon Poland AT arbor.net svn:r65 | ||
| 04153adb | 2003-03-30 20:19:07 | EVENT_SHOW_METHOD environment prints which event mechanism we are using; from Davide Libenzi <davidel@xmailserver.org> svn:r60 | ||
| 3e41f17a | 2003-03-07 23:20:36 | support for Linux eventpoll mechanism svn:r42 | ||
| e72dff13 | 2003-03-01 20:31:28 | replace references to __FUNCTION__ with __func__ svn:r40 | ||
| 3c2916aa | 2003-03-01 19:48:05 | ifdef config.h svn:r39 | ||
| b5b585c1 | 2003-03-01 19:46:27 | support disabling of event mechanisms via the environment; error out if no event mechanism is available svn:r38 | ||
| b3d1c6a8 | 2003-02-28 22:38:30 | support poll(2) and split out the signal handling svn:r37 | ||
| 9d2401ff | 2002-10-07 00:47:34 | portability fixes from marius@umich.edu. svn:r35 | ||
| 5f865858 | 2002-07-26 14:45:50 | sync with openbsd; API change: timeout_ is now evtimer_ svn:r29 | ||
| 484e594e | 2002-06-11 18:38:37 | make kqueue work for callbacks that use both read and write events simultaneously svn:r26 | ||
| cc32570a | 2002-05-20 21:47:04 | updating a timeout might corrupt RB tree. Remove before changing time. svn:r24 | ||
| 4ec4cdde | 2002-04-17 02:07:31 | forgot to initialize elements svn:r23 | ||
| 59137c11 | 2002-04-10 03:15:19 | deal correctly with deleting an event, now that we allow multiple callbacks for signal delivery. svn:r20 | ||
| d10f85db | 2002-04-10 02:10:47 | signal support for kqueue; support of EV_PERSIST flag to event_set svn:r18 | ||
| b855bc55 | 2002-04-10 00:31:31 | initial support for signals (only for select now) based on code from Dug Song <dugsong@monkey.org> svn:r17 | ||
| aa6567fe | 2002-04-09 15:14:06 | Initial revision svn:r2 |