net/http/server.lua
Fri, 21 Sep 2018 21:33:41 +0200 Kim Alvefur net.http.server: Fix default host logic
Fri, 21 Sep 2018 21:19:41 +0200 Kim Alvefur net.http.server: Move handling of hosts to mod_http
Fri, 27 Oct 2017 14:08:28 +0200 Kim Alvefur net.http.server: Include response object in most http-error events
Thu, 18 Aug 2016 15:21:30 +0200 Kim Alvefur net.http.server: Add luacheck annotations
Thu, 18 Aug 2016 15:16:02 +0200 Kim Alvefur Merge 0.9->0.10
Thu, 18 Aug 2016 14:50:39 +0200 Kim Alvefur net.http.server: Expose way to set http server options
Mon, 08 Aug 2016 16:07:46 +0200 Kim Alvefur net.http.server: Set blocksize for serving data from FDs to 64k (sweet spot of efficiency according to a recent study)
Mon, 11 Jul 2016 11:52:43 +0200 Kim Alvefur net.http.server: Add response method for reading response body from a file handle
Sat, 16 Jan 2016 22:43:11 +0100 Kim Alvefur net.http.server: Return from listen_on() whatever net.server.addserver() returns
Thu, 03 Dec 2015 16:12:44 +0000 Matthew Wild net.http.server: Import util.cache
Thu, 03 Dec 2015 14:54:29 +0000 Matthew Wild net.http.server: Use new util.cache to remember wildcard event handlers
Fri, 27 Mar 2015 22:19:44 +0000 Matthew Wild Merge with merge merge merge
Fri, 27 Mar 2015 22:11:58 +0000 Matthew Wild Merge 0.9->0.10 (third time lucky)
Fri, 27 Mar 2015 00:28:16 +0100 Kim Alvefur Merge with merge
Fri, 27 Mar 2015 00:27:29 +0100 Kim Alvefur Merge 0.9->0.10 again
Thu, 26 Mar 2015 16:48:39 +0000 Matthew Wild Merge 0.9->0.10
Sat, 14 Mar 2015 22:39:03 +0000 Matthew Wild net.http.server: Log event name when firing a request event
Mon, 08 Dec 2014 15:48:36 +0100 Kim Alvefur net.http.server: Log names of the events fired
Tue, 02 Sep 2014 22:33:11 +0200 Kim Alvefur Merge 0.9->0.10
Fri, 29 Aug 2014 11:54:34 +0100 Matthew Wild net.http, net.http.server, mod_c2s, mod_s2s, mod_component, mod_admin_telnet, mod_net_multiplex: Add ondetach to release connection from 'sessions' table (or equivalent)
Thu, 28 Aug 2014 09:23:24 +0100 Matthew Wild Merge 0.9->0.10
Wed, 27 Aug 2014 10:44:45 +0200 Kim Alvefur net.http.server: Comment out a log message
Tue, 15 Apr 2014 14:51:49 -0400 Daurnimator net.http.server: Fix some typos introduced in 420c0d3b8583.
Tue, 15 Apr 2014 18:07:45 +0100 Daurnimator net.http.server: Add prepare_header() and finish_response() to allow sending chunked responses via the API
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Mon, 22 Jul 2013 17:28:37 +0200 Kim Alvefur net.http.server: Fix Keep-Alive requests with HTTP 1.0
Mon, 22 Apr 2013 12:35:52 +0100 Matthew Wild mod_c2s, mod_s2s, net.http, net.http.server: Improve tracebacks (omit traceback function), to make it clearer where an error occured
Mon, 22 Apr 2013 12:25:00 +0100 Matthew Wild net.server.http: Add a comment
Mon, 22 Apr 2013 12:24:42 +0100 Matthew Wild net.server.http: Ensure that event map cannot grow forever (limit to 10K wildcard-only entries)
Wed, 17 Apr 2013 15:28:20 -0400 Waqas Hussain net.http.server: The correct Connection header value to look for is Keep-Alive, not keep-alive.
Sun, 07 Apr 2013 12:23:29 +0000 Marco Cirillo net.http.server: add API to allow firing events directly on the server.
Sun, 31 Mar 2013 13:45:04 +0100 Matthew Wild net.http.server: Don't overwrite existing response.headers when returning a response object from a HTTP handler (waqas says it's wrong)
Tue, 26 Feb 2013 19:41:52 +0500 Waqas Hussain net.http.server: Ensure HTTP callbacks are never called recursively for pipelined requests.
Sat, 12 Jan 2013 17:26:50 +0100 Florian Zeitz net.http.server: Properly handle persistent connections
Sat, 28 Apr 2012 19:36:57 +0100 Matthew Wild net.http.server: Code cleanup/adjustment now that send_response() accepts response.body
Sat, 28 Apr 2012 19:36:09 +0100 Matthew Wild net.http.server: Use response.body if it exists and body is not specified to send_response
Sat, 28 Apr 2012 14:27:48 +0100 Matthew Wild net.http.server: Remove unused imports and variables (fixes traceback due to removed net.httpserver)
Sat, 28 Apr 2012 01:13:49 +0100 Matthew Wild net.http.server: Try default_host if client sent no host anywhere, otherwise... fail. It's 2012.
Sat, 28 Apr 2012 00:51:36 +0100 Matthew Wild net.http.server: Fix traceback on missing host header (thanks darkrain)
Fri, 27 Apr 2012 23:11:23 +0100 Matthew Wild net.http.server, mod_http: Support http_default_host config option to specify where to direct requests for unknown HTTP vhosts
Fri, 27 Apr 2012 22:37:56 +0100 Matthew Wild net.http.server: Improve comment
Fri, 27 Apr 2012 20:01:21 +0100 Matthew Wild net.http.server: Remove unused variable
Fri, 27 Apr 2012 20:00:06 +0100 Matthew Wild net.http.server: Correctly cache results of handler indexing, and also cache failures
Thu, 26 Apr 2012 16:25:17 +0100 Matthew Wild Merge with backout
Thu, 26 Apr 2012 16:25:11 +0100 Matthew Wild Revert 98bfebb38705, moved to net.http.parser in 4fc99f1b7570
Thu, 26 Apr 2012 16:11:08 +0100 Matthew Wild net.http.server: Fire http-error 400 if request fails sanity checks
Thu, 26 Apr 2012 15:14:19 +0100 Matthew Wild net.http.server: Make error handling overrideable via 'http-error' event
Thu, 26 Apr 2012 15:05:05 +0100 Matthew Wild net.server.http: Parse absolute URIs in requests (thanks Maranda)
Thu, 26 Apr 2012 06:58:57 +0100 Matthew Wild net.http.server: Expose events object (for debug purposes)
Thu, 26 Apr 2012 06:47:17 +0100 Matthew Wild net.http.server: Lower score of wildcard handlers to ensure specific handlers beat them
Thu, 26 Apr 2012 04:24:43 +0100 Matthew Wild net.http.server: Fix to compare priority if path lengths are the same (logic fail)
Wed, 25 Apr 2012 23:08:33 +0100 Matthew Wild net.http.server: Support for on_destroy callback on response objects, and a 'finished' flag to say when they are destroyed (responded to or connection closed)
Wed, 25 Apr 2012 15:02:27 +0100 Matthew Wild net.http.server: Small fix to comment
Wed, 25 Apr 2012 14:58:10 +0100 Matthew Wild net.http.server: Remove legacy compatibility
Tue, 24 Apr 2012 19:07:12 +0100 Matthew Wild net.http.server: Handle results returned by handlers, and send as a response. Also removes explicit firing of '*', which can now be done via wildcard events.
Tue, 24 Apr 2012 19:05:45 +0100 Matthew Wild net.http.server: Remove debug message
Mon, 23 Apr 2012 21:29:18 +0100 Matthew Wild net.http.server: Support for wildcard events (events that end with '/*')
Sun, 22 Apr 2012 23:44:21 +0500 Waqas Hussain net.http.server: Fix legacy net.httpserver fallback (httpserver is no longer a global).
Sat, 21 Apr 2012 17:38:01 +0500 Waqas Hussain net.http.server: Fire global HTTP event when no specific handlers available.
Sat, 21 Apr 2012 17:37:00 +0500 Waqas Hussain net.http.server: Missing <title/> in 404 Not Found response.
less more (0) tip