util-src/poll.c
Mon, 27 Nov 2023 08:19:52 +0100 Kim Alvefur util.poll: Rename things to clarify poll(2) limits
Tue, 21 Nov 2023 20:45:56 +0100 Kim Alvefur util.poll: Quadruple number of events retrieved at once from epoll
Tue, 21 Nov 2023 17:43:46 +0100 Kim Alvefur util.poll: Return early if given zero timeout and no pending events
Fri, 17 Mar 2023 18:03:07 +0100 Kim Alvefur util: Add compat for prosody module name change to C sources
Fri, 10 Feb 2023 00:37:05 +0100 Kim Alvefur util.poll: Include unistd.h only for epoll
Fri, 01 Jul 2022 21:21:21 +0200 Kim Alvefur util-src: Remove Lua 5.1 compat macros
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