summaryrefslogtreecommitdiff
path: root/src/fdevent_impl.c
Commit message (Expand)AuthorAgeFilesLines
* [core] _WIN32 use log_serror() for WSAGetLastErrorGlenn Strauss2023-05-031-2/+2
* [core] _WIN32 alternative fdarray for WindowsGlenn Strauss2023-05-031-5/+69
* [core] _WIN32 clock ticks and timeGlenn Strauss2023-05-031-1/+1
* [core] _WIN32 socket-compat, filesystem-compatGlenn Strauss2023-05-031-0/+2
* [core] _WIN32 sys-unistd.h to wrap <unistd.h>Glenn Strauss2023-05-031-1/+1
* [core] fdevent_poll_poll avoid potential raceGlenn Strauss2023-02-041-5/+4
* [core] avoid select() FD_ISSET repeat on active fdsGlenn Strauss2023-02-031-35/+15
* [core] pass fdn to fdevent_sched_close,_unregisterGlenn Strauss2023-01-231-19/+5
* [multiple] employ ck_calloc, ck_malloc shared codeGlenn Strauss2022-12-101-17/+6
* [multiple] employ ck_realloc_u32() shared codeGlenn Strauss2022-12-101-5/+4
* [core] remove libev fdevent option (ignore)Glenn Strauss2022-12-031-149/+0
* [core] libev EV_ERROR conflicts with kqueueGlenn Strauss2021-11-041-0/+7
* [core] close backend socket fds more quicklyGlenn Strauss2021-11-031-1/+1
* [core] merge fdevent impls into fdevent_impl.cGlenn Strauss2021-11-021-0/+799
* [core] fdevent_impl.c separate from fdevent.cGlenn Strauss2021-11-011-0/+318