kc3-lang/libevent/poll.c

Branch :


Log

Author Commit Date CI Message
7eb250e9 2007-11-25 17:14:19 r14939@tombo: nickm | 2007-11-25 11:59:26 -0500 New function event_set_mem_functions to replace internal calls to malloc, free, etc with a user-supplied functions. svn:r541
2026b215 2007-11-03 23:53:49 remove last vestiges of RBTREE svn:r470
3ad6b47e 2007-07-30 22:41:00 make clock_monotonic work; do not use default timeout; from Scott Lamb, plus some fixes from me. svn:r371
41b7cbc3 2007-03-10 06:37:53 more the signal base into the event base; this removes global state and makes signals work better with threading; from Wouter Wijngaards small fixes for kqueue and style by me svn:r351
b5d2f9a2 2007-03-01 06:25:18 rolling back r339: evconfig.h does not work svn:r341
8d94bd03 2007-02-28 04:29:18 signal fixes from scott lamb svn:r340
127c260b 2007-02-28 04:02:29 make evconfig.h available as installed header file; not really ideal but good enough for me; from Nick Mathewson svn:r339
025b009b 2006-11-05 17:24:24 fail without leaking memory when poll set extension fails svn:r249
2e8051f5 2006-03-28 04:40:54 introduce a way to free the base from Nick Mathewson <nickm@freehaven.net> svn:r210
7517ef2a 2006-03-28 04:16:14 some fixes from openbsd via brad svn:r207
1d308e88 2005-12-17 20:25:22 mostly whitespace fixes from OpenBSD via Brad svn:r192
9938aaf5 2005-06-11 21:15:22 treate EINVAL as per fd error in kqueue; use argument for debug macros in poll; version 1.1a; EINVAL fix from Nick Mathewson svn:r168
c15db034 2005-05-10 04:40:03 performance improvements by Nick Mathewson; we modify the arrays directly in poll_add and poll_del; some minor tweaks by me. earmark this as 1.0f svn:r161
dfe4e16e 2005-04-26 07:17:42 pointer arithmetic bug; from Nick Mathewson svn:r157
2fa38549 2005-04-23 02:40:26 compress read and write events for the same file descriptor into on poll descriptor; from Nick Mathewson plus bug fixes from me. svn:r151
fbdaf3ab 2005-03-29 07:03:10 debugging callbacks from Nick Mathewson <nickm@freehaven.net> svn:r136
3ba224db 2005-01-03 18:58:40 fixes for threaded operations from Andrew Danforth svn:r129
8773c4c9 2004-11-25 09:50:18 make libevent thread-safe; first cut svn:r122
96a25ae6 2004-09-19 22: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
e1cd86d7 2003-10-25 21:58:33 fixes to handle error cases by Anatoly Vorobey at pobox.com svn:r90
c3f496c7 2003-10-04 23:27:26 minor corrections; change license to 3-clause BSD license svn:r84
f08bf532 2003-09-25 23:07:09 fix poll hup support svn:r82
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
cde7a352 2003-03-08 06:37:56 fix signal usage svn:r45
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