aboutsummaryrefslogtreecommitdiff
path: root/src/platform/posix/posix_pollq_epoll.c
Commit message (Expand)AuthorAge
* posix_pollq_epoll.c:add EPOLLHUP flag to aovid code error continues executing...wangchen2025-03-15
* fixes #530 POSIX pollqs should scale horizontally (epoll)Garrett D'Amore2024-12-30
* epoll: use atomic event maskGarrett D'Amore2024-12-22
* epoll: fixes for races and early wakeupsGarrett D'Amore2024-12-21
* posix pollers: inline the pfd and make callbacks constantGarrett D'Amore2024-12-20
* posix pollers: expose pfd structures (for sizes) and fix poller selectionGarrett D'Amore2024-12-19
* refactor initialization/finalizationGarrett D'Amore2024-11-11
* Fix valgrind error epoll_ctl points to uninitialised bytes (#1469)Jesper Wramberg2021-07-21
* Clean up warnings, and panic if epoll fd expectations fail.Garrett D'Amore2020-11-08
* fixes #960 NNG threads inherit application thread nameGarrett D'Amore2020-08-08
* fixes #1275 Test timeouts on FreeBSDGarrett D'Amore2020-08-08
* fixes #1112 POSIX pollq finalizers could be simplerGarrett D'Amore2020-01-05
* Various clang tidy fixups in the POSIX pollers.Garrett D'Amore2019-12-26
* Address complaints found by lgtm.com.Garrett D'Amore2019-12-11
* fixes #653 Weird connect failures in dialer (multistress) (#660)Garrett D'Amore2018-08-20
* fixes #477 Android NDK build configurationGarrett D'Amore2018-05-30
* fixes #484 crashes in websocket transportGarrett D'Amore2018-05-29
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* fixes #393 panic on illumos - epoll assertion errorGarrett D'Amore2018-05-06
* fixes #322 epoll implementation is racyGarrett D'Amore2018-03-30
* epoll: add epoll-based pollq implementationLiam Staskawicz2018-03-15