summaryrefslogtreecommitdiff
path: root/src/ae.h
Commit message (Expand)AuthorAgeFilesLines
* Add event loop support to the module API (#10001)Ozan Tezcan2022-01-181-0/+1
* Use H/W Monotonic clock and updates to AE (#7644)Jim Brunner2020-08-281-4/+2
* Added a refcount on timer events to prevent deletion of recursive timer callsMadelyn Olson2020-05-141-0/+2
* Some rework of #7234.antirez2020-05-121-4/+5
* Code review minor changes (names, comments).Yossi Gottlieb2019-10-151-1/+1
* diskless replication rdb transfer uses pipe, and writes to sockets form the p...Oran Agra2019-10-071-0/+2
* Fix ae.c when a timer finalizerProc adds an event.antirez2018-03-281-0/+1
* ae.c: introduce the concept of read->write barrier.antirez2018-02-271-4/+9
* Event loop: call after sleep() only from top level.antirez2017-07-111-0/+1
* Modules TSC: Release the GIL for all the time we are blocked.antirez2017-05-031-0/+2
* Fix ae.c to avoid timers infinite loop.antirez2016-04-041-0/+3
* ae.c event loop: API to resize the fd set size on the run.antirez2013-06-281-0/+2
* BSD license added to every C source and header file.antirez2012-11-081-1/+1
* Force expire all timer events when system clock skew is detected.Jokea2012-10-041-0/+1
* Max limit to 10k clients removed, this implements feature request on issue #194antirez2011-12-151-6/+5
* new ae.c API to get current events by file descriptor.antirez2011-11-211-0/+1
* redis.c split into many different C files.antirez2010-07-011-0/+117