mercurial/hgweb/request.py
Mon, 21 Feb 2022 13:08:28 -0700 Gregory Szorc py3: use class X: instead of class X(object):
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 08:06:37 -0800 Gregory Szorc hgweb: remove Python 3 conditional
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Mon, 12 Apr 2021 03:01:04 +0200 Pierre-Yves David urlutil: extract `url` related code from `util` into the new module
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Thu, 25 Jun 2020 03:46:07 +0200 Manuel Jacob hgweb: encode WSGI environment like OS environment stable
Thu, 25 Jun 2020 03:10:13 +0200 Manuel Jacob hgweb: deduplicate code stable
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Fri, 09 Nov 2018 23:49:39 +0000 Gregory Szorc hgweb: cast bytearray to bytes stable
Mon, 30 Apr 2018 17:28:59 -0700 Gregory Szorc hgweb: allow Content-Security-Policy header on 304 responses (issue5844) stable
Fri, 27 Apr 2018 14:51:02 -0700 Gregory Szorc hgweb: guard against empty Content-Length header stable
Tue, 24 Apr 2018 13:55:25 -0700 Gregory Szorc hgweb: reuse body file object when hgwebdir calls hgweb (issue5851) stable
Thu, 05 Apr 2018 15:42:40 -0400 Matt Harbison hgweb: fallback to checking wsgireq.env for REPO_NAME for 3rd party hosting
Wed, 11 Apr 2018 14:01:37 -0400 Augie Fackler hgweb: use our forked wsgiheaders module instead of stdlib one
Wed, 11 Apr 2018 16:09:23 -0400 Augie Fackler hgweb: put response headers back into str for Python 3
Tue, 13 Mar 2018 14:15:10 -0700 Gregory Szorc hgweb: also set Content-Type header
Fri, 16 Mar 2018 09:41:21 -0700 Gregory Szorc hgweb: refactor multirequest to be a dict of lists
Sun, 11 Mar 2018 16:29:54 -0700 Gregory Szorc hgweb: remove wsgirequest (API)
Sun, 11 Mar 2018 16:19:20 -0700 Gregory Szorc hgweb: store the raw WSGI environment dict
Sun, 11 Mar 2018 15:55:38 -0700 Gregory Szorc hgweb: remove dead wsgirequest code
Sun, 11 Mar 2018 15:33:56 -0700 Gregory Szorc hgweb: support constructing URLs from an alternate base URL
Sun, 11 Mar 2018 13:55:13 -0700 Gregory Szorc hgweb: clarify that apppath begins with a forward slash
Sun, 11 Mar 2018 13:38:56 -0700 Gregory Szorc hgweb: change how dispatch path is reported
Sun, 11 Mar 2018 13:11:13 -0700 Gregory Szorc hgweb: refactor repository name URL parsing
Sun, 11 Mar 2018 12:53:47 -0700 Gregory Szorc tests: add test coverage for parsing WSGI requests
Sat, 10 Mar 2018 18:42:00 -0800 Gregory Szorc hgweb: refactor 304 handling code
Sat, 10 Mar 2018 20:16:20 -0800 Gregory Szorc hgweb: port archive command to modern response API
Sat, 10 Mar 2018 16:17:51 -0800 Gregory Szorc hgweb: refactor fake file object proxy for archiving
Sat, 10 Mar 2018 14:06:58 -0800 Gregory Szorc hgweb: expose repo name on parsedrequest
Sat, 10 Mar 2018 14:00:40 -0800 Gregory Szorc hgweb: expose URL scheme and REMOTE_* attributes
Sat, 10 Mar 2018 12:31:11 -0800 Gregory Szorc hgweb: remove wsgirequest.form (API)
Sat, 10 Mar 2018 12:35:38 -0800 Gregory Szorc hgweb: use a multidict for holding query string parameters
Sat, 10 Mar 2018 11:23:05 -0800 Gregory Szorc hgweb: create dedicated type for WSGI responses
Fri, 09 Mar 2018 17:10:36 -0800 Gregory Szorc hgweb: remove support for short query string based aliases (BC)
Sat, 10 Mar 2018 11:07:53 -0800 Gregory Szorc hgweb: remove support for POST form data (BC)
Sat, 10 Mar 2018 11:06:13 -0800 Gregory Szorc hgweb: expose input stream on parsed WSGI request object
Sat, 10 Mar 2018 10:56:10 -0800 Gregory Szorc hgweb: make parsedrequest part of wsgirequest
Sat, 10 Mar 2018 11:03:45 -0800 Gregory Szorc hgweb: refactor the request draining code
Sat, 10 Mar 2018 10:48:34 -0800 Gregory Szorc hgweb: use a capped reader for WSGI input stream
Thu, 08 Mar 2018 18:00:04 -0800 Gregory Szorc hgweb: remove wsgirequest.__iter__
Thu, 08 Mar 2018 17:57:07 -0800 Gregory Szorc hgweb: remove wsgirequest.read()
Sat, 10 Mar 2018 10:46:08 -0800 Gregory Szorc hgweb: remove unused methods on wsgirequest
Sat, 10 Mar 2018 10:44:56 -0800 Gregory Szorc hgweb: store and use request method on parsed request
Sat, 10 Mar 2018 10:45:12 -0800 Gregory Szorc hgweb: handle CONTENT_LENGTH
Thu, 08 Mar 2018 16:22:25 -0800 Gregory Szorc hgweb: parse and store HTTP request headers
Thu, 08 Mar 2018 15:37:05 -0800 Gregory Szorc hgweb: use parsed request to construct query parameters
Thu, 08 Mar 2018 11:21:46 -0800 Gregory Szorc hgweb: teach WSGI parser about query strings
Thu, 08 Mar 2018 15:08:20 -0800 Gregory Szorc hgweb: use the parsed application path directly
Sat, 10 Mar 2018 10:20:51 -0800 Gregory Szorc hgweb: parse WSGI request into a data structure
Sun, 04 Mar 2018 13:03:22 -0500 Augie Fackler hgweb: convert req.form to bytes for all keys and values
Sat, 17 Feb 2018 01:11:48 -0500 Augie Fackler py3: get bytes-repr of network errors portably
Sat, 17 Feb 2018 00:28:55 -0500 Augie Fackler hgweb: correctly bytes-ify status, not string-ify
Sat, 14 Oct 2017 11:20:31 -0400 Augie Fackler hgweb: fill in content-type and content-length as native strings
Thu, 05 Oct 2017 14:27:21 -0400 Augie Fackler request: coerce content-type to native str
Thu, 05 Oct 2017 14:26:09 -0400 Augie Fackler request: use trivial iterator over dictionary keys
less more (0) -100 -60 tip