summaryrefslogtreecommitdiff
path: root/poll.c
Commit message (Expand)AuthorAgeFilesLines
...
* make evconfig.h available as installed header file; notNiels Provos2007-02-281-1/+1
* fail without leaking memory when poll set extension failsNiels Provos2006-11-051-14/+34
* introduce a way to free the base from Nick Mathewson <nickm@freehaven.net>Niels Provos2006-03-281-1/+21
* some fixes from openbsd via bradNiels Provos2006-03-281-3/+3
* mostly whitespace fixes from OpenBSD via BradNiels Provos2005-12-171-1/+1
* treate EINVAL as per fd error in kqueue; use argument for debug macros inNiels Provos2005-06-111-1/+1
* performance improvements by Nick Mathewson; we modify the arrays directlyNiels Provos2005-05-101-86/+157
* pointer arithmetic bug; from Nick MathewsonNiels Provos2005-04-261-1/+1
* compress read and write events for the same file descriptor into on pollNiels Provos2005-04-231-25/+70
* debugging callbacks from Nick Mathewson <nickm@freehaven.net>Niels Provos2005-03-291-12/+5
* fixes for threaded operations from Andrew DanforthNiels Provos2005-01-031-4/+7
* make libevent thread-safe; first cutNiels Provos2004-11-251-7/+7
* when converting usec to msec round up; so that libevent does not spin untilNiels Provos2004-09-191-1/+1
* fixes to handle error cases by Anatoly Vorobey at pobox.comNiels Provos2003-10-251-4/+9
* minor corrections; change license to 3-clause BSD licenseNiels Provos2003-10-041-4/+1
* fix poll hup supportNiels Provos2003-09-251-3/+3
* constify; some windows stuff by mike davis; fix a poll bugNiels Provos2003-09-251-0/+3
* clean up from NetBSD integrationNiels Provos2003-06-121-4/+4
* fix signal usageNiels Provos2003-03-081-8/+2
* replace references to __FUNCTION__ with __func__Niels Provos2003-03-011-5/+2
* ifdef config.hNiels Provos2003-03-011-0/+2
* support disabling of event mechanisms via the environment; error outNiels Provos2003-03-011-0/+4
* support poll(2) and split out the signal handlingNiels Provos2003-02-281-0/+243