summaryrefslogtreecommitdiff
path: root/adapters/libevent.h
AgeCommit message (Expand)Author
2022-01-05Fix adapters/libevent.h compilation for 64-bit Windows (#937)Peter Tummillo
2020-05-22Allow users to replace allocator and handle OOM everywhere. (#800)Michael Grunder
2020-01-28Safe allocation wrappers (#754)Michael Grunder
2019-02-20fix redisLibeventEvents initvalentino
2019-02-20libevent: call destroy from cleanupMark Nunberg
2019-02-20Add EV_PERSIST flag to read eventsMark Nunberg
2019-02-20libevent: fix invalid mem access on delete within callback enterMark Nunberg
2019-02-20Fix memory leaksvalentino
2019-02-20read/write timeoutsMark Nunberg
2017-03-28Update libevent.hzfz
2016-05-20using new version libeventChris.Xin
2014-04-09Add missing license and copyright for adaptersantirez
2011-06-27Convert the rest of the async adapters contain static functions for easier li...R. Tyler Croy
2011-04-21sys/types.h is included by libevent itselfPieter Noordhuis
2010-12-29Scope event library related data and hooks to a structPieter Noordhuis
2010-12-01Use extra field for adapter-specific dataPieter Noordhuis
2010-11-21add explicit casts for C++ compiles - C++ disallows implicit casts fromRyan Tecco
2010-11-01Move libev/libevent headers to adapters directoryPieter Noordhuis