mercurial/httprepo.py
Sat, 23 May 2009 17:03:51 +0200 Henrik Stuart named branches: client branchmap wire protocol support (issue736)
Tue, 28 Apr 2009 17:40:46 +0200 Simon Heimberg separate import lines from mercurial and general python modules
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: print_exc() -> traceback()
Wed, 22 Apr 2009 00:55:32 +0200 Martin Geisler util: use built-in set and frozenset
Mon, 13 Apr 2009 14:36:55 +0200 Patrick Mezard Merge with crew-stable
Mon, 13 Apr 2009 14:33:47 +0200 Patrick Mezard httprepo: hide password in debug traces too
Sat, 11 Apr 2009 18:34:21 -0500 Steve Borho hide passwords in httprepo error messages
Sun, 29 Mar 2009 21:52:43 +0200 Martin Geisler httprepo: lowercase debug output
Wed, 28 Jan 2009 20:06:59 -0600 Steve Borho close sockets on httprepository deletion (issue1487)
Mon, 12 Jan 2009 11:28:28 -0600 Matt Mackall error: move UnexpectedOutput (now ResponseError)
Mon, 12 Jan 2009 10:42:31 -0600 Matt Mackall error: move repo errors
Fri, 07 Nov 2008 15:30:25 -0600 Matt Mackall protocol: avoid sending outrageously large between requests
Tue, 28 Oct 2008 19:25:26 +0100 Benoit Boissinot remove unused variables
Tue, 28 Oct 2008 19:07:14 +0100 Benoit Boissinot Fix https availability checking
Mon, 27 Oct 2008 21:50:01 +0100 Benoit Boissinot factor out the url handling from httprepo
Mon, 27 Oct 2008 17:48:05 +0100 Benoit Boissinot httprepo: factor out proxy handling
Wed, 22 Oct 2008 15:41:32 -0500 Matt Mackall Autodetect static-http
Wed, 22 Oct 2008 21:41:57 +0200 Benoit Boissinot protocol/between: the protocol expects to have ' '-separated tuples
Mon, 08 Sep 2008 14:22:14 +0200 Benoit Boissinot enhance the error output in case of failure during http push
Sun, 29 Jun 2008 23:02:02 +0200 Dirkjan Ochtman add an Accept header to the http client
Thu, 20 Mar 2008 11:12:35 -0500 Matt Mackall remoterepo: no longer needed
Mon, 17 Mar 2008 14:51:41 -0700 Bryan O'Sullivan Merge
Mon, 17 Mar 2008 14:51:36 -0700 Bryan O'Sullivan Backed out changeset 4b81eecc8aa2
Mon, 17 Mar 2008 07:59:23 -0700 Bryan O'Sullivan Backed out changeset 91ac1726730a
Sun, 16 Mar 2008 22:59:04 -0700 Bryan O'Sullivan issue 1003: send all data properly
Sat, 15 Mar 2008 12:42:41 -0700 Eric Hopper Change User-agent field in client to have a lot more info.
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports
Thu, 06 Mar 2008 22:23:26 +0100 Joel Rosdahl Expand import * to allow Pyflakes to find problems
Sun, 03 Feb 2008 21:47:07 -0200 Alexis S. L. Carvalho merge with crew-stable
Sun, 03 Feb 2008 21:03:46 -0200 Alexis S. L. Carvalho httprepo: use separate handlers for HTTP and HTTPS
Sun, 03 Feb 2008 21:03:46 -0200 Alexis S. L. Carvalho move __del__ from httprepository to basehttphandler
Wed, 23 Jan 2008 14:28:25 +0100 Dirkjan Ochtman send conservatively capitalized HTTP headers
Sun, 20 Jan 2008 14:39:25 +0100 Christian Ebert Prefer i in d over d.has_key(i)
Fri, 09 Nov 2007 20:21:35 -0200 Alexis S. L. Carvalho httprepo: give self._url and the netloc to the password manager
Tue, 30 Oct 2007 16:54:25 -0700 Elliott Peele https url handling: usernames and passwords were registered to the wrong url
Wed, 24 Oct 2007 22:15:45 +0200 Sebastian Hauer httprepo: ignore environment proxies when proxies are disabled
Mon, 24 Sep 2007 19:14:18 -0300 Alexis S. L. Carvalho Merge with crew-stable
Mon, 24 Sep 2007 19:00:11 -0300 Alexis S. L. Carvalho Push over HTTP: really tell the user the size of the bundle
Mon, 27 Aug 2007 14:48:08 -0700 Bryan O'Sullivan Push capability checking into protocol-level code.
Mon, 27 Aug 2007 14:16:04 -0700 Bryan O'Sullivan Turn capabilities into a mutable set, instead of a fixed tuple.
Fri, 17 Aug 2007 23:20:13 -0300 Alexis S. L. Carvalho Merge with crew-stable
Fri, 17 Aug 2007 22:43:38 -0300 Peter Meerwald recognize user:password in URLs that include port numbers.
Wed, 15 Aug 2007 16:10:24 -0500 Matt Mackall fix-up references to repo.RepoError
Mon, 06 Aug 2007 01:00:10 -0300 Alexis S. L. Carvalho merge with crew-stable
Mon, 06 Aug 2007 00:35:06 -0300 Alexis S. L. Carvalho httprepo: quote the path part of the URL
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
less more (0) -100 -60 tip