summaryrefslogtreecommitdiff
path: root/src/ae.h
Commit message (Expand)AuthorAgeFilesLines
* 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