log mercurial/wireproto.py @ 20905:167047ba3cfa

age author description
Fri, 28 Mar 2014 14:24:13 -0700 Pierre-Yves David wireproto: drop the _decompress method in favor a new call type
Fri, 28 Mar 2014 12:29:34 -0700 Pierre-Yves David wireproto: document protocol specific function of wirepeer
Fri, 28 Mar 2014 11:10:33 -0700 Pierre-Yves David wireproto: introduce an abstractserverproto class
Fri, 28 Mar 2014 11:37:42 -0700 Pierre-Yves David wireproto: document possible return type
Wed, 12 Mar 2014 14:46:41 -0700 Pierre-Yves David wireproto: move wireproto capabilities computation in a subfunction
Tue, 11 Mar 2014 01:38:02 -0700 Pierre-Yves David wireproto: extract capabilities list in outside the wireproto function
Wed, 12 Mar 2014 13:00:51 -0400 Augie Fackler wireproto: remove todict() and use {} literals instead
Sat, 09 Feb 2013 23:42:03 +0100 Benoit Boissinot bundle-ng: add bundlecaps argument to getbundle() command
Wed, 01 May 2013 10:38:41 -0700 Durham Goode clone: move file stream walk to a separate function
Thu, 11 Apr 2013 14:54:18 +0200 Mads Kiilerich wireproto: clarify cryptic 'remote: unsynced changes' error message on push
Sun, 13 Jan 2013 01:39:16 -0600 Kevin Bullock filtering: rename filters to their antonyms
Tue, 15 Jan 2013 20:55:47 +0100 Mads Kiilerich clone: don't include empty revlogs in stream
Sun, 06 Jan 2013 04:36:30 +0100 Pierre-Yves David clfilter: drop extra filtering in wireprotocol
Sun, 06 Jan 2013 04:37:33 +0100 Pierre-Yves David clfilter: filter "unserved" on all wireprotocol command calls
Mon, 15 Oct 2012 18:37:34 -0300 Wagner Bruna wireproto: fix pushkey hook failure and output on remote http repo
Tue, 18 Sep 2012 17:00:58 +0200 Thomas Arendsen Hein wireproto: workaround for yield inside try/finally incompatible with python2.4
Sat, 15 Sep 2012 08:38:02 +0200 Patrick Mezard wireproto: fix check-code.py breakage introduced by 6d97dd630d79
Fri, 14 Sep 2012 12:06:40 -0700 Bryan O'Sullivan wireproto: don't format a debug string inside a hot loop
Fri, 14 Sep 2012 12:05:37 -0700 Bryan O'Sullivan wireproto: bypass filechunkiter for small files when streaming
Fri, 14 Sep 2012 12:05:12 -0700 Bryan O'Sullivan wireproto: don't audit local paths during stream_out
Wed, 15 Aug 2012 22:38:42 +0200 Mads Kiilerich fix trivial spelling errors
Sat, 28 Jul 2012 12:28:35 +0200 Pierre-Yves David pushkey: add more verbose debug output regarding pushkey stable
Tue, 17 Jul 2012 01:22:31 +0200 Pierre-Yves David repo: move visibleheads and visiblebranchmap logic in discovery
Fri, 13 Jul 2012 21:47:06 +0200 Peter Arrenbrecht peer: introduce real peer classes
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Tue, 24 Apr 2012 16:32:44 +0200 Pierre-Yves David branchmap: server should not advertise secret changeset in branchmap (Issue3303) stable
Thu, 26 Apr 2012 03:47:17 +0200 Pierre-Yves David wireprotocol: use visibleheads as reference while unbundling (issue 3303) stable
Wed, 04 Apr 2012 00:00:47 +0200 Benoit Allard protocol: Add the stream-preferred capability
Wed, 18 Jan 2012 20:00:48 -0600 Matt Mackall wireproto: refuse to lookup secret csets
Thu, 22 Dec 2011 00:42:25 +0100 Pierre-Yves David phases: do not exchange secret changesets