util-src/poll.c
Wed, 23 Feb 2022 20:31:03 +0100 Kim Alvefur util.poll: Add support for the poll() API
Sun, 27 Feb 2022 14:36:43 +0100 Kim Alvefur util.poll: Expose API (epoll or select) used
Wed, 23 Feb 2022 20:30:22 +0100 Kim Alvefur util.poll: Restructure to make adding additional system APIs easier
Sun, 07 Jun 2020 02:25:56 +0200 Kim Alvefur util-src: Use the luaL_pushfail API added in Lua 5.4 to highlight all failure conditions
Sun, 28 Jul 2019 16:17:23 +0200 Kim Alvefur util.poll: Add missing return statements in fallback mode
Sat, 13 Apr 2019 23:55:34 +0200 Kim Alvefur util.poll: Minimize scope of methods
Fri, 12 Oct 2018 03:22:09 +0200 Kim Alvefur net.server_epoll: Special handling of signal interrupts
Fri, 12 Oct 2018 03:21:11 +0200 Kim Alvefur net.server_epoll: Ignore ENOENT when deregitering socket
Fri, 12 Oct 2018 03:20:09 +0200 Kim Alvefur net.server_epoll: Graceful handling of registering already added socket
Thu, 11 Oct 2018 18:56:11 +0200 Kim Alvefur util.poll: Fix inverted logic
Thu, 11 Oct 2018 18:52:12 +0200 Kim Alvefur util.poll: Handle failed epoll FD creation
Thu, 11 Oct 2018 18:50:04 +0200 Kim Alvefur util.poll: Early return from __gc in case of no valid epoll FD
Mon, 08 Oct 2018 15:33:15 +0200 Kim Alvefur util.poll: Increase max epoll events per call
Sun, 07 Oct 2018 20:58:51 +0200 Kim Alvefur util.poll: Zero FD sets watched for errors on creation
Sun, 07 Oct 2018 18:44:46 +0200 Kim Alvefur net.poll: Guard against negative or too large FDs
Sun, 07 Oct 2018 18:41:44 +0200 Kim Alvefur util.poll: Fix missing return for adding duplicate FD
Sat, 06 Oct 2018 18:32:57 +0200 Kim Alvefur util.poll: Tweak metatable name field
Sat, 06 Oct 2018 17:19:50 +0200 Kim Alvefur util.poll: Fix monitoring of socket exceptions in select mode
Sat, 15 Sep 2018 01:17:53 +0200 Kim Alvefur util.poll: Lua 5.1 compat
Sat, 15 Sep 2018 01:05:59 +0200 Kim Alvefur util.poll: Remove 'inline' from function declaration
Wed, 16 May 2018 23:56:34 +0200 Kim Alvefur util.poll: Import poll library with epoll and select support
less more (0) tip