summaryrefslogtreecommitdiff
path: root/src/ae_kqueue.c
Commit message (Collapse)AuthorAgeFilesLines
* Use FD_CLOEXEC in Sentinel, so that FDs don't leak to the scripts it runs ↵Andy Pan2021-01-191-0/+1
| | | | | | | | | (#8242) Sentinel uses execve to run scripts, so it needs to use FD_CLOEXEC on all file descriptors, so that they're not accessible by the script it runs. This commit includes a change to the sentinel tests, which verifies no FDs are left opened when the script is executed.
* 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
| | | | ae_epoll.c, thanks to magicyang87 for reporting it.
* redis.c split into many different C files.antirez2010-07-011-0/+93
networking related stuff moved into networking.c moved more code more work on layout of source code SDS instantaneuos memory saving. By Pieter and Salvatore at VMware ;) cleanly compiling again after the first split, now splitting it in more C files moving more things around... work in progress split replication code splitting more Sets split Hash split replication split even more splitting more splitting minor change