summaryrefslogtreecommitdiff
path: root/adapters/libev.h
AgeCommit message (Collapse)Author
2014-04-09Add missing license and copyright for adaptersantirez
This is a backport of https://github.com/antirez/redis/commit/d01aad329c259a7276c448cee6696b04dfa6f8c1
2011-06-27Make libev adapter functions static to fix linkingR. Tyler Croy
This will allow two different compilation units to include libev.h and link together
2011-06-27Add implied include of stdlib.hR. Tyler Croy
2010-12-29Scope event library related data and hooks to a structPieter Noordhuis
2010-12-01Use extra field for adapter-specific dataPieter Noordhuis
This makes sure that the "data" field on the asynchronous context can be used for user-specific data.
2010-11-23Make the libev adapter work without support for multiple event loopsPieter Noordhuis
2010-11-22Explicit casts for the libev adapterPieter Noordhuis
2010-11-01Move libev/libevent headers to adapters directoryPieter Noordhuis