summaryrefslogtreecommitdiff
path: root/adapters
AgeCommit message (Expand)Author
2015-01-05Add GLib 2.0 adapterChristian Hergert
2015-01-05Cleanup libuv adaptertorque
2014-04-09Add missing license and copyright for adaptersantirez
2014-04-09Define redisLibuvAttach as staticCharlie Somerville
2014-04-09Libuv: Fix compile warnings and C++ compatabilityJohn Graham
2013-06-09Removed unnecessary commentsErik Dubbelboer
2013-06-04Added libuv adapterErik Dubbelboer
2011-06-27Convert the rest of the async adapters contain static functions for easier li...R. Tyler Croy
2011-06-27Make libev adapter functions static to fix linkingR. Tyler Croy
2011-06-27Add implied include of stdlib.hR. 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-12-01Add adapter for the Redis-bundled ae event libraryPieter Noordhuis
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-21add explicit casts for C++ compiles - C++ disallows implicit casts fromRyan Tecco
2010-11-01Move libev/libevent headers to adapters directoryPieter Noordhuis