summaryrefslogtreecommitdiff
path: root/async.h
AgeCommit message (Expand)Author
2020-07-19Resp3 oob push support (#841)Michael Grunder
2020-05-22Allow users to replace allocator and handle OOM everywhere. (#800)Michael Grunder
2020-04-09Provides an optional cleanup callback for async data.Nick Rivera
2019-08-29wip: SSL code reorganization, see #705.Yossi Gottlieb
2019-02-20Allow connectWithOptions for async as wellMark Nunberg
2019-02-20read/write timeoutsMark Nunberg
2018-09-25Call connect(2) again for non-blocking connectMark Nunberg
2016-09-30Counting pending subscribe. Fix #396Hyungjin Kim
2015-01-05Add support for SO_REUSEADDRmike
2015-01-05Use stricter function argument typesHang Su
2014-04-09Fix const correctnessPieter Noordhuis
2014-04-08Add ability to bind source address on connectMatt Stancliff
2011-06-27Change prototype of connect callbackPieter Noordhuis
2011-04-21Update licensePieter Noordhuis
2011-04-21Create protocol reader when creating contextPieter Noordhuis
2011-01-14Make dictionary functions static and include the .c filePieter Noordhuis
2010-12-31Add fields for subscribed channel/pattern namesPieter Noordhuis
2010-12-29LicensePieter Noordhuis
2010-12-29Scope event library related data and hooks to a structPieter Noordhuis
2010-12-28Add function to explicitly free an async contextPieter Noordhuis
2010-12-22Missing declaration.Nicolas Favre-Felix
2010-12-07Fire onConnect callback on the first write eventPieter Noordhuis
2010-12-01Use extra field for adapter-specific dataPieter Noordhuis
2010-11-21more extern "C" declarations for C++ compilesRyan Tecco
2010-11-15Explicitly initialize struct fields to NULLPieter Noordhuis
2010-11-02Change error reporting to have an explicit typePieter Noordhuis
2010-11-01Change prototype of async reply callbackPieter Noordhuis
2010-11-01Make error ptr accessible from async contextPieter Noordhuis
2010-11-01Add support to lazily disconnect an asynchronous connectionPieter Noordhuis
2010-10-31Extracted code to support callbacks in an asynchronous contextPieter Noordhuis