log mercurial/httprepo.py @ 2568:52ce0d6bc375

age author description
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.