Fri, 17 Dec 2010 01:24:59 +0000 Matthew Wild net.httpserver: Default 'ports' = {5280} file | diff | annotate
Sat, 16 Oct 2010 23:00:42 +0500 Waqas Hussain Monster whitespace commit (beware the whitespace monster). file | diff | annotate
Fri, 17 Sep 2010 04:06:07 +0500 Waqas Hussain net.httpserver: Removed old HTTP parser, and updated to use util.httpstream. file | diff | annotate
Sat, 28 Aug 2010 23:41:09 +0100 Matthew Wild net.httpserver: Join multiple headers with the same name as per RFC (thanks darkhippo) file | diff | annotate
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7 file | diff | annotate
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010 file | diff | annotate
Wed, 03 Mar 2010 22:05:05 +0000 Matthew Wild Merge 0.6.2/waqas with 0.6.2/MattJ file | diff | annotate
Thu, 21 Jan 2010 14:53:01 +0000 Matthew Wild net.httpserver: More robust handling of headers split across multiple packets file | diff | annotate
Thu, 21 Jan 2010 13:14:52 +0000 Matthew Wild net.httpserver: Make it possible to return responses with no body file | diff | annotate
Thu, 21 Jan 2010 13:10:13 +0000 Matthew Wild net.httpserver: Close connection on invalid HTTP status line file | diff | annotate
Thu, 10 Dec 2009 16:36:33 +0500 Waqas Hussain net.httpserver: Removed mime handling (now in mod_httpserver). Unknown dynamic content is now always served as text/html. file | diff | annotate
Fri, 04 Dec 2009 09:48:08 -0800 Paul Aurich Disable SSLv2 by default, it's known to be insecure. file | diff | annotate
Wed, 02 Dec 2009 18:02:47 +0000 Matthew Wild net.httpserver: Quick fix to set the correct Content-Type on simple (string) responses, for a few known types file | diff | annotate
Mon, 08 Feb 2010 11:22:21 +0000 Matthew Wild net.httpserver: Make request.conn be the server.lua conn instead of the underlying socket (more useful this way) file | diff | annotate
Mon, 08 Feb 2010 11:20:19 +0000 Matthew Wild net.httpserver: Trailing whitespace file | diff | annotate
Thu, 21 Jan 2010 14:53:01 +0000 Matthew Wild net.httpserver: More robust handling of headers split across multiple packets file | diff | annotate
Thu, 21 Jan 2010 13:14:52 +0000 Matthew Wild net.httpserver: Make it possible to return responses with no body file | diff | annotate
Thu, 21 Jan 2010 13:10:13 +0000 Matthew Wild net.httpserver: Close connection on invalid HTTP status line file | diff | annotate
Sun, 27 Dec 2009 10:09:22 +0500 Waqas Hussain net.httpserver: Optimized response serialization. file | diff | annotate
Thu, 17 Dec 2009 20:10:11 +0000 Matthew Wild net.httpserver: Fix usage of old connection API syntax file | diff | annotate
Thu, 10 Dec 2009 16:36:33 +0500 Waqas Hussain net.httpserver: Removed mime handling (now in mod_httpserver). Unknown dynamic content is now always served as text/html. file | diff | annotate
Fri, 04 Dec 2009 09:48:08 -0800 Paul Aurich Disable SSLv2 by default, it's known to be insecure. file | diff | annotate
Wed, 02 Dec 2009 18:03:10 +0000 Matthew Wild net.httpserver: Fix to work with new server API file | diff | annotate
Wed, 02 Dec 2009 18:02:47 +0000 Matthew Wild net.httpserver: Quick fix to set the correct Content-Type on simple (string) responses, for a few known types file | diff | annotate
Sun, 22 Nov 2009 04:44:26 +0000 Matthew Wild net.httpserver, net.http: Update for new net.server API (untested) file | diff | annotate
Sun, 01 Nov 2009 19:41:49 +0000 Matthew Wild net.httpserver: Pass correct connection object to disconnect listener, which fixes a small leak file | diff | annotate
Mon, 19 Oct 2009 17:56:39 +0100 Matthew Wild net.httpserver: Pass on interface option from new_from_config() (thanks Chris) file | diff | annotate
Sat, 03 Oct 2009 00:54:58 +0100 Matthew Wild net.httpserver: Allow modules registering to provide more than just a default path when using httpserver.new_from_config file | diff | annotate
Tue, 11 Aug 2009 20:49:19 +0100 Matthew Wild net.httpserver: Allow overriding default request handler file | diff | annotate
Tue, 11 Aug 2009 19:40:38 +0100 Matthew Wild net.httpserver: Don't log response bodies! file | diff | annotate
Wed, 05 Aug 2009 03:07:45 +0100 Matthew Wild net.httpserver: Allow response.body to be a non-string file | diff | annotate
Mon, 27 Jul 2009 14:26:59 +0100 Matthew Wild net.httpserver: Reduce log level of 'request left open' message file | diff | annotate
Tue, 14 Jul 2009 21:03:30 +0100 Matthew Wild net.httpserver: Allow specification of the default base URL when using new_from_config() file | diff | annotate
Sun, 12 Jul 2009 15:20:43 +0100 Matthew Wild net.httpserver: Add helper function to set up HTTP server according to given config options file | diff | annotate
Fri, 10 Jul 2009 03:08:38 +0100 Matthew Wild Add copyright header to those files missing one file | diff | annotate
Sun, 28 Jun 2009 14:17:07 +0100 Matthew Wild net.httpserver: Don't upset logger when response is nil file | diff | annotate
Tue, 05 May 2009 14:20:26 +0100 Matthew Wild Merge with 0.4 file | diff | annotate
Mon, 04 May 2009 20:35:44 +0100 Matthew Wild net.httpserver: Fix for urlencoding to always produce 2 digits file | diff | annotate
Mon, 04 May 2009 19:57:05 +0100 Matthew Wild Merge with 0.4 file | diff | annotate
Mon, 04 May 2009 19:53:31 +0100 Matthew Wild net.http, net.httpserver: Remove urlcodes table... it really isn't needed (thanks Jan Harkes) file | diff | annotate
Wed, 22 Apr 2009 20:31:45 +0100 Matthew Wild net.httpserver: Fix potential nil access file | diff | annotate
Thu, 23 Apr 2009 21:06:08 +0100 Matthew Wild Merge with 0.4 branch file | diff | annotate
Thu, 23 Apr 2009 21:04:56 +0100 Matthew Wild net.httpserver: Fix traceback when sending response to a destroyed request file | diff | annotate
Thu, 23 Apr 2009 21:04:07 +0100 Matthew Wild net.httpserver: Don't log the response body (can be binary data...) file | diff | annotate
Wed, 22 Apr 2009 20:31:45 +0100 Matthew Wild net.httpserver: Fix potential nil access file | diff | annotate
Sun, 05 Apr 2009 19:42:56 +0100 Matthew Wild net.httpserver: Don't log that a request has been left open if it is destroyed file | diff | annotate
Mon, 12 Jan 2009 04:02:29 +0000 Matthew Wild core.httpserver: Rename request.responseheaders to the more logical request.headers file | diff | annotate
Mon, 22 Dec 2008 22:12:11 +0000 Matthew Wild Adding initial net.httpserver (lots of work to do on it) file | diff | annotate
(0) tip

mercurial