summaryrefslogtreecommitdiffstats
path: root/lib/libevent/poll.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove NULL pointer checks before calls to free().nayden2016-09-031-9/+5
| | | | OK bluhm@ nicm@
* Fix whitespace errors in libevent.bluhm2014-10-301-3/+3
| | | | OK nicm@
* After removing all the #ifdef, the wrappers in evutil are ratherbluhm2014-10-291-2/+2
| | | | | useless. Let libevent call the libc functions directly. OK nicm@
* Remove #ifdef HAVE_.*_H, just include the header files.bluhm2014-10-171-5/+2
| | | | | Do not include sys/param.h. OK nicm@
* Remove #ifdef HAVE_CONFIG_H, there is no config.h file.bluhm2014-10-161-4/+1
| | | | OK nicm@
* use reallocarray() to detect multiplicative integer overflow; obviousderaadt2014-10-081-9/+9
| | | | | pattern. This commit does not fix the non-obvious bloody horror of select.c.
* replace random() with arc4random.dlg2013-08-241-2/+2
| | | | | | | blambert didnt like stuff linking to libevent getting warnings about use of an unsafe api. ok blambert@ mikeb@ deraadt@ millert@
* 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