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
Age
Commit message (
Expand
)
Author
2015-01-05
Add GLib 2.0 adapter
Christian Hergert
2015-01-05
Cleanup libuv adapter
torque
2014-04-09
Add missing license and copyright for adapters
antirez
2014-04-09
Define redisLibuvAttach as static
Charlie Somerville
2014-04-09
Libuv: Fix compile warnings and C++ compatability
John Graham
2013-06-09
Removed unnecessary comments
Erik Dubbelboer
2013-06-04
Added libuv adapter
Erik Dubbelboer
2011-06-27
Convert the rest of the async adapters contain static functions for easier li...
R. Tyler Croy
2011-06-27
Make libev adapter functions static to fix linking
R. Tyler Croy
2011-06-27
Add implied include of stdlib.h
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-12-01
Add adapter for the Redis-bundled ae event library
Pieter Noordhuis
2010-11-23
Make the libev adapter work without support for multiple event loops
Pieter Noordhuis
2010-11-22
Explicit casts for the libev adapter
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