Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
This makes sure that the "data" field on the asynchronous context can be used for user-specific data. | |||
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 | |
void* | |||
2010-11-01 | Move libev/libevent headers to adapters directory | Pieter Noordhuis | |