aboutsummaryrefslogtreecommitdiff
path: root/src/platform/posix/posix_pollq_poll.c
Commit message (Expand)AuthorAge
* poll poller: support concurrency for pollers using poll()Garrett D'Amore2024-12-30
* pollers: use atomic bit masking operations to eliminate lockssGarrett D'Amore2024-12-22
* poll: sign extension bug + incorrect use leads to tiny max files on macOSGarrett D'Amore2024-12-22
* poll: fix poll based pollerGarrett D'Amore2024-12-21
* posix pollers: inline the pfd and make callbacks constantGarrett D'Amore2024-12-20
* poll: performance improvements, simplificationsGarrett D'Amore2024-12-19
* posix pollers: expose pfd structures (for sizes) and fix poller selectionGarrett D'Amore2024-12-19
* refactor initialization/finalizationGarrett D'Amore2024-11-11
* fixes #960 NNG threads inherit application thread nameGarrett D'Amore2020-08-08
* Various clang tidy fixups in the POSIX pollers.Garrett D'Amore2019-12-26
* fixes #523 dialers could support multiple outstanding dial requestsGarrett D'Amore2018-07-16
* fixes #352 aio lock is burning hotGarrett D'Amore2018-05-14
* fixes #393 panic on illumos - epoll assertion errorGarrett D'Amore2018-05-06
* Fixes for POSIX pollq structure.Garrett D'Amore2018-02-21
* Simply posix pollq architecture somewhat.Garrett D'Amore2018-02-15
* fixes #234 Investigate enabling more verbose compiler warningsGarrett D'Amore2018-02-14
* Simplify pollq_add, use SO_NOSIGNAL option on macOS.Garrett D'Amore2017-10-30
* Improve UDP test coverage, fix numerous issues found.Garrett D'Amore2017-10-05
* Conditional platform inclusion cleanups.Garrett D'Amore2017-08-21
* Provide versions of mutex, condvar, and aio init that never fail.Garrett D'Amore2017-08-16
* Posix pollq fini is not properly idempotent.Garrett D'Amore2017-08-11
* Update Capitar copyrights.Garrett D'Amore2017-07-21
* Fixes most of the raaces in posix; but at least one remains outstanding.Garrett D'Amore2017-07-18
* Sometimes providers don't clear the prov data details. (Backoff).Garrett D'Amore2017-07-18
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
* Fix lost event during poll.Garrett D'Amore2017-07-06
* Make ipc work 100% async.Garrett D'Amore2017-07-05
* Separate out poller/pollq from basic socket operations.Garrett D'Amore2017-07-04