summaryrefslogtreecommitdiff
path: root/lib/libevent/event_tagging.c
AgeCommit message (Expand)Author
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-29Do not cast a (const void *) pointer to (void *) to avoid a warning.Alexander 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-08iRemove the #ifdef WIN32 implementation from libevent.Alexander Bluhm
2013-04-17evtag_marshal_timeval() truncates tv_sec to 32 bits, not passing the highTheo de Raadt
2010-04-21Update libevent to 1.4.13.Nicholas Marriott
2008-05-02Update to libevent 1.3e while retaining our local changes.Brad Smith
2007-03-19Update to libevent-1.3b while retaining our local changes. beck@ OKTodd C. Miller