Age | Commit message (Expand) | Author |
2019-02-20 | Allow connectWithOptions for async as well | Mark Nunberg |
2019-02-20 | read/write timeouts | Mark Nunberg |
2018-09-25 | Call connect(2) again for non-blocking connect | Mark Nunberg |
2016-09-30 | Counting pending subscribe. Fix #396 | Hyungjin Kim |
2015-01-05 | Add support for SO_REUSEADDR | mike |
2015-01-05 | Use stricter function argument types | Hang Su |
2014-04-09 | Fix const correctness | Pieter Noordhuis |
2014-04-08 | Add ability to bind source address on connect | Matt Stancliff |
2011-06-27 | Change prototype of connect callback | Pieter Noordhuis |
2011-04-21 | Update license | Pieter Noordhuis |
2011-04-21 | Create protocol reader when creating context | Pieter Noordhuis |
2011-01-14 | Make dictionary functions static and include the .c file | Pieter Noordhuis |
2010-12-31 | Add fields for subscribed channel/pattern names | Pieter Noordhuis |
2010-12-29 | License | Pieter Noordhuis |
2010-12-29 | Scope event library related data and hooks to a struct | Pieter Noordhuis |
2010-12-28 | Add function to explicitly free an async context | Pieter Noordhuis |
2010-12-22 | Missing declaration. | Nicolas Favre-Felix |
2010-12-07 | Fire onConnect callback on the first write event | Pieter Noordhuis |
2010-12-01 | Use extra field for adapter-specific data | Pieter Noordhuis |
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 |
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 |