summaryrefslogtreecommitdiff
path: root/src/ae_kqueue.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the timing of read and write events under kqueue (#9416)sundb2021-09-021-7/+55
* Fail fast when systemic error occurs in poll (#8749)Andy Pan2021-04-261-0/+3
* Use FD_CLOEXEC in Sentinel, so that FDs don't leak to the scripts it runs (#8...Andy Pan2021-01-191-0/+1
* No more trailing spaces in Redis source code.antirez2014-06-261-6/+6
* ae.c event loop: API to resize the fd set size on the run.antirez2013-06-281-1/+7
* BSD license added to every C source and header file.antirez2012-11-081-1/+28
* Max limit to 10k clients removed, this implements feature request on issue #194antirez2011-12-151-4/+13
* 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/+93