Fri, 16 Jun 2006 10:19:45 -0700 httprepo: make "http://user:pass@host/" urls work
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 16 Jun 2006 10:19:45 -0700] rev 2447
httprepo: make "http://user:pass@host/" urls work
Fri, 16 Jun 2006 10:02:59 -0700 httprepo: fix small bug in authentication.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 16 Jun 2006 10:02:59 -0700] rev 2446
httprepo: fix small bug in authentication.
Fri, 16 Jun 2006 08:52:28 -0700 merge with crew.
Vadim Gelfer <vadim.gelfer@gmail.com> [Fri, 16 Jun 2006 08:52:28 -0700] rev 2445
merge with crew.
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.
(0) -1000 -300 -100 -10 +10 +100 +300 +1000 +3000 tip