summaryrefslogtreecommitdiffstats
path: root/lib/libevent/evutil.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Whoops, EVUTIL_SET_SOCKET_ERROR went missing.nicm2010-04-221-1/+3
|
* Clean up the awful _EVENT_* poo in the libevent headers, and don'tnicm2010-04-211-107/+7
| | | | | | install event-config.h. Pointed out by deraadt.
* Update libevent to 1.4.13.nicm2010-04-211-0/+188
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