log mercurial/hgweb/request.py @ 46244:fb69b51b4daa

age author description
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