Log

net/httpserver.lua @ 13214:5022525364f6

description author age
net: Prefix module imports with prosody namespace Kim Alvefur Fri, 17 Mar 2023 16:23:12 +0100
net.httpserver: Make function local, fixes loading since there is no environment [luacheck] Kim Alvefur Fri, 23 Mar 2018 13:20:19 +0100
vairious: Add annotation when an empty environment is set [luacheck] Kim Alvefur Wed, 28 Feb 2018 20:06:26 +0100
Update every link to the documentation to use HTTPS Emmanuel Gil Peyrot Sat, 16 Apr 2016 21:08:05 +0100
net.*: Remove use of module() function Kim Alvefur Sat, 21 Feb 2015 10:45:24 +0100
Merge 0.9->trunk Matthew Wild Sun, 29 Apr 2012 02:10:55 +0100
net.httpserver: Add compatibility stub Matthew Wild Sat, 28 Apr 2012 16:41:35 +0100
net.httpserver: Comment dependency on connlisteners. Further cleanup to follow. Waqas Hussain Sun, 22 Apr 2012 23:43:34 +0500
net.httpserver: Removed unused import. Waqas Hussain Fri, 09 Dec 2011 11:38:35 +0500
net.httpserver: Revert commit eccd3c87d717 which has since been fixed in a better way Matthew Wild Mon, 21 Mar 2011 19:35:53 +0000
net.httpserver: Removed an unused function. Waqas Hussain Wed, 23 Feb 2011 07:26:54 +0500
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 Matthew Wild Wed, 23 Feb 2011 00:31:12 +0000
net.httpserver: Catch errors thrown in HTTP handlers. Waqas Hussain Wed, 23 Feb 2011 02:03:55 +0500
net.httpserver: Log when an error occurs inside a HTTP request handler Matthew Wild Sun, 13 Feb 2011 22:57:17 +0000
net.httpserver: Removed unused import and variables. Waqas Hussain Wed, 05 Jan 2011 06:34:23 +0500
net.httpserver: Changed an unnecessary global access. Waqas Hussain Wed, 05 Jan 2011 06:26:49 +0500
net.httpserver: Decode percent-encoded characters in URL path. Waqas Hussain Wed, 05 Jan 2011 06:23:17 +0500
net.httpserver: Default 'ports' = {5280} Matthew Wild Fri, 17 Dec 2010 01:24:59 +0000
Monster whitespace commit (beware the whitespace monster). Waqas Hussain Sat, 16 Oct 2010 23:00:42 +0500
net.httpserver: Removed old HTTP parser, and updated to use util.httpstream. Waqas Hussain Fri, 17 Sep 2010 04:06:07 +0500
net.httpserver: Join multiple headers with the same name as per RFC (thanks darkhippo) Matthew Wild Sat, 28 Aug 2010 23:41:09 +0100
Merge 0.6->0.7 Matthew Wild Mon, 22 Mar 2010 17:24:55 +0000
Update copyright headers for 2010 Matthew Wild Mon, 22 Mar 2010 17:06:15 +0000
Merge 0.6.2/waqas with 0.6.2/MattJ Matthew Wild Wed, 03 Mar 2010 22:05:05 +0000
net.httpserver: More robust handling of headers split across multiple packets Matthew Wild Thu, 21 Jan 2010 14:53:01 +0000
net.httpserver: Make it possible to return responses with no body Matthew Wild Thu, 21 Jan 2010 13:14:52 +0000
net.httpserver: Close connection on invalid HTTP status line Matthew Wild Thu, 21 Jan 2010 13:10:13 +0000
net.httpserver: Removed mime handling (now in mod_httpserver). Unknown dynamic content is now always served as text/html. Waqas Hussain Thu, 10 Dec 2009 16:36:33 +0500
Disable SSLv2 by default, it's known to be insecure. Paul Aurich Fri, 04 Dec 2009 09:48:08 -0800
net.httpserver: Quick fix to set the correct Content-Type on simple (string) responses, for a few known types Matthew Wild Wed, 02 Dec 2009 18:02:47 +0000