summaryrefslogtreecommitdiff
path: root/devpoll.c
Commit message (Expand)AuthorAgeFilesLines
* make it compile on solaris; from Andrei NigmatulinNiels Provos2007-06-161-0/+2
* more the signal base into the event base; this removes global state and makes...Niels Provos2007-03-101-10/+10
* rolling back r339: evconfig.h does not workNiels Provos2007-03-011-1/+1
* signal fixes from scott lambNiels Provos2007-02-281-11/+4
* make evconfig.h available as installed header file; notNiels Provos2007-02-281-1/+1
* need to report one less file descriptor to solaris then the limit; reportedNiels Provos2006-07-151-1/+1
* introduce a way to free the base from Nick Mathewson <nickm@freehaven.net>Niels Provos2006-03-281-1/+21
* devpoll improvements from Andrew Danforth <adanforth@gmail.com>Niels Provos2005-03-291-29/+90
* debugging callbacks from Nick Mathewson <nickm@freehaven.net>Niels Provos2005-03-291-12/+5
* fixes for threaded operations from Andrew DanforthNiels Provos2005-01-031-18/+26
* make libevent thread-safe; first cutNiels Provos2004-11-251-7/+5
* when converting usec to msec round up; so that libevent does not spin untilNiels Provos2004-09-191-1/+1
* work around a bug in Solaris by using pwrite instead of write; reported byNiels Provos2004-08-101-2/+6
* devpoll support. weehNiels Provos2004-07-301-0/+339