log mercurial/hgweb/wsgicgi.py @ 7012:78341ea65d16

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