summaryrefslogtreecommitdiffstats
path: root/lib/libevent/poll.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update libevent to 1.4.13.nicm2010-04-211-37/+24
| | | | | | | | | | | | | This is the core library only, the DNS parts are removed and it does not include the other extra bits (HTTP, DNS, and RPC), a separate port for these will appear in due course. Thanks to jsg, sthen, alek, gilles, jacekm, bernd and any others I've forgotten for testing/comments. Note that /usr/include/evdns.h should be removed after updating. ok deraadt
* Update to libevent 1.3e while retaining our local changes.brad2008-05-021-26/+20
| | | | | "No objection" millert@ "the diff looks and works fine" reyk@
* fail without leaking memory when poll set extension fails.brad2006-11-261-15/+35
| | | | | | From Niels Provos via the libevent SVN ok deraadt@
* introduce a way to free the base.brad2006-03-301-2/+22
| | | | From libevent CVS
* pollops should be constderaadt2005-12-021-2/+2
|
* zap trailing whitespaces, no binary changegrunk2005-07-021-2/+2
| | | | ok brad@ beck@
* update to libevent 1.1a; keep local changesbrad2005-06-181-86/+158
| | | | ok grunk@
* fix comment, kqueue -> {poll,select}brad2005-05-061-2/+2
|
* update to libevent 1.0d; keep local changesbrad2005-05-041-28/+73
| | | | | | | thanks to Alexander von Gernler for testing and some bug fixes ok mpf@ norby@
* update to libevent 1.0c; keep local changesbrad2005-04-221-25/+21
| | | | | | | | | | no shared lib so no ABI/API check is necessary thanks to Alexander von Gernler for submitting another diff in an attempt to update libevent and for a use-after-free fix. ok henning@ deraadt@
* backout. not discussed, and very wrong. bad bradderaadt2005-04-191-21/+25
|
* update to libevent 1.0c; keep local changesbrad2005-04-191-25/+21
|
* update to libevent 0.8; keep local changesbrad2004-04-281-13/+15
| | | | ok markus@
* poll fixes from Niels; ok deraadtmarkus2003-10-011-4/+7
|
* add support for poll(2); ok deraadtmarkus2003-09-231-0/+240