Thu, 02 Nov 2006 14:58:55 +0100 |
Thomas Arendsen Hein |
Client support for hgweb unbundle with versions.
|
Wed, 01 Nov 2006 22:01:30 +0100 |
Benoit Boissinot |
hgweb: if the server supports it, send a compressed bundle
|
Wed, 01 Nov 2006 14:53:11 -0300 |
Alexis S. L. Carvalho |
Use httpconnection even with proxies.
|
Sat, 28 Oct 2006 23:05:57 +0200 |
Thomas Arendsen Hein |
Inform the user about the new URL when being redirected via http.
|
Sat, 28 Oct 2006 11:00:59 +0200 |
Thomas Arendsen Hein |
Stripping of query string (since 88b4755fa48f) stripped too much (issue327)
|
Fri, 27 Oct 2006 19:24:57 +0200 |
Thomas Arendsen Hein |
Turn bundle file into a string for http push, for urllib2 over proxies.
|
Fri, 27 Oct 2006 18:30:53 +0200 |
Thomas Arendsen Hein |
Force the content-length header to be a string in httprepo.unbundle.
|
Fri, 27 Oct 2006 18:20:28 +0200 |
Thomas Arendsen Hein |
Use the new UnexpectedOutput exception in httprepo, too.
|
Fri, 27 Oct 2006 15:02:27 +0200 |
Benoit Boissinot |
httprepo: record the url after a request, makes pull + redirect works
|
Wed, 18 Oct 2006 02:08:36 -0500 |
Matt Mackall |
httprepo: add support for passing lookup exception data
|
Sat, 09 Sep 2006 18:25:06 -0700 |
Eric Hopper |
Adding changegroupsubset and lookup to web protocol so pull -r and
|
Sun, 15 Oct 2006 21:09:56 +0200 |
Thomas Arendsen Hein |
Catch python2.3's IndexError with bogus http proxy settings. (issue203)
|
Sun, 01 Oct 2006 19:26:33 +0200 |
Thomas Arendsen Hein |
Whitespace/Tab cleanup
|
Tue, 26 Sep 2006 14:40:21 -0500 |
TK Soh |
do not disclose proxy user and password in debug messages
|
Mon, 18 Sep 2006 17:43:31 +0200 |
Benoit Boissinot |
fix warnings spotted by pychecker
|
Fri, 08 Sep 2006 09:36:18 +0200 |
Thomas Arendsen Hein |
Never apply string formatting to generated errors with util.Abort.
|
Sat, 12 Aug 2006 12:30:02 -0700 |
Vadim Gelfer |
update copyrights.
|
Mon, 31 Jul 2006 07:11:12 -0700 |
Vadim Gelfer |
clean up hg.py: move repo constructor code into each repo module
|
Tue, 25 Jul 2006 13:50:32 -0700 |
Vadim Gelfer |
hooks: add url to changegroup, incoming, prechangegroup, pretxnchangegroup hooks
|
Fri, 14 Jul 2006 11:17:22 -0700 |
Vadim Gelfer |
add support for streaming clone.
|
Thu, 06 Jul 2006 03:14:55 -0300 |
Alexis S. L. Carvalho |
HTTPS: fix python2.3, persistent connections, don't explode if SSL is not available
|
Mon, 03 Jul 2006 00:23:58 -0300 |
Alexis S. L. Carvalho |
Fix push over https.
|
Mon, 03 Jul 2006 00:23:56 -0300 |
Alexis S. L. Carvalho |
Allow http://user@example.com URLs (i.e. without passwords)
|
Mon, 26 Jun 2006 16:47:24 +0200 |
Thomas Arendsen Hein |
Make "[web] allow_push, deny_push" and "[http_proxy] no" use ui.configlist.
|
Wed, 21 Jun 2006 22:45:29 -0700 |
Vadim Gelfer |
remove duplicate code.
|
Tue, 20 Jun 2006 15:23:54 -0700 |
Vadim Gelfer |
http client: better work with authorization errors, broken sockets.
|
Tue, 20 Jun 2006 15:17:28 -0700 |
Vadim Gelfer |
push over http: client support.
|
Fri, 16 Jun 2006 10:19:45 -0700 |
Vadim Gelfer |
httprepo: make "http://user:pass@host/" urls work
|
Fri, 16 Jun 2006 10:02:59 -0700 |
Vadim Gelfer |
httprepo: fix small bug in authentication.
|
Thu, 15 Jun 2006 17:07:30 -0700 |
Vadim Gelfer |
http: query server for capabilities
|
Thu, 15 Jun 2006 16:37:23 -0700 |
Vadim Gelfer |
extend network protocol to stop clients from locking servers
|
Thu, 15 Jun 2006 12:57:59 -0700 |
Vadim Gelfer |
http client: support persistent connections.
|
Mon, 22 May 2006 15:42:49 -0700 |
Vadim Gelfer |
http: fix many problems with url parsing and auth. added proxy test.
|
Mon, 22 May 2006 09:00:24 -0700 |
Vadim Gelfer |
http: print better error if exception happens.
|
Tue, 16 May 2006 09:35:38 +0200 |
Thomas Arendsen Hein |
Catch urllib's HTTPException and give a meaningful error message to the user.
|
Sun, 14 May 2006 17:37:17 -0700 |
Vadim Gelfer |
prompt user for http authentication info
|
Wed, 29 Mar 2006 12:45:33 +0200 |
Thomas Arendsen Hein |
Catch HTTPException when reading from remote http repository.
|
Thu, 09 Mar 2006 12:18:59 -0800 |
Vadim Gelfer |
make push over http print good error message.
|
Fri, 17 Feb 2006 08:26:21 -0800 |
Vadim Gelfer |
add preoutgoing and outgoing hooks.
|
Tue, 18 Oct 2005 18:38:39 -0700 |
Benoit Boissinot |
i18n part2: use '_' for all strings who are part of the user interface
|
Tue, 18 Oct 2005 18:37:48 -0700 |
Benoit Boissinot |
i18n first part: make '_' available for files who need it
|
Mon, 03 Oct 2005 16:07:54 -0700 |
Eric Hopper |
Fixed a bug in my changes to httprepo.py
|
Mon, 03 Oct 2005 15:06:46 -0700 |
Eric Hopper |
Fix same performance bug as c3654cfaa77 but for httprepo.py instead.
|
Tue, 27 Sep 2005 18:30:54 -0700 |
Matt Mackall |
Set the user agent for httprepo communication
|
Wed, 14 Sep 2005 15:41:22 -0700 |
Bryan O'Sullivan |
Fix lots of exception-related problems.
|
Sat, 27 Aug 2005 14:21:25 -0700 |
mpm |
Break apart hg.py
base
mercurial/hg.py@79bd2e105677
|