Log

net/httpserver.lua @ 3757:e8be634e217a

description author age
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
net.httpserver: Make request.conn be the server.lua conn instead of the underlying socket (more useful this way) Matthew Wild Mon, 08 Feb 2010 11:22:21 +0000
net.httpserver: Trailing whitespace Matthew Wild Mon, 08 Feb 2010 11:20:19 +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: Optimized response serialization. Waqas Hussain Sun, 27 Dec 2009 10:09:22 +0500
net.httpserver: Fix usage of old connection API syntax Matthew Wild Thu, 17 Dec 2009 20:10:11 +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: Fix to work with new server API Matthew Wild Wed, 02 Dec 2009 18:03:10 +0000
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
net.httpserver, net.http: Update for new net.server API (untested) Matthew Wild Sun, 22 Nov 2009 04:44:26 +0000
net.httpserver: Pass correct connection object to disconnect listener, which fixes a small leak Matthew Wild Sun, 01 Nov 2009 19:41:49 +0000
net.httpserver: Pass on interface option from new_from_config() (thanks Chris) Matthew Wild Mon, 19 Oct 2009 17:56:39 +0100
net.httpserver: Allow modules registering to provide more than just a default path when using httpserver.new_from_config Matthew Wild Sat, 03 Oct 2009 00:54:58 +0100
net.httpserver: Allow overriding default request handler Matthew Wild Tue, 11 Aug 2009 20:49:19 +0100
net.httpserver: Don't log response bodies! Matthew Wild Tue, 11 Aug 2009 19:40:38 +0100