index
:
hiredict.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
adapters
/
libevent.h
Age
Commit message (
Expand
)
Author
2022-01-05
Fix adapters/libevent.h compilation for 64-bit Windows (#937)
Peter Tummillo
2020-05-22
Allow users to replace allocator and handle OOM everywhere. (#800)
Michael Grunder
2020-01-28
Safe allocation wrappers (#754)
Michael Grunder
2019-02-20
fix redisLibeventEvents init
valentino
2019-02-20
libevent: call destroy from cleanup
Mark Nunberg
2019-02-20
Add EV_PERSIST flag to read events
Mark Nunberg
2019-02-20
libevent: fix invalid mem access on delete within callback enter
Mark Nunberg
2019-02-20
Fix memory leaks
valentino
2019-02-20
read/write timeouts
Mark Nunberg
2017-03-28
Update libevent.h
zfz
2016-05-20
using new version libevent
Chris.Xin
2014-04-09
Add missing license and copyright for adapters
antirez
2011-06-27
Convert the rest of the async adapters contain static functions for easier li...
R. Tyler Croy
2011-04-21
sys/types.h is included by libevent itself
Pieter Noordhuis
2010-12-29
Scope event library related data and hooks to a struct
Pieter Noordhuis
2010-12-01
Use extra field for adapter-specific data
Pieter Noordhuis
2010-11-21
add explicit casts for C++ compiles - C++ disallows implicit casts from
Ryan Tecco
2010-11-01
Move libev/libevent headers to adapters directory
Pieter Noordhuis