summaryrefslogtreecommitdiff
path: root/src/ae_epoll.c
Commit message (Expand)AuthorAgeFilesLines
* Fail fast when systemic error occurs in poll (#8749)Andy Pan2021-04-261-0/+3
* Fix busy loop in ae.c when timer event is about to fire (#8764)Oran Agra2021-04-131-1/+1
* Use FD_CLOEXEC in Sentinel, so that FDs don't leak to the scripts it runs (#8...Andy Pan2021-01-191-0/+1
* diskless replication rdb transfer uses pipe, and writes to sockets form the p...Oran Agra2019-10-071-2/+2
* various cleanups and minor fixesOran Agra2016-04-251-4/+2
* Fixed grammar: before H the article is a, not an.antirez2013-12-051-1/+1
* ae.c event loop: API to resize the fd set size on the run.antirez2013-06-281-0/+7
* BSD license added to every C source and header file.antirez2012-11-081-2/+29
* mark fd as writable when EPOLLERR or EPOLLHUP is returned by epoll_wait.jokea2012-06-291-0/+2
* ae_epoll.c typo introduced in the previous commit fixed.antirez2011-12-151-1/+1
* Max limit to 10k clients removed, this implements feature request on issue #194antirez2011-12-151-2/+9
* Fixed a theoretical memory leak with no practical effects in ae_kqueue.c and ...antirez2011-12-071-1/+4
* redis.c split into many different C files.antirez2010-07-011-0/+91