plugins/mod_httpserver.lua
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Fri, 01 Jan 2010 21:32:23 +0000 Matthew Wild mod_httpserver: Rudimentary directory detection, return forbidden instead of causing a traceback (since commit 0325f241a26c)
Thu, 10 Dec 2009 16:52:08 +0500 Waqas Hussain mod_httpserver: Text files are text/plain, and not plain/text.
Thu, 10 Dec 2009 16:34:38 +0500 Waqas Hussain mod_httpserver: Removed a log message.
Thu, 10 Dec 2009 16:27:17 +0500 Waqas Hussain mod_httpserver: Read files in binary mode; fixes issues with serving binary files.
Thu, 10 Dec 2009 16:25:50 +0500 Waqas Hussain mod_httpserver: Skip returning a Content-Type when not known (application/octet-stream is not a correct default).
Thu, 10 Dec 2009 16:22:34 +0500 Waqas Hussain mod_httpserver: Return Content-Type header based on file extension.
Fri, 01 Jan 2010 21:32:23 +0000 Matthew Wild mod_httpserver: Rudimentary directory detection, return forbidden instead of causing a traceback (since commit 0325f241a26c)
Thu, 10 Dec 2009 16:52:08 +0500 Waqas Hussain mod_httpserver: Text files are text/plain, and not plain/text.
Thu, 10 Dec 2009 16:34:38 +0500 Waqas Hussain mod_httpserver: Removed a log message.
Thu, 10 Dec 2009 16:27:17 +0500 Waqas Hussain mod_httpserver: Read files in binary mode; fixes issues with serving binary files.
Thu, 10 Dec 2009 16:25:50 +0500 Waqas Hussain mod_httpserver: Skip returning a Content-Type when not known (application/octet-stream is not a correct default).
Thu, 10 Dec 2009 16:22:34 +0500 Waqas Hussain mod_httpserver: Return Content-Type header based on file extension.
Thu, 10 Dec 2009 16:21:33 +0500 Waqas Hussain mod_httpserver: Delay setup until after server is started.
Sat, 03 Oct 2009 00:57:26 +0100 Matthew Wild mod_httpserver: Update to use new httpserver.new_from_config syntax
Thu, 24 Sep 2009 11:16:25 +0100 Matthew Wild Merge with 0.5
Mon, 21 Sep 2009 17:57:28 +0100 Matthew Wild mod_httpserver: Configurable filesystem path to serve from
Fri, 11 Sep 2009 03:13:56 +0100 Matthew Wild Merge with 0.5 (no changes!)
Fri, 11 Sep 2009 03:12:09 +0100 Matthew Wild mod_httpserver: Backport from trunk more thorough validation of URLs prior to processing
Tue, 11 Aug 2009 21:33:24 +0100 Matthew Wild mod_httpserver: Set default file handler (you can now request static files as /*) and restructure code a bit
Tue, 14 Jul 2009 21:04:22 +0100 Matthew Wild mod_httpserver: Update to use new new_from_config() too
Sun, 12 Jul 2009 15:22:37 +0100 Matthew Wild mod_httpserver: Use new httpserver helper to initialise ports
Fri, 10 Jul 2009 03:08:38 +0100 Matthew Wild Add copyright header to those files missing one
Mon, 22 Jun 2009 16:16:08 +0100 Matthew Wild mod_httpserver: Allow configuration of ports and base path, like mod_bosh
Mon, 12 Jan 2009 03:29:05 +0000 Matthew Wild mod_httpserver: Add require 'net.httpserver'
Mon, 22 Dec 2008 22:13:22 +0000 Matthew Wild Add initial mod_httpserver for serving static content
less more (0) tip