summaryrefslogtreecommitdiff
path: root/lib/libevent/poll.c
AgeCommit message (Expand)Author
2016-09-03Remove NULL pointer checks before calls to free().Nayden Markatchev
2014-10-30Fix whitespace errors in libevent.Alexander Bluhm
2014-10-29After removing all the #ifdef, the wrappers in evutil are ratherAlexander Bluhm
2014-10-17Remove #ifdef HAVE_.*_H, just include the header files.Alexander Bluhm
2014-10-16Remove #ifdef HAVE_CONFIG_H, there is no config.h file.Alexander Bluhm
2014-10-08use reallocarray() to detect multiplicative integer overflow; obviousTheo de Raadt
2013-08-24replace random() with arc4random.David Gwynne
2010-04-21Update libevent to 1.4.13.Nicholas Marriott
2008-05-02Update to libevent 1.3e while retaining our local changes.Brad Smith
2006-11-26fail without leaking memory when poll set extension fails.Brad Smith
2006-03-30introduce a way to free the base.Brad Smith
2005-12-02pollops should be constTheo de Raadt
2005-07-02zap trailing whitespaces, no binary changeAlexander von Gernler
2005-06-18update to libevent 1.1a; keep local changesBrad Smith
2005-05-06fix comment, kqueue -> {poll,select}Brad Smith
2005-05-04update to libevent 1.0d; keep local changesBrad Smith
2005-04-22update to libevent 1.0c; keep local changesBrad Smith
2005-04-19backout. not discussed, and very wrong. bad bradTheo de Raadt
2005-04-19update to libevent 1.0c; keep local changesBrad Smith
2004-04-28update to libevent 0.8; keep local changesBrad Smith
2003-10-01poll fixes from Niels; ok deraadtMarkus Friedl
2003-09-23add support for poll(2); ok deraadtMarkus Friedl