Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove NULL pointer checks before calls to free(). | 2016-09-03 | 1 | -9/+5 | |
| | | | | OK bluhm@ nicm@ | ||||
* | Fix whitespace errors in libevent. | 2014-10-30 | 1 | -3/+3 | |
| | | | | OK nicm@ | ||||
* | After removing all the #ifdef, the wrappers in evutil are rather | 2014-10-29 | 1 | -2/+2 | |
| | | | | | useless. Let libevent call the libc functions directly. OK nicm@ | ||||
* | Remove #ifdef HAVE_.*_H, just include the header files. | 2014-10-17 | 1 | -5/+2 | |
| | | | | | Do not include sys/param.h. OK nicm@ | ||||
* | Remove #ifdef HAVE_CONFIG_H, there is no config.h file. | 2014-10-16 | 1 | -4/+1 | |
| | | | | OK nicm@ | ||||
* | use reallocarray() to detect multiplicative integer overflow; obvious | 2014-10-08 | 1 | -9/+9 | |
| | | | | | pattern. This commit does not fix the non-obvious bloody horror of select.c. | ||||
* | replace random() with arc4random. | 2013-08-24 | 1 | -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. | 2010-04-21 | 1 | -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. | 2008-05-02 | 1 | -26/+20 | |
| | | | | | "No objection" millert@ "the diff looks and works fine" reyk@ | ||||
* | fail without leaking memory when poll set extension fails. | 2006-11-26 | 1 | -15/+35 | |
| | | | | | | From Niels Provos via the libevent SVN ok deraadt@ | ||||
* | introduce a way to free the base. | 2006-03-30 | 1 | -2/+22 | |
| | | | | From libevent CVS | ||||
* | pollops should be const | 2005-12-02 | 1 | -2/+2 | |
| | |||||
* | zap trailing whitespaces, no binary change | 2005-07-02 | 1 | -2/+2 | |
| | | | | ok brad@ beck@ | ||||
* | update to libevent 1.1a; keep local changes | 2005-06-18 | 1 | -86/+158 | |
| | | | | ok grunk@ | ||||
* | fix comment, kqueue -> {poll,select} | 2005-05-06 | 1 | -2/+2 | |
| | |||||
* | update to libevent 1.0d; keep local changes | 2005-05-04 | 1 | -28/+73 | |
| | | | | | | | thanks to Alexander von Gernler for testing and some bug fixes ok mpf@ norby@ | ||||
* | update to libevent 1.0c; keep local changes | 2005-04-22 | 1 | -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 brad | 2005-04-19 | 1 | -21/+25 | |
| | |||||
* | update to libevent 1.0c; keep local changes | 2005-04-19 | 1 | -25/+21 | |
| | |||||
* | update to libevent 0.8; keep local changes | 2004-04-28 | 1 | -13/+15 | |
| | | | | ok markus@ | ||||
* | poll fixes from Niels; ok deraadt | 2003-10-01 | 1 | -4/+7 | |
| | |||||
* | add support for poll(2); ok deraadt | 2003-09-23 | 1 | -0/+240 | |