Thu, 05 Oct 2017 14:22:02 -0400 |
Augie Fackler |
hgweb: when constructing or adding to a wsgi environ dict, use native strs
|
Fri, 29 Sep 2017 15:48:34 +0000 |
Alex Gaynor |
style: never use a space before a colon or comma
|
Sun, 18 Dec 2016 01:54:36 +0530 |
Pulkit Goyal |
py3: replace os.environ with encoding.environ (part 3 of 5)
|
Thu, 20 Oct 2016 23:53:36 +0900 |
Yuya Nishihara |
py3: bulk replace sys.stdin/out/err by util's
|
Sat, 31 Oct 2015 22:07:40 +0900 |
Yuya Nishihara |
hgweb: use absolute_import
|
Mon, 04 Feb 2013 23:25:25 +0100 |
Mads Kiilerich |
hgweb.cgi: fix internal WSGI emulation (issue3804)
stable
|
Wed, 15 Aug 2012 22:38:42 +0200 |
Mads Kiilerich |
fix trivial spelling errors
|
Mon, 25 Jul 2011 15:38:10 -0500 |
Augie Fackler |
wsgicgi: use getattr instead of hasattr
|
Fri, 06 May 2011 15:25:35 +0200 |
Adrian Buehlmann |
rename util.set_binary to setbinary
|
Sat, 06 Feb 2010 04:27:28 -0600 |
Augie Fackler |
hgweb: add support for 100-continue as recommended by PEP 333.
|
Mon, 22 Mar 2010 15:16:27 +0100 |
Konstantin Zemlyak |
wsgicgi: call close() on iterable to avoid resource leaks
stable
|
Fri, 05 Feb 2010 18:50:08 +0100 |
Benoit Boissinot |
fix spaces/identation issues
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Sun, 03 Jan 2010 17:26:39 +0100 |
Patrick Mezard |
hgweb: improve IIS PATH_INFO fix ee8af8a4d905 (issue1580)
stable
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Mon, 12 Jan 2009 09:16:03 +0100 |
Dirkjan Ochtman |
use dict.iteritems() rather than dict.items()
|
Tue, 25 Nov 2008 17:54:49 +0100 |
Dirkjan Ochtman |
hgweb: support broken IIS 5 behavior with .cgi in PATH_INFO
|
Mon, 08 Sep 2008 13:07:00 +0200 |
Peter Ruibal |
use Exception(args)-style raising consistently (py3k compatibility)
|
Thu, 21 Aug 2008 10:55:24 +0200 |
Dirkjan Ochtman |
hgweb: fix WSGI iterators handling in CGI adapter (issue1254)
|
Sun, 02 Dec 2007 10:12:26 +0100 |
Dirkjan Ochtman |
Fix style nit and add some comments to tests.
|
Sat, 01 Dec 2007 19:19:08 +0100 |
Dirkjan Ochtman |
Use SCRIPT_NAME and PATH_INFO instead of REQUEST_URI. This is required by WSGI (fixes issue846).
|
Sat, 01 Dec 2007 18:26:27 +0100 |
Dirkjan Ochtman |
CGI compatibility fix for d74fc8dec2b4.
|
Thu, 12 Jul 2007 13:55:20 -0600 |
Wesley J. Landaker |
Handle CGI SSL detection via HTTPS environment better.
|
Mon, 04 Jun 2007 00:24:48 -0300 |
Alexis S. L. Carvalho |
wsgicgi: change stdin to binary mode
|
Tue, 13 Feb 2007 06:50:00 -0200 |
Alexis S. L. Carvalho |
Switch CGI stdout to binary on windows
|
Fri, 17 Nov 2006 08:06:54 +0100 |
Thomas Arendsen Hein |
white space and line break cleanups
|
Mon, 03 Jul 2006 00:33:19 -0300 |
Alexis S. L. Carvalho |
hgweb: fix unbundle.
|
Tue, 27 Jun 2006 00:09:33 -0700 |
Eric Hopper |
This patch make several WSGI related alterations.
|