Fri, 13 Nov 2009 06:29:49 +0100 |
Henrik Stuart |
url: generalise HTTPS proxy handling to accomodate Python changes
|
Mon, 02 Nov 2009 11:03:22 -0500 |
Augie Fackler |
keepalive: handle broken pipes gracefully during large POSTs
|
Sat, 19 Sep 2009 01:15:38 +0200 |
Martin Geisler |
do not attempt to translate ui.debug output
|
Tue, 11 Aug 2009 22:45:38 +0200 |
Henrik Stuart |
url: add support for custom handlers in extensions
|
Tue, 14 Jul 2009 17:12:12 -0300 |
Wagner Bruna |
url: fix use of non-int port in https connections via proxy
|
Wed, 08 Jul 2009 18:35:13 +0200 |
Henrik Stuart |
url: fix use of non-int port in https connections (issue1725)
|
Sat, 20 Jun 2009 17:09:49 +0200 |
Henrik Stuart |
url: let host port take precedence when connecting to HTTPS
|
Sat, 20 Jun 2009 10:58:57 +0200 |
Henrik Stuart |
url: support client certificate files over HTTPS (issue643)
|
Fri, 22 May 2009 08:56:43 +0200 |
Henrik Stuart |
url: use CONNECT for HTTPS connections through HTTP proxy (issue967)
|
Mon, 11 May 2009 07:55:13 +0200 |
Sune Foldager |
url: fix bug in passwordmgr related to auth configuration
|
Mon, 04 May 2009 20:26:27 +0200 |
Sune Foldager |
allow http authentication information to be specified in the configuration
|
Sun, 26 Apr 2009 01:08:54 +0200 |
Martin Geisler |
updated license to be explicit about GPL version 2
|
Sun, 26 Apr 2009 16:50:44 -0500 |
Matt Mackall |
ui: make interactive a method
|
Wed, 22 Apr 2009 00:55:32 +0200 |
Martin Geisler |
util: use built-in set and frozenset
|
Tue, 28 Oct 2008 23:54:01 +0100 |
Patrick Mezard |
url: detect scheme with a regexp instead of urlsplit()
|
Tue, 28 Oct 2008 22:24:41 +0100 |
Patrick Mezard |
url: fix file:// URL handling
|
Mon, 27 Oct 2008 21:50:01 +0100 |
Benoit Boissinot |
factor out the url handling from httprepo
|