log mercurial/url.py @ 12727:52971985be14

age author description
Fri, 01 Oct 2010 16:43:03 +0200 Martin Geisler merge with stable
Fri, 01 Oct 2010 16:08:46 +0200 Martin Geisler url: mark certificate error string for translation stable
Fri, 01 Oct 2010 00:54:03 +0200 Mads Kiilerich merge with stable
Fri, 01 Oct 2010 00:46:59 +0200 Mads Kiilerich url: verify correctness of https server certificates (issue2407) stable
Fri, 24 Sep 2010 00:17:04 +0200 Patrick Mezard Merge with stable
Thu, 23 Sep 2010 11:41:27 +0200 Alexandre Fayolle Fix memory leak when using hg commands over http repositories stable
Thu, 26 Aug 2010 11:03:12 -0500 Matt Mackall merge with stable
Fri, 13 Aug 2010 10:53:10 +0200 Martin Geisler url: limit expansion to safe auth keys (Issue2328) stable
Fri, 13 Aug 2010 10:10:11 +0200 Martin Geisler url: expand vars in all [auth] settings (issue2328) stable
Sat, 14 Aug 2010 18:31:22 -0300 Renato Cunha url.py: removed 'file' inheritance in the httpsendfile class
Sat, 14 Aug 2010 03:30:35 +0200 Martin Geisler Merge with stable
Fri, 13 Aug 2010 13:32:05 -0300 Wagner Bruna http basic auth: reset redirect counter on new requests (issue2255) stable
Fri, 13 Aug 2010 10:53:10 +0200 Martin Geisler url: limit expansion to safe auth keys (Issue2328)
Fri, 13 Aug 2010 10:10:11 +0200 Martin Geisler url: expand vars in all [auth] settings (issue2328)
Sat, 26 Jun 2010 23:00:58 +0200 Mads Kiilerich http digest auth: reset redirect counter on new requests (issue2255) stable
Wed, 16 Jun 2010 22:54:58 +0200 Mads Kiilerich http push: break infinite recursion on failure with Python 2.6.5 (issue2179)
Thu, 08 Apr 2010 11:00:46 -0400 Michael Glassford schemes: fix // breakage with Python 2.6.5 (issue2111) stable
Fri, 26 Mar 2010 21:37:18 +0100 Benoit Allard url: expand path in auth filenames stable
Wed, 24 Feb 2010 17:11:37 +0100 Martin Geisler url: only mark format string for translation stable
Tue, 23 Feb 2010 22:31:54 +0100 Patrick Mezard url: avoid traceback when parsing [auth] (issue2056) stable
Fri, 19 Feb 2010 02:51:35 +0100 Benoit Boissinot url: *args argument is a tuple, not a list (found by pylint) stable
Mon, 15 Feb 2010 22:39:36 +0100 Benoit Boissinot url: correctly quote '/' in user and password embedded in urls stable
Mon, 15 Feb 2010 18:12:50 +0100 Benoit Boissinot url: fix python < 2.6 with ssl installed stable
Thu, 11 Feb 2010 20:42:20 +0100 Benoit Boissinot url: proxy handling, simplify and correctly deal with IPv6
Wed, 10 Feb 2010 17:42:57 -0600 Matt Mackall ssl: fix compatibility with pre-2.6 Python
Wed, 10 Feb 2010 20:27:46 +0100 Henrik Stuart url: SSL server certificate verification using web.cacerts file (issue1174)
Wed, 10 Feb 2010 20:08:18 +0100 Benoit Boissinot url: httplib.HTTPSConnection already handles IPv6 and port parsing fine
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Tue, 19 Jan 2010 22:20:08 -0600 Matt Mackall Update license to GPLv2+ stable
Fri, 13 Nov 2009 06:29:49 +0100 Henrik Stuart url: generalise HTTPS proxy handling to accomodate Python changes