Log

Author Commit Date CI Message
Niels Provos 57a51a16 2004-04-04T02:19:08 provide more regression tests svn:r98
Niels Provos 85fbdbb2 2004-03-27T17:42:49 faster insertion of timeouts; ensure uniqueness in RB-tree compare function svn:r97
Niels Provos 246d8583 2004-03-23T04:05:37 allow the write callback to called even if there is no buffered data svn:r96
Niels Provos 5908bd72 2004-03-23T03:43:53 provided buffered events svn:r95
Niels Provos cd699abf 2004-03-22T21:46:45 support event_loopexit(); idea from marius; and fix event_once() svn:r94
Niels Provos ec2c1db4 2004-02-22T21:17:23 new event_once interface; start of buffering interface for buffered events svn:r93
Niels Provos 1b974101 2003-12-20T20:05:17 fix kqueue behaviour; requires special kernel patch to make kqueue semantics consistent; from marius@umich.edu svn:r92
Niels Provos 8a92823c 2003-10-25T21:59:24 make rtsig optional svn:r91
Niels Provos e1cd86d7 2003-10-25T21:58:33 fixes to handle error cases by Anatoly Vorobey at pobox.com svn:r90
Niels Provos d780375f 2003-10-25T21:49:44 fix source files svn:r89
Niels Provos e2f06f4f 2003-10-25T21:49:25 fix license svn:r88
Niels Provos e9cd9b56 2003-10-11T02:54:41 bad realloc; found by awohl at chessclub svn:r87
Niels Provos 1d66008b 2003-10-05T22:02:49 make it work with more shells svn:r86
Niels Provos 98af43a3 2003-10-04T23:33:04 3-clause license and changes to the benchmark by davide svn:r85
Niels Provos c3f496c7 2003-10-04T23:27:26 minor corrections; change license to 3-clause BSD license svn:r84
Niels Provos 763f6a77 2003-09-25T23:18:52 proper rtsig svn:r83
Niels Provos f08bf532 2003-09-25T23:07:09 fix poll hup support svn:r82
Niels Provos ec70653b 2003-09-25T17:55:17 more tests svn:r81
Niels Provos c61a2547 2003-09-25T03:30:49 __FUNCTION__ -> __func__ svn:r80
Niels Provos 9d26a46c 2003-09-25T03:29:37 windows support svn:r79
Niels Provos e0216ed7 2003-09-25T03:28:43 credits svn:r78
Niels Provos e506eaf7 2003-09-25T03:26:53 constify; some windows stuff by mike davis; fix a poll bug svn:r77
Niels Provos dd0b36ab 2003-09-25T03:25:17 update build stuff svn:r76
Niels Provos 2bf53326 2003-09-25T02:53:39 Real time signal support from Taral <taral@taral.net> svn:r75
Niels Provos ee8cc84e 2003-09-23T22:28:01 Windows support from Mike Davis svn:r74
Niels Provos cde427c1 2003-06-24T14:45:21 found a bug where specifying both read|write for a single event let to a crash; found by Bruno Achauer svn:r73
Niels Provos 6ce5b876 2003-06-12T23:33:19 clean up from NetBSD integration svn:r72
Niels Provos 6551780a 2003-06-02T19:37:13 bug fix from Ira Lee svn:r71
Niels Provos 6809f060 2003-06-02T19:36:52 bug fix from Pierre Phaneuf svn:r70
Niels Provos b6b1e4eb 2003-06-02T19:36:22 forgot svn:r69
Niels Provos 833f0c09 2003-04-30T19:23:27 fix a bug where a event fires twice due to bad active list handling svn:r68
Niels Provos bdf5a68b 2003-04-29T18:29:16 updated tree code svn:r67
Niels Provos 670b94e4 2003-04-14T17:32:19 version 0.7 svn:r66
Niels Provos f9e0c449 2003-04-10T19: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
Niels Provos 30eff294 2003-04-09T18:16:07 document environment variables svn:r64
Niels Provos b0b72eb0 2003-04-09T18:12:11 use maximum number of fds for epoll_create; from Davide Libenzi svn:r63
Niels Provos 9eb31e53 2003-04-09T18:11:31 proper indent svn:r62
Niels Provos 7e4e5204 2003-04-09T18:11:06 add some timer macros for operating systems that dont support them svn:r61
Niels Provos 04153adb 2003-03-30T20:19:07 EVENT_SHOW_METHOD environment prints which event mechanism we are using; from Davide Libenzi <davidel@xmailserver.org> svn:r60
Niels Provos 012a0b53 2003-03-10T05:39:41 add benchmark svn:r59
Niels Provos 1ed00256 2003-03-10T05:13:02 fix type svn:r58
Niels Provos ebb73c0d 2003-03-10T04:56:41 simple bench mark svn:r57
Niels Provos 34d794b2 2003-03-09T23:29:57 some cleanup svn:r56
Niels Provos d5009e8a 2003-03-09T23:29:26 -g svn:r55
Niels Provos eb646205 2003-03-09T23:29:04 style svn:r54
Niels Provos adf0bb84 2003-03-08T20:14:39 another test svn:r53
Niels Provos 28d248e0 2003-03-08T16:50:27 copyright svn:r52
Niels Provos c48e71d8 2003-03-08T16:44:51 oneshot means that its removed from the kernel list already svn:r51
Niels Provos 0036d79a 2003-03-08T16:33:18 fix kqueue problem svn:r50
Niels Provos 33b1c6c4 2003-03-08T14:44:08 include config.h svn:r49
Niels Provos 251c7f68 2003-03-08T14:41:00 sync svn:r48
Niels Provos 481799af 2003-03-08T14:21:14 add persist test svn:r47
Niels Provos bedded82 2003-03-08T06:39:30 more comprehensive regression test svn:r46
Niels Provos cde7a352 2003-03-08T06:37:56 fix signal usage svn:r45
Niels Provos ea1d95d2 2003-03-08T05:24:26 automake-ify test dir, too svn:r44
Niels Provos 71e51329 2003-03-07T23:21:01 check for linux eventpoll svn:r43
Niels Provos 3e41f17a 2003-03-07T23:20:36 support for Linux eventpoll mechanism svn:r42
Niels Provos 01a932fe 2003-03-07T23:19:05 fix signal usage svn:r41
Niels Provos e72dff13 2003-03-01T20:31:28 replace references to __FUNCTION__ with __func__ svn:r40
Niels Provos 3c2916aa 2003-03-01T19:48:05 ifdef config.h svn:r39
Niels Provos b5b585c1 2003-03-01T19:46:27 support disabling of event mechanisms via the environment; error out if no event mechanism is available svn:r38
Niels Provos b3d1c6a8 2003-02-28T22:38:30 support poll(2) and split out the signal handling svn:r37
Niels Provos ac44ddda 2002-10-07T17:56:25 grammar from jsyn@nthought.com svn:r36
Niels Provos 9d2401ff 2002-10-07T00:47:34 portability fixes from marius@umich.edu. svn:r35
Niels Provos acf7a8e3 2002-09-15T19:01:42 version 0.6 svn:r34
Niels Provos 2ccd77d4 2002-09-15T18:55:21 test timeouts svn:r33
Niels Provos e0ca1ef2 2002-09-15T18:52:28 signal fixes from ericj@monkey.org via dugsong@monkey.org svn:r32
Niels Provos eb15f4d8 2002-09-08T02:46:44 fix from marius@umich.edu svn:r31
Niels Provos f1cf6322 2002-09-06T17:13:08 add timeout_ defines back for backward compatibility. svn:r30
Niels Provos 5f865858 2002-07-26T14:45:50 sync with openbsd; API change: timeout_ is now evtimer_ svn:r29
Niels Provos 8bb9fd58 2002-06-13T01:58:34 version 0.5 svn:r28
Niels Provos 3821c7e2 2002-06-13T01:54:07 make kqueue signal callback work with sigchld. cast and better timeout. svn:r27
Niels Provos 484e594e 2002-06-11T18:38:37 make kqueue work for callbacks that use both read and write events simultaneously svn:r26
Niels Provos 3107493c 2002-05-20T21:51:53 signal fix from dugsong@monkey.org svn:r25
Niels Provos cc32570a 2002-05-20T21:47:04 updating a timeout might corrupt RB tree. Remove before changing time. svn:r24
Niels Provos 4ec4cdde 2002-04-17T02:07:31 forgot to initialize elements svn:r23
Niels Provos dcf6cbe4 2002-04-16T14:09:21 correct date svn:r22
Niels Provos 409fcdd2 2002-04-10T14:48:31 remove queue.h include svn:r21
Niels Provos 59137c11 2002-04-10T03:15:19 deal correctly with deleting an event, now that we allow multiple callbacks for signal delivery. svn:r20
Niels Provos 06630e31 2002-04-10T02:20:26 describe signal_* svn:r19
Niels Provos d10f85db 2002-04-10T02:10:47 signal support for kqueue; support of EV_PERSIST flag to event_set svn:r18
Niels Provos b855bc55 2002-04-10T00:31:31 initial support for signals (only for select now) based on code from Dug Song <dugsong@monkey.org> svn:r17
Niels Provos dbaa408e 2002-04-09T19:30:22 port to solaris svn:r16
Niels Provos db48ac01 2002-04-09T19:21:39 change includes svn:r15
Niels Provos 361c1cc0 2002-04-09T19:09:32 add compat dir to includes svn:r14
Niels Provos 409c7ff7 2002-04-09T19:06:18 another one svn:r13
Niels Provos abef3b7e 2002-04-09T19:03:24 one more file required by automake svn:r12
Niels Provos 4cbc77da 2002-04-09T17:52:23 missing files svn:r11
Niels Provos 5b27aa03 2002-04-09T17:42:15 further automake conversion svn:r10
Niels Provos 6c6c936b 2002-04-09T17:02:38 change to automake svn:r9
Niels Provos 61cb6846 2002-04-09T16:35:06 move stuff svn:r8
Niels Provos e99653d0 2002-04-09T15:29:12 type svn:r7
Niels Provos aa6567fe 2002-04-09T15:14:06 Initial revision svn:r2