Log

net/server_select.lua @ 10093:1266a63ba567

description author age
Fix various spelling mistakes [codespell] Kim Alvefur Fri, 03 May 2019 20:54:24 +0200
net.server_select: Fix write pause/resume functions Kim Alvefur Sun, 24 Mar 2019 20:12:22 +0100
net.server: Only add alternate SNI contexts if at least one is provided Kim Alvefur Mon, 11 Mar 2019 13:00:51 +0100
net.server_select: SNI support (#409) Kim Alvefur Sun, 10 Mar 2019 19:32:33 +0100
net.server: New API for creating server listeners Kim Alvefur Thu, 13 Sep 2018 21:16:37 +0200
Merge 0.11->trunk Kim Alvefur Sun, 18 Nov 2018 01:30:20 +0100
net.server_select: Fix IP validation to use correct variable (thanks quest) 0.11 Kim Alvefur Sat, 17 Nov 2018 16:26:40 +0100
net.server: Add an API for holding writes of outgoing data Kim Alvefur Thu, 25 Oct 2018 15:12:59 +0200
net.server_select: Still allow buffering outgoing data on write-locked connections Kim Alvefur Sun, 28 Oct 2018 17:11:18 +0100
net.server_select: Replace use of deprecated :lock_read in server.link Kim Alvefur Sun, 28 Oct 2018 17:08:50 +0100
net.server_select: Deprecate :lock method Kim Alvefur Sun, 28 Oct 2018 16:55:21 +0100
server_select: Fix :lock method Kim Alvefur Sun, 28 Oct 2018 16:54:08 +0100
net.server_select: Move code from :lock_read into :pause and :resume Kim Alvefur Sun, 28 Oct 2018 16:53:10 +0100
net.server_select: Deprecate connection:lock_read() method Kim Alvefur Sun, 28 Oct 2018 16:49:28 +0100
net.server: Swich method for connecting sockets with remotes Kim Alvefur Fri, 12 Oct 2018 17:36:34 +0200
net.server: Remove socket constructor fallback Kim Alvefur Fri, 12 Oct 2018 16:24:49 +0200
net.server: Require IP address as argument to addclient (no DNS names) Kim Alvefur Thu, 11 Oct 2018 15:48:30 +0200
net.connect: Fix passing request table to new listener Kim Alvefur Wed, 26 Sep 2018 17:36:53 +0200
net.server: Call a 'onattach' callback when replacing listeners Kim Alvefur Wed, 26 Sep 2018 14:25:59 +0200
net.server: Set default read timeout to 14 minutes (fixes #971) Kim Alvefur Fri, 06 Jul 2018 19:02:19 +0200
net.server: Add watchfd, a simple API for watching file descriptors Kim Alvefur Wed, 09 May 2018 16:15:40 +0200
net.server_select: Allow setquitting("once") to allow resuming the loop later Matthew Wild Tue, 10 Apr 2018 20:40:07 +0100
Fix spelling throughout the codebase [codespell] Kim Alvefur Sun, 04 Feb 2018 01:51:25 +0100
net.server_select: Better detection of errors for outgoing connections Matthew Wild Fri, 23 Feb 2018 15:30:00 +0000
Merge 0.10->trunk Kim Alvefur Sat, 26 Nov 2016 20:11:03 +0100
Merge 0.9->0.10 Kim Alvefur Thu, 24 Nov 2016 14:18:25 +0100
net.server_select: Prevent writes after a handler is closed (fixes #783 I hope) Kim Alvefur Tue, 22 Nov 2016 15:28:24 +0100
Merge 0.10 -> trunk Matthew Wild Thu, 28 Jul 2016 09:39:50 +0100
net.server_select: remove unused import [luacheck] Anton Shestakov Thu, 28 Jul 2016 16:14:39 +0800
Merge 0.10->trunk Kim Alvefur Thu, 14 Jul 2016 13:41:02 +0200