summaryrefslogtreecommitdiff
path: root/src/ae_select.c
Commit message (Collapse)AuthorAgeFilesLines
* fix unused argument warning in ae_select.c (#10824)ls-20182022-06-071-0/+1
|
* Fail fast when systemic error occurs in poll (#8749)Andy Pan2021-04-261-0/+3
| | | | | | | Most of the ae.c backends didn't explicitly handle errors, and instead ignored all errors and did an implicit retry. This is desired for EAGAIN and EINTER, but in case of other systematic errors, we prefer to fail and log the error we got rather than get into a busy loop.
* Include 'fd_set' type namejspraul2016-06-071-0/+1
| | | Fix an MSYS2-build-breaking error: unknown type name ‘fd_set’
* ae.c event loop: API to resize the fd set size on the run.antirez2013-06-281-0/+6
|
* BSD license added to every C source and header file.antirez2012-11-081-3/+30
|
* redis.c split into many different C files.antirez2010-07-011-0/+72
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