Log

util-src/poll.c @ 12807:f0f7b0c61465

description author age
util-src: Remove Lua 5.1 compat macros Kim Alvefur 2022-07-01
util.poll: Add support for the poll() API Kim Alvefur 2022-02-23
util.poll: Expose API (epoll or select) used Kim Alvefur 2022-02-27
util.poll: Restructure to make adding additional system APIs easier Kim Alvefur 2022-02-23
util-src: Use the luaL_pushfail API added in Lua 5.4 to highlight all failure conditions Kim Alvefur 2020-06-07
util.poll: Add missing return statements in fallback mode Kim Alvefur 2019-07-28
util.poll: Minimize scope of methods Kim Alvefur 2019-04-13
net.server_epoll: Special handling of signal interrupts Kim Alvefur 2018-10-12
net.server_epoll: Ignore ENOENT when deregitering socket Kim Alvefur 2018-10-12
net.server_epoll: Graceful handling of registering already added socket Kim Alvefur 2018-10-12
util.poll: Fix inverted logic Kim Alvefur 2018-10-11
util.poll: Handle failed epoll FD creation Kim Alvefur 2018-10-11
util.poll: Early return from __gc in case of no valid epoll FD Kim Alvefur 2018-10-11
util.poll: Increase max epoll events per call Kim Alvefur 2018-10-08
util.poll: Zero FD sets watched for errors on creation Kim Alvefur 2018-10-07
net.poll: Guard against negative or too large FDs Kim Alvefur 2018-10-07
util.poll: Fix missing return for adding duplicate FD Kim Alvefur 2018-10-07
util.poll: Tweak metatable name field Kim Alvefur 2018-10-06
util.poll: Fix monitoring of socket exceptions in select mode Kim Alvefur 2018-10-06
util.poll: Lua 5.1 compat Kim Alvefur 2018-09-14
util.poll: Remove 'inline' from function declaration Kim Alvefur 2018-09-14
util.poll: Import poll library with epoll and select support Kim Alvefur 2018-05-16