log net/httpserver.lua @ 12974:ba409c67353b

age author description
Fri, 17 Mar 2023 16:23:12 +0100 Kim Alvefur net: Prefix module imports with prosody namespace
Fri, 23 Mar 2018 13:20:19 +0100 Kim Alvefur net.httpserver: Make function local, fixes loading since there is no environment [luacheck]
Wed, 28 Feb 2018 20:06:26 +0100 Kim Alvefur vairious: Add annotation when an empty environment is set [luacheck]
Sat, 16 Apr 2016 21:08:05 +0100 Emmanuel Gil Peyrot Update every link to the documentation to use HTTPS
Sat, 21 Feb 2015 10:45:24 +0100 Kim Alvefur net.*: Remove use of module() function
Sun, 29 Apr 2012 02:10:55 +0100 Matthew Wild Merge 0.9->trunk
Sat, 28 Apr 2012 16:41:35 +0100 Matthew Wild net.httpserver: Add compatibility stub
Sun, 22 Apr 2012 23:43:34 +0500 Waqas Hussain net.httpserver: Comment dependency on connlisteners. Further cleanup to follow.
Fri, 09 Dec 2011 11:38:35 +0500 Waqas Hussain net.httpserver: Removed unused import.
Mon, 21 Mar 2011 19:35:53 +0000 Matthew Wild net.httpserver: Revert commit eccd3c87d717 which has since been fixed in a better way
Wed, 23 Feb 2011 07:26:54 +0500 Waqas Hussain net.httpserver: Removed an unused function.
Wed, 23 Feb 2011 00:31:12 +0000 Matthew Wild net.httpserver: Fix HTTP after commit c299726d2b4e and add a 500 error response if a request handler fails to make a response to the client
Wed, 23 Feb 2011 02:03:55 +0500 Waqas Hussain net.httpserver: Catch errors thrown in HTTP handlers.
Sun, 13 Feb 2011 22:57:17 +0000 Matthew Wild net.httpserver: Log when an error occurs inside a HTTP request handler