mercurial/wireproto.py
Mon, 16 Apr 2018 22:10:02 -0700 Gregory Szorc wireproto: move version 2 commands dict to wireprotov2server
Mon, 16 Apr 2018 22:08:13 -0700 Gregory Szorc wireproto: move supportedcompengines out of wireproto
Mon, 16 Apr 2018 22:00:52 -0700 Gregory Szorc wireproto: reimplement dispatch() for version 2 server
Mon, 16 Apr 2018 21:52:33 -0700 Gregory Szorc wireproto: move command registration types to wireprototypes
Mon, 16 Apr 2018 21:49:59 -0700 Gregory Szorc wireproto: make version 2 @wireprotocommand an independent function
Mon, 16 Apr 2018 21:38:52 -0700 Gregory Szorc wireproto: don't pass transportpolicy argument
Wed, 11 Apr 2018 12:49:08 -0700 Gregory Szorc wireproto: move version 1 peer functionality to standalone module (API)
Wed, 11 Apr 2018 10:51:38 -0700 Gregory Szorc wireproto: move gboptsmap to wireprototypes and rename (API)
Wed, 11 Apr 2018 10:50:58 -0700 Gregory Szorc wireproto: move value encoding functions to wireprototypes (API)
Mon, 09 Apr 2018 19:35:39 -0700 Gregory Szorc wireproto: move version 2 command handlers to wireprotov2server
Mon, 09 Apr 2018 11:33:38 -0700 Gregory Szorc wireproto: disallow commands handlers for multiple transport versions
Mon, 09 Apr 2018 11:57:12 -0700 Gregory Szorc wireproto: make @wireprotocommand version 1 only by default
Mon, 09 Apr 2018 11:54:31 -0700 Gregory Szorc wireproto: only expose "getbundle" and "unbundle" to v1 transports
Fri, 06 Apr 2018 17:48:07 -0700 Gregory Szorc wireproto: port lookup to wire protocol v2
Fri, 06 Apr 2018 17:39:40 -0700 Gregory Szorc wireproto: port pushkey command to wire protocol version 2
Fri, 06 Apr 2018 17:21:16 -0700 Gregory Szorc wireproto: only expose "clonebundles" to version 1 transports
Fri, 06 Apr 2018 17:14:06 -0700 Gregory Szorc wireproto: define and expose types of wire command arguments
Fri, 06 Apr 2018 16:49:57 -0700 Gregory Szorc wireproto: only expose "stream_out" to version 1 transports
Mon, 09 Apr 2018 11:52:31 -0700 Gregory Szorc wireproto: implement capabilities for wire protocol v2
Thu, 18 Jan 2018 12:54:01 +0100 Joerg Sonnenberger wireproto: support for pullbundles
Wed, 28 Mar 2018 16:28:54 -0700 Gregory Szorc wireproto: only expose "debugwireargs" to version 1 transports
Wed, 28 Mar 2018 16:14:42 -0700 Gregory Szorc wireproto: only expose "hello" command to version 1 transports
Wed, 28 Mar 2018 16:10:41 -0700 Gregory Szorc wireproto: port branchmap to wire protocol v2
Wed, 28 Mar 2018 16:00:02 -0700 Gregory Szorc wireproto: port listkeys commands to wire protocol v2
Wed, 28 Mar 2018 15:44:47 -0700 Gregory Szorc wireproto: port keep command to wire protocol v2
Wed, 28 Mar 2018 14:55:13 -0700 Gregory Szorc wireproto: port heads command to wire protocol v2
Tue, 27 Feb 2018 02:37:31 +0100 Joerg Sonnenberger wireproto: allow direct stream processing for unbundle
Fri, 06 Apr 2018 22:22:19 +0200 Joerg Sonnenberger wireproto: send server capabilities in canonical order
Fri, 06 Apr 2018 22:16:11 +0200 Joerg Sonnenberger wireproto: don't special case bundlecaps, but sort all scsv arguments
Sat, 24 Mar 2018 17:57:22 +0100 Joerg Sonnenberger wireproto: provide accessors for client capabilities
Wed, 04 Apr 2018 15:11:43 -0700 Martin von Zweigbergk wireproto: use repo.lookup() for lookup command
Fri, 30 Mar 2018 18:53:17 -0700 Gregory Szorc repository: port peer interfaces to zope.interface
Wed, 28 Mar 2018 10:40:41 -0700 Gregory Szorc wireproto: separate commands tables for version 1 and 2 commands
Wed, 28 Mar 2018 14:05:29 -0700 Gregory Szorc wireproto: stop aliasing wire protocol types (API)
Sat, 24 Mar 2018 15:09:33 +0900 Yuya Nishihara procutil: bulk-replace util.std* to point to new module
Thu, 22 Mar 2018 21:56:20 +0900 Yuya Nishihara stringutil: bulk-replace call sites to point to new module
Wed, 14 Mar 2018 08:18:15 -0700 Gregory Szorc wireproto: nominally don't expose "batch" to version 2 wire transports
Sat, 10 Mar 2018 23:58:01 -0500 Matt Harbison wireproto: explicitly flush stdio to prevent stalls on Windows
Mon, 05 Mar 2018 11:48:28 -0500 Boris Feld peer-request: include more details about batch commands
Sat, 10 Mar 2018 10:27:56 -0800 Gregory Szorc wireproto: raise ProgrammingError instead of Abort
Sat, 10 Mar 2018 15:57:16 +0900 Yuya Nishihara py3: use r'' instead of sysstr('') to get around code transformer
Wed, 07 Mar 2018 16:18:52 -0800 Gregory Szorc wireproto: formalize permissions checking as part of protocol interface
Wed, 07 Mar 2018 16:02:24 -0800 Gregory Szorc wireproto: declare permissions requirements in @wireprotocommand (API)
Tue, 06 Mar 2018 14:32:14 -0800 Gregory Szorc merge with stable
Tue, 20 Feb 2018 18:55:58 -0800 Gregory Szorc wireproto: check permissions when executing "batch" command (BC) (SEC) stable
Tue, 20 Feb 2018 18:54:27 -0800 Gregory Szorc wireproto: declare operation type for most commands (BC) (SEC) stable
Tue, 20 Feb 2018 18:53:39 -0800 Gregory Szorc wireproto: move command permissions dict out of hgweb_mod stable
Sun, 04 Mar 2018 22:33:59 +0530 Pulkit Goyal py3: use pycompat.bytestr instead of str
Tue, 27 Feb 2018 16:31:44 -0800 Gregory Szorc wireproto: only expose "between" to version 1 of wire protocols
Tue, 27 Feb 2018 16:24:02 -0800 Gregory Szorc wireproto: add transport specific capabilities in the transport
Tue, 27 Feb 2018 15:23:04 -0800 Gregory Szorc wireproto: don't expose changegroupsubset capability if not available
Tue, 27 Feb 2018 15:06:10 -0800 Gregory Szorc wireproto: don't expose legacy commands to version 2 of wire protocol
Fri, 02 Mar 2018 09:47:37 -0500 Gregory Szorc wireproto: allow wire protocol commands to declare transport support
Tue, 27 Feb 2018 14:21:29 -0800 Gregory Szorc wireproto: use named arguments for commandentry
Fri, 23 Feb 2018 09:40:12 -0800 Gregory Szorc wireproto: sort response to listkeys
Mon, 26 Feb 2018 00:50:57 -0500 Augie Fackler wireproto: use %d to encode an int, not a %s
Sun, 18 Feb 2018 14:43:55 -0500 Augie Fackler wireproto: fix lingering str(exception) with util.forcebytestr(exception)
Sat, 17 Feb 2018 01:11:48 -0500 Augie Fackler py3: get bytes-repr of network errors portably
Mon, 12 Feb 2018 17:20:20 -0800 Gregory Szorc wireprotoserver: add version to HTTP protocol name (API)
Mon, 12 Feb 2018 17:16:52 -0800 Gregory Szorc wireproto: improve docstring for "hello"
less more (0) -300 -100 -60 tip