Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-11-21 | more extern "C" declarations for C++ compiles | Ryan Tecco | |
2010-11-15 | Explicitly initialize struct fields to NULL | Pieter Noordhuis | |
2010-11-02 | Change error reporting to have an explicit type | Pieter Noordhuis | |
When there is an I/O error, errno should be used to find out what is wrong. In other cases, errno cannot be used. So, use an explicit type in Hiredis to define the different error scenarios that can occur. | |||
2010-11-01 | Change prototype of async reply callback | Pieter Noordhuis | |
2010-11-01 | Make error ptr accessible from async context | Pieter Noordhuis | |
2010-11-01 | Add support to lazily disconnect an asynchronous connection | Pieter Noordhuis | |
2010-10-31 | Extracted code to support callbacks in an asynchronous context | Pieter Noordhuis | |