Log

Author Commit Date CI Message
Niels Provos 96a25ae6 2004-09-19T22:38:34 when converting usec to msec round up; so that libevent does not spin until the time conversion has caught up; from Aaron Hopkins <aaron at die.net> svn:r121
Niels Provos fa6c304d 2004-09-19T21:08:09 support for event priorities; active events are scheduled into priority queues; lower priorities get always processed before higher priorities svn:r120
Niels Provos 6df2ede5 2004-08-10T18:29:37 close file descriptors on exec(); suggested by aaron at die.net svn:r119
Niels Provos 6d4bafd0 2004-08-10T17:49:53 work around a bug in Solaris by using pwrite instead of write; reported by michael.wookey at citrix.com.au svn:r118
Niels Provos 60216e8b 2004-07-30T05:15:59 mention devpoll svn:r117
Niels Provos 5de7f4ee 2004-07-30T05:04:36 devpoll support. weeh svn:r116
Niels Provos 98c14269 2004-07-30T05:03:55 fix compiler warning svn:r115
Niels Provos d829ccea 2004-07-30T05:00:44 fix a warning on freebsd; svn:r114
Niels Provos 06aaa92f 2004-07-30T04:57:21 devpoll support svn:r113
Niels Provos 6f2f98bd 2004-07-20T06:12:30 make it compile on solaris svn:r112
Niels Provos 6db3da27 2004-07-19T06:18:10 should work a little bit better with solaris compiler svn:r111
Niels Provos 44d88ea6 2004-07-13T08:02:45 change evbuffer_read so that it reads directly into the memory allocated to the evbuffer; this avoids one unnecessary data copy. svn:r110
Niels Provos ee739151 2004-07-13T08:01:05 make the sockets non-blocking; increase the data size for bufferevent testing svn:r109
Niels Provos a78472da 2004-07-13T07:55:01 fix a bug for persistent events when using select() svn:r108
Niels Provos de5fc619 2004-06-11T04:42:56 make it compile on systems without vasprintf svn:r107
Niels Provos 49dbb7ea 2004-06-11T04:39:11 reformat comment svn:r106
Niels Provos 025d1bc2 2004-05-24T00:19:52 fix some of the windows compile issues; make buffer.c faster; support signals via pipes. svn:r105
Niels Provos 849d5249 2004-04-13T06:22:48 license svn:r104
Niels Provos 24ffe1cb 2004-04-04T04:04:16 add a section about BUGS svn:r103
Niels Provos 8f2e1f6d 2004-04-04T03:59:22 add section about buffered events svn:r102
Niels Provos fbf01c7f 2004-04-04T02:20:21 support for low and high watermarks svn:r101
Niels Provos 3772ec8e 2004-04-04T02:19:52 add new functions svn:r100
Niels Provos 8f7a7a91 2004-04-04T02:19:39 version 0.8 svn:r99
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