summaryrefslogtreecommitdiffstats
path: root/lib/libevent/event_tagging.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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/+1
| | | | | useless. Let libevent call the libc functions directly. OK nicm@
* Do not cast a (const void *) pointer to (void *) to avoid a warning.bluhm2014-10-291-2/+2
| | | | OK nicm@
* Remove #ifdef HAVE_.*_H, just include the header files.bluhm2014-10-171-12/+1
| | | | | Do not include sys/param.h. OK nicm@
* Remove #ifdef HAVE_CONFIG_H, there is no config.h file.bluhm2014-10-161-5/+1
| | | | OK nicm@
* iRemove the #ifdef WIN32 implementation from libevent.bluhm2014-10-081-10/+1
| | | | OK nicm@
* evtag_marshal_timeval() truncates tv_sec to 32 bits, not passing the highderaadt2013-04-171-2/+2
| | | | | | bits. Mark it with XXX 2038. I think it is poor style to create a "marshalling layer" which throws away information someone might need. ok nicm, who will pass the news upstream and ask for them to fix it
* Update libevent to 1.4.13.nicm2010-04-211-76/+147
| | | | | | | | | | | | | 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-34/+34
| | | | | "No objection" millert@ "the diff looks and works fine" reyk@
* Update to libevent-1.3b while retaining our local changes. beck@ OKmillert2007-03-191-0/+374