aboutsummaryrefslogtreecommitdiffstats
path: root/util-src/poll.c
Commit message (Expand)AuthorAgeFilesLines
* util.poll: Rename things to clarify poll(2) limitsKim Alvefur2023-11-271-5/+7
* util.poll: Quadruple number of events retrieved at once from epollKim Alvefur2023-11-211-1/+1
* util.poll: Return early if given zero timeout and no pending eventsKim Alvefur2023-11-211-0/+6
* util: Add compat for prosody module name change to C sourcesKim Alvefur2023-03-171-1/+6
* util.poll: Include unistd.h only for epollKim Alvefur2023-02-101-1/+1
* util-src: Remove Lua 5.1 compat macrosKim Alvefur2022-07-011-5/+0
* util.poll: Add support for the poll() APIKim Alvefur2022-02-231-1/+129
* util.poll: Expose API (epoll or select) usedKim Alvefur2022-02-271-6/+6
* util.poll: Restructure to make adding additional system APIs easierKim Alvefur2022-02-231-11/+23
* util-src: Use the luaL_pushfail API added in Lua 5.4 to highlight all failure...Kim Alvefur2020-06-071-10/+15
* util.poll: Add missing return statements in fallback modeKim Alvefur2019-07-281-0/+2
* util.poll: Minimize scope of methodsKim Alvefur2019-04-131-9/+9
* net.server_epoll: Special handling of signal interruptsKim Alvefur2018-10-121-0/+5
* net.server_epoll: Ignore ENOENT when deregitering socketKim Alvefur2018-10-121-1/+2
* net.server_epoll: Graceful handling of registering already added socketKim Alvefur2018-10-121-1/+7
* util.poll: Fix inverted logicKim Alvefur2018-10-111-1/+1
* util.poll: Handle failed epoll FD creationKim Alvefur2018-10-111-1/+12
* util.poll: Early return from __gc in case of no valid epoll FDKim Alvefur2018-10-111-0/+4
* util.poll: Increase max epoll events per callKim Alvefur2018-10-081-1/+1
* util.poll: Zero FD sets watched for errors on creationKim Alvefur2018-10-071-0/+2
* net.poll: Guard against negative or too large FDsKim Alvefur2018-10-071-0/+14
* util.poll: Fix missing return for adding duplicate FDKim Alvefur2018-10-071-0/+1
* util.poll: Tweak metatable name fieldKim Alvefur2018-10-061-2/+2
* util.poll: Fix monitoring of socket exceptions in select modeKim Alvefur2018-10-061-1/+1
* util.poll: Lua 5.1 compatKim Alvefur2018-09-151-0/+6
* util.poll: Remove 'inline' from function declarationKim Alvefur2018-09-151-1/+1
* util.poll: Import poll library with epoll and select supportKim Alvefur2018-05-161-0/+424