index
:
nng
branch1.10
doc-reorg
gdamore/udpconn
gh-pages
http-client-trans
http-handler-fini
main
mdbook
mqtt
pub-stats
stable
tcp-dialer-local-test
v1.2.x
wolf-peer-cn
A mirror of https://github.com/nanomsg/nng
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
platform
/
posix
/
posix_pollq_epoll.c
Commit message (
Expand
)
Author
Age
*
posix_pollq_epoll.c:add EPOLLHUP flag to aovid code error continues executing...
wangchen
2025-03-15
*
fixes #530 POSIX pollqs should scale horizontally (epoll)
Garrett D'Amore
2024-12-30
*
epoll: use atomic event mask
Garrett D'Amore
2024-12-22
*
epoll: fixes for races and early wakeups
Garrett D'Amore
2024-12-21
*
posix pollers: inline the pfd and make callbacks constant
Garrett D'Amore
2024-12-20
*
posix pollers: expose pfd structures (for sizes) and fix poller selection
Garrett D'Amore
2024-12-19
*
refactor initialization/finalization
Garrett D'Amore
2024-11-11
*
Fix valgrind error epoll_ctl points to uninitialised bytes (#1469)
Jesper Wramberg
2021-07-21
*
Clean up warnings, and panic if epoll fd expectations fail.
Garrett D'Amore
2020-11-08
*
fixes #960 NNG threads inherit application thread name
Garrett D'Amore
2020-08-08
*
fixes #1275 Test timeouts on FreeBSD
Garrett D'Amore
2020-08-08
*
fixes #1112 POSIX pollq finalizers could be simpler
Garrett D'Amore
2020-01-05
*
Various clang tidy fixups in the POSIX pollers.
Garrett D'Amore
2019-12-26
*
Address complaints found by lgtm.com.
Garrett D'Amore
2019-12-11
*
fixes #653 Weird connect failures in dialer (multistress) (#660)
Garrett D'Amore
2018-08-20
*
fixes #477 Android NDK build configuration
Garrett D'Amore
2018-05-30
*
fixes #484 crashes in websocket transport
Garrett D'Amore
2018-05-29
*
fixes #352 aio lock is burning hot
Garrett D'Amore
2018-05-14
*
fixes #393 panic on illumos - epoll assertion error
Garrett D'Amore
2018-05-06
*
fixes #322 epoll implementation is racy
Garrett D'Amore
2018-03-30
*
epoll: add epoll-based pollq implementation
Liam Staskawicz
2018-03-15