Fri, 16 Jun 2006 10:00:37 -0300 Update keepalive.py to current CVS version of urlgrabber.
Alexis S. L. Carvalho <alexis@cecm.usp.br> [Fri, 16 Jun 2006 10:00:37 -0300] rev 2444
Update keepalive.py to current CVS version of urlgrabber. This fixes a bug where the output of test-bad-pull would differ between python 2.3 and 2.4. Also update the expected output of this test.
Fri, 16 Jun 2006 07:07:11 -0700 patchbomb does not handle email time stamp plattform independent
Volker Kleinfeld <Volker.Kleinfeld@gmx.de> [Fri, 16 Jun 2006 07:07:11 -0700] rev 2443
patchbomb does not handle email time stamp plattform independent
Thu, 15 Jun 2006 17:07:30 -0700 http: query server for capabilities
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 15 Jun 2006 17:07:30 -0700] rev 2442
http: query server for capabilities
Thu, 15 Jun 2006 16:41:49 -0700 remove use of undefined variable.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 15 Jun 2006 16:41:49 -0700] rev 2441
remove use of undefined variable.
Thu, 15 Jun 2006 16:38:23 -0700 merge with self.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 15 Jun 2006 16:38:23 -0700] rev 2440
merge with self.
Thu, 15 Jun 2006 16:37:23 -0700 extend network protocol to stop clients from locking servers
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 15 Jun 2006 16:37:23 -0700] rev 2439
extend network protocol to stop clients from locking servers now all repositories have capabilities slot, tuple with list of names. if 'unbundle' capability present, repo supports push where client does not need to lock server. repository classes that have unbundle capability also have unbundle method. implemented for ssh now, will be base for push over http. unbundle protocol acts this way. server tells client what heads it has during normal negotiate step. client starts unbundle by repeat server's heads back to it. if server has new heads, abort immediately. otherwise, transfer changes to server. once data transferred, server locks and checks heads again. if heads same, changes can be added. else someone else added heads, and server aborts. if client wants to force server to add heads, sends special heads list of 'force'.
Thu, 15 Jun 2006 15:42:16 -0700 test-bad-pull: fix change in error output.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 15 Jun 2006 15:42:16 -0700] rev 2438
test-bad-pull: fix change in error output.
Thu, 15 Jun 2006 15:36:23 -0700 sshrepo: fix bug in error formatting.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 15 Jun 2006 15:36:23 -0700] rev 2437
sshrepo: fix bug in error formatting.
Thu, 15 Jun 2006 13:27:57 -0700 hgweb: split "verbs" into methods.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 15 Jun 2006 13:27:57 -0700] rev 2436
hgweb: split "verbs" into methods.
Thu, 15 Jun 2006 12:57:59 -0700 http client: support persistent connections.
Vadim Gelfer <vadim.gelfer@gmail.com> [Thu, 15 Jun 2006 12:57:59 -0700] rev 2435
http client: support persistent connections. uses keepalive module from urlgrabber package. tested against "hg serve", cgi server, and through http proxy. used ethereal to verify that only one tcp connection used during entire "hg pull" sequence. if server supports keepalive, this makes latency of "hg pull" much lower.
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip