summaryrefslogtreecommitdiff
path: root/adapters
AgeCommit message (Expand)Author
2022-09-01uvadapter: reduce number of uv_poll_start callsAnton Tiurin
2022-07-05Polling adapter and exampleKristján Valur Jónsson
2022-01-18Add timeout support for libuv adapter (#1016)MichaelSuen
2022-01-05Fix adapters/libevent.h compilation for 64-bit Windows (#937)Peter Tummillo
2021-11-18Remove unused parameter warning in libev adapterBjörn Svensson
2020-07-30Keep libev's code style (#857)lijiageng
2020-06-01Use explicit pointer casting for c++ compatibility (#826)Aureus
2020-05-22Allow users to replace allocator and handle OOM everywhere. (#800)Michael Grunder
2020-05-04Support timeouts in libev adapater (#795)Michael Grunder
2020-04-09Use correct libuv call on Windows (#784)Michael Grunder
2020-01-28Safe allocation wrappers (#754)Michael Grunder
2019-02-20fix redisLibeventEvents initvalentino
2019-02-20libevent: call destroy from cleanupMark Nunberg
2019-02-20Add EV_PERSIST flag to read eventsMark Nunberg
2019-02-20libevent: fix invalid mem access on delete within callback enterMark Nunberg
2019-02-20Fix memory leaksvalentino
2019-02-20read/write timeoutsMark Nunberg
2018-11-04Fix errors not propagating properly with libuv.h.Yossi Gottlieb
2017-03-28Update libevent.hzfz
2016-12-09Auto merge of #429 - xinchuantao:master, r=badboynot-a-robot
2016-09-19Prevented uv adapter from calling write when context has been freedPaul Scott
2016-05-20using new version libeventChris.Xin
2015-07-27Added MacOS X addapter and corresponding example.Dmitry Bakhvalov
2015-07-27Make sure to disconnect the adapter in the destructorPietro Cerutti
2015-07-27Fix typoPietro Cerutti
2015-07-27Add hooks for read/write/cleanupPietro Cerutti
2015-07-27Add Qt adapter and relative example.Pietro Cerutti
2015-07-27Add an Ivykis adapterGergely Nagy
2015-06-22Use explicit casts for void* pointer in order to compile in C++Simon Ninon
2015-01-05Add GLib 2.0 adapterChristian Hergert
2015-01-05Cleanup libuv adaptertorque
2014-04-09Add missing license and copyright for adaptersantirez
2014-04-09Define redisLibuvAttach as staticCharlie Somerville
2014-04-09Libuv: Fix compile warnings and C++ compatabilityJohn Graham
2013-06-09Removed unnecessary commentsErik Dubbelboer
2013-06-04Added libuv adapterErik Dubbelboer
2011-06-27Convert the rest of the async adapters contain static functions for easier li...R. Tyler Croy
2011-06-27Make libev adapter functions static to fix linkingR. Tyler Croy
2011-06-27Add implied include of stdlib.hR. Tyler Croy
2011-04-21sys/types.h is included by libevent itselfPieter Noordhuis
2010-12-29Scope event library related data and hooks to a structPieter Noordhuis
2010-12-01Use extra field for adapter-specific dataPieter Noordhuis
2010-12-01Add adapter for the Redis-bundled ae event libraryPieter Noordhuis
2010-11-23Make the libev adapter work without support for multiple event loopsPieter Noordhuis
2010-11-22Explicit casts for the libev adapterPieter Noordhuis
2010-11-21add explicit casts for C++ compiles - C++ disallows implicit casts fromRyan Tecco
2010-11-01Move libev/libevent headers to adapters directoryPieter Noordhuis