mercurial/wireproto.py
Sun, 11 Jan 2015 00:25:54 +0100 Angel Ezquerra localrepo: remove all external users of localrepo.sopener
Wed, 07 Jan 2015 00:07:29 -0800 Pierre-Yves David discovery: run discovery on filtered repository
Wed, 17 Dec 2014 15:11:26 -0800 Eric Sumner bundle2: lowercase part types
Thu, 17 Apr 2014 22:47:38 +0200 Mads Kiilerich spelling: fixes from proofreading of spell checker issues
Wed, 01 Oct 2014 23:40:23 -0500 Pierre-Yves David bundle2: change header size and make them signed (new format)
Tue, 02 Sep 2014 12:11:36 +0200 Sune Foldager changegroup: rename bundle-related functions and classes
Fri, 29 Aug 2014 12:36:17 +0200 Pierre-Yves David getbundle: add `obsmarkers` argument to getbundle
Fri, 29 Aug 2014 12:51:00 +0200 Pierre-Yves David wireprotocol: fix 'boolean' handling
Mon, 25 Aug 2014 19:21:47 +0200 Pierre-Yves David bundle2: introduce a `getrepocaps` to retrieve the bundle2 caps of a repo
Mon, 25 Aug 2014 19:17:06 +0200 Pierre-Yves David obsmarker: move bundle2caps from the localrepo class to the bundle2 module
Fri, 15 Aug 2014 04:37:46 +0200 Mads Kiilerich cleanup: fix some list comprehension redefinitions of existing vars
Sat, 31 May 2014 16:48:29 -0700 Pierre-Yves David getbundle: add a ``cg`` boolean argument to control changegroup inclusion
Thu, 22 May 2014 17:20:52 -0700 Pierre-Yves David wireproto: add a ``boolean`` type for getbundle parameters
Tue, 27 May 2014 14:45:31 -0700 Pierre-Yves David wireproto: rephrase the error message for unknown getbundle parameters
Tue, 27 May 2014 15:43:09 -0700 Pierre-Yves David getbundle: support of listkeys argument when bundle2 is used
Tue, 27 May 2014 15:02:51 -0700 Pierre-Yves David wireproto: use pushkey.decodekey
Tue, 27 May 2014 15:00:08 -0700 Pierre-Yves David wireproto: use pushkey.encodekey
Thu, 22 May 2014 09:53:52 -0700 Pierre-Yves David getbundle: declare type of parameters
Thu, 29 May 2014 15:41:16 -0700 Matt Mackall merge with stable
Wed, 28 May 2014 16:46:58 -0700 Pierre-Yves David bundle2: support None parttype in BundleValueError
Wed, 28 May 2014 15:57:23 -0700 Pierre-Yves David bundle2: support transmission of params error over the wire
Wed, 28 May 2014 15:51:19 -0700 Pierre-Yves David bundle2: introduce a parttype attribute to BundleValueError
Tue, 27 May 2014 10:32:07 -0700 Pierre-Yves David bundle2: rename b2x:error:unknownpart to b2x:error:unsupportedcontent
Wed, 28 May 2014 15:31:05 -0700 Pierre-Yves David bundle2: move exception classes into the error module
Wed, 28 May 2014 14:22:24 -0700 Pierre-Yves David bundle2: rename UnknownPartError to BundleValueError
Thu, 22 May 2014 01:49:12 -0700 Pierre-Yves David wireproto: expose the list of getbundle arguments to extensions stable
Fri, 23 May 2014 15:59:19 -0700 Pierre-Yves David bundle2: update all ``addpart`` callers to ``newpart``
Mon, 21 Apr 2014 17:51:58 -0700 Pierre-Yves David bundle2: gracefully handle PushRaced error during unbundle stable
Mon, 21 Apr 2014 18:59:09 -0700 Pierre-Yves David bundle2: fix raising errors during heads checking stable
Mon, 21 Apr 2014 16:02:03 -0700 Pierre-Yves David bundle2: gracefully handle UnknownPartError during unbundle stable
Mon, 21 Apr 2014 15:48:52 -0700 Pierre-Yves David bundle2: gracefully handle abort during unbundle stable
Thu, 17 Apr 2014 17:25:50 -0400 Pierre-Yves David getbundle: pass arbitrary arguments all along the call chain
Thu, 17 Apr 2014 16:04:58 -0400 Pierre-Yves David bundle2: require both client and server to opt in
Thu, 17 Apr 2014 16:01:58 -0400 Pierre-Yves David bundle2: move bundle2 config option to section "experimental"
Thu, 17 Apr 2014 15:33:17 -0400 Pierre-Yves David bundle2: rename server capability to bundle2-exp
Thu, 17 Apr 2014 15:27:54 -0400 Pierre-Yves David bundle2: use HG2X in the header
Thu, 17 Apr 2014 01:49:20 -0400 Pierre-Yves David bundle2: advertise bundle2 caps in server capabilities
Tue, 15 Apr 2014 11:53:10 -0400 Pierre-Yves David bundle2: support for push over the wire
Tue, 15 Apr 2014 17:19:46 -0400 Pierre-Yves David wireproto: add a _calltwowaystream method on wirepeer
Tue, 15 Apr 2014 15:20:33 -0400 Pierre-Yves David bundle2: allow bundle2 for pulling over the wire
Mon, 14 Apr 2014 15:45:30 -0400 Pierre-Yves David bundle2: add a ui argument to readbundle
Mon, 14 Apr 2014 15:33:50 -0400 Pierre-Yves David bundle2: move `readbundle` into the `exchange` module
Sun, 13 Apr 2014 19:01:00 +0200 Mads Kiilerich spelling: fixes from spell checker
Fri, 04 Apr 2014 17:50:44 -0700 Pierre-Yves David localrepo: add unbundle support
Fri, 04 Apr 2014 17:28:59 -0700 Pierre-Yves David unbundle: extract the core logic in another function
Fri, 04 Apr 2014 17:15:25 -0700 Pierre-Yves David unbundle: extract checkheads in its own function
Tue, 01 Apr 2014 15:27:53 -0700 Pierre-Yves David localrepo: move the addchangegroup method in changegroup module
Tue, 01 Apr 2014 15:08:27 -0700 Pierre-Yves David localrepo: move the changegroup method in changegroup module
Tue, 01 Apr 2014 14:40:35 -0700 Pierre-Yves David localrepo: move the getbundle method in changegroup module
Tue, 01 Apr 2014 14:25:03 -0700 Pierre-Yves David localrepo: move the changegroupsubset method in changegroup module
Fri, 28 Mar 2014 14:43:30 -0700 Pierre-Yves David wireproto: use decorator for the ubundle command
Fri, 28 Mar 2014 14:43:11 -0700 Pierre-Yves David wireproto: use decorator for the stream command
Fri, 28 Mar 2014 14:42:55 -0700 Pierre-Yves David wireproto: use decorator for the pushkey command
Fri, 28 Mar 2014 14:42:38 -0700 Pierre-Yves David wireproto: use decorator for the lookup command
Fri, 28 Mar 2014 14:42:21 -0700 Pierre-Yves David wireproto: use decorator for the listkeys command
Fri, 28 Mar 2014 14:42:06 -0700 Pierre-Yves David wireproto: use decorator for the known command
Fri, 28 Mar 2014 14:40:44 -0700 Pierre-Yves David wireproto: use decorator for the hello command
Fri, 28 Mar 2014 14:40:31 -0700 Pierre-Yves David wireproto: use decorator for the heads command
Fri, 28 Mar 2014 14:40:07 -0700 Pierre-Yves David wireproto: use decorator for the getbundle command
Fri, 28 Mar 2014 14:39:06 -0700 Pierre-Yves David wireproto: use decorator for the debugwireargs command
less more (0) -100 -60 tip