log mercurial/httprepo.py @ 4872:419a6f715c6a

age author description
Sun, 08 Jul 2007 09:54:42 +0200 Thomas Arendsen Hein Removed deprecated hg:// and old-http:// protocols (issue406)
Fri, 29 Jun 2007 11:13:36 +0200 Thomas Arendsen Hein Added full URL to debug output if something doesn't look like an http hg repo.
Fri, 22 Jun 2007 14:32:54 -0300 Alexis S. L. Carvalho Work around urllib2 digest auth bug with Python < 2.5
Tue, 19 Jun 2007 08:06:37 +0200 Thomas Arendsen Hein Cleanup of whitespace, indentation and line continuation.
Wed, 06 Jun 2007 20:22:52 +0200 Thomas Arendsen Hein Removed trailing whitespace and tabs from python files
Thu, 19 Apr 2007 17:54:43 +0200 Thomas Arendsen Hein Merge with crew-stable
Thu, 19 Apr 2007 17:52:42 +0200 Thomas Arendsen Hein Avoid float rounding errors when checking http protocol version.
Fri, 16 Mar 2007 00:45:18 -0300 Alexis S. L. Carvalho Merge with crew-stable
Fri, 16 Mar 2007 00:22:53 -0300 Alexis S. L. Carvalho Work around a urllib2 bug in Python < 2.4.2
Sun, 04 Mar 2007 09:03:21 -0300 Alexis S. L. Carvalho Merge with crew-stable
Mon, 19 Feb 2007 12:38:58 +0300 Andrei Vermel Close keepalive connections to fix server traceback
Mon, 15 Jan 2007 18:23:21 +0100 Benoit Boissinot merge with -stable
Mon, 08 Jan 2007 16:12:35 +0100 Benoit Boissinot Subclass file with a __len__ method instead of setting Content-length
Tue, 02 Jan 2007 22:40:52 +0100 Thomas Arendsen Hein sync with -stable
Fri, 29 Dec 2006 05:27:48 +0100 Benoit Boissinot fix handling of multiple Content-type headers