net/http/parser.lua
Tue, 27 Jul 2021 00:13:18 +0200 Kim Alvefur Fix various spelling errors (thanks codespell)
Wed, 21 Oct 2020 10:34:16 +0100 Matthew Wild net.http.parser: Expose 'partial', 'chunked' and 'body_length' on packets
Thu, 20 Aug 2020 16:43:27 +0200 Kim Alvefur net.http.parser: Fix indentation
Sat, 01 Aug 2020 18:41:23 +0200 Kim Alvefur net.http.parser: Allow specifying sink for large request bodies
Sat, 01 Aug 2020 18:14:09 +0200 Kim Alvefur net.http.parser: Switch to util.dbuffer for buffering incoming data
Wed, 01 Jan 2020 01:22:57 +0100 Kim Alvefur net.http.parser: Add TODO related to #726
Mon, 23 Dec 2019 21:29:34 +0100 Kim Alvefur net.http.parser: Silence warning about unused variable [luacheck]
Sun, 02 Apr 2017 00:24:07 +0200 Kim Alvefur net.http: Pass error all the way to callback
Fri, 26 Aug 2016 16:42:14 +0200 Kim Alvefur net.http.parser: Don't collapse buffer when expecting a chunk and not enough data has been received
Fri, 26 Aug 2016 16:39:04 +0200 Kim Alvefur net.http.parser: Fix missing buffer length adjustment when parsing chunked streams
Thu, 18 Aug 2016 15:16:02 +0200 Kim Alvefur Merge 0.9->0.10
Thu, 18 Aug 2016 14:50:06 +0200 Kim Alvefur net.http.parser: Allow limits to be configurable via options callback
Thu, 18 Aug 2016 14:48:42 +0200 Kim Alvefur net.http.parser: Add a limit on maximum buffer size, default to 20M
Thu, 18 Aug 2016 14:47:58 +0200 Kim Alvefur net.http.parser: Add a limit on content length, default to 10M
Sat, 13 Aug 2016 20:19:08 +0200 Kim Alvefur net.http.parser: Buffer into a table to reduce GC pressure, collapse to string when needed (fixes #603)
Sat, 13 Aug 2016 15:09:43 +0200 Kim Alvefur net.http.parser: Remove unused argument [luacheck]
Tue, 18 Nov 2014 17:40:37 +0000 Matthew Wild net.http.parser: Fix whitespace/indentation
Mon, 10 Nov 2014 14:47:33 -0500 daurnimator net.http.parser: Fix chunked encoding parsing across packet boundaries.
Wed, 03 Sep 2014 18:49:41 +0100 Matthew Wild net.http.parser: Support status code 101 and allow handling of the received data by someone else
Mon, 15 Apr 2013 21:25:59 +0100 Matthew Wild net.http.parser: Remove accidentally-committed debugging
Mon, 15 Apr 2013 21:21:57 +0100 Matthew Wild net.http.parser: Fix off-by-one error in chunked encoding parser
Thu, 11 Apr 2013 20:01:03 +0100 Matthew Wild net.http.parser: Fix chunked encoding response parsing, and make it more robust
Thu, 11 Apr 2013 19:58:53 +0100 Matthew Wild net.http.parser: Convert status_code to a number before trying to compare it to numbers
Thu, 11 Apr 2013 17:39:10 +0100 Matthew Wild net.http.parser: Break when no more usable data in buffer (client part of e5ec60dfb202)
Thu, 11 Apr 2013 17:37:37 +0100 Matthew Wild net.http.parser: Depend on util.http instead of net.http for urlencode
Fri, 08 Feb 2013 00:27:59 +0500 Waqas Hussain net.http.parser: Ensure full URL in status line contains a path.
Fri, 08 Feb 2013 00:18:40 +0500 Waqas Hussain net.http.parser: Fix traceback on invalid URL in status line.
Tue, 08 Jan 2013 13:33:01 +0100 Kim Alvefur net.http.parser: Abort if no status line is received.
Fri, 21 Dec 2012 13:37:39 +0500 Waqas Hussain net.http.parser: Skip url.parse when we don't have a full URL (also fixes traceback on paths starting with '//').
Mon, 03 Dec 2012 10:01:06 +0500 Waqas Hussain net.http.parser: Fix syntax error introduced in c5edb08fc7cb.
Thu, 29 Nov 2012 07:38:00 +0500 Matthew Wild net.http.parser: Collapse multiple consecutive slashes in a path to a single slash
Fri, 25 May 2012 02:32:33 +0100 Matthew Wild net.http.parser: Break loop when no more usable data in buffer
Tue, 15 May 2012 14:00:57 +0200 Kim Alvefur net.http.parser: Keep the Host header no host is present in the URI
Sat, 12 May 2012 03:09:52 +0100 Matthew Wild net.http.parser: Do full URL decoding and parsing (e.g. adds request.url.query when present)
Thu, 26 Apr 2012 16:48:16 +0100 Matthew Wild mod_http_files, net.http.parser: Move path normalization to net.http.parser so that all modules can benefit
Thu, 26 Apr 2012 20:07:13 +0500 Waqas Hussain net.http.parser: Handle full URLs in status line.
Sun, 08 Apr 2012 04:09:33 +0500 Waqas Hussain net.http.{server|codes|parser}: Initial commit.
less more (0) tip