Age | Commit message (Expand) | Author |
---|---|---|
2010-11-02 | Change error reporting to have an explicit type | Pieter Noordhuis |
2010-11-01 | Use existing function to append to the output buffer | Pieter Noordhuis |
2010-11-01 | Only copy relevant fields from callback ptr to avoid copying garbage | Pieter Noordhuis |
2010-11-01 | Make push/shift functions for callbacks responsible for malloc/free | Pieter Noordhuis |
2010-11-01 | Run pending callbacks with NULL reply on error | Pieter Noordhuis |
2010-11-01 | Clarify redisAsyncDisconnect behavior in comments | Pieter Noordhuis |
2010-11-01 | Process callbacks after reading | Pieter Noordhuis |
2010-11-01 | Cleanup function should remove read/write events | 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 |