log mercurial/wireproto.py @ 37651:950294e28136

age author description
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"
Wed, 07 Feb 2018 20:27:36 -0800 Gregory Szorc wireproto: introduce type for raw byte responses (API)
Wed, 07 Feb 2018 16:29:05 -0800 Gregory Szorc wireprototypes: move wire protocol response types to new module
Wed, 07 Feb 2018 20:22:44 -0800 Gregory Szorc wireproto: remove unused proto argument from supportedcompengines (API)
Thu, 01 Feb 2018 17:12:07 -0800 Gregory Szorc wireprotoserver: rename getfile() to forwardpayload() (API)
Wed, 07 Feb 2018 20:24:22 -0800 Gregory Szorc wireprotoserver: rename _client to client (API)
Wed, 07 Feb 2018 20:19:06 -0800 Gregory Szorc wireproto: use maybecapturestdio() for push responses (API)
Wed, 07 Feb 2018 20:17:47 -0800 Gregory Szorc wireprotoserver: add context manager mechanism for redirecting stdio
Tue, 30 Jan 2018 18:41:44 -0800 Gregory Szorc wireproto: function for testing if wire protocol command is available
Wed, 31 Jan 2018 14:05:11 -0800 Gregory Szorc wireproto: define and use types for wire protocol commands
Tue, 30 Jan 2018 15:21:59 -0800 Gregory Szorc wireproto: improve docstring for @wireprotocommand
Wed, 31 Jan 2018 10:06:39 -0800 Gregory Szorc wireproto: remove unnecessary exception trapping
Wed, 31 Jan 2018 11:28:18 -0800 Gregory Szorc wireprotoserver: move abstractserverproto class from wireproto
Mon, 22 Jan 2018 12:12:29 -0800 Gregory Szorc exchange: send bundle2 stream clones uncompressed
Sat, 20 Jan 2018 13:41:57 -0800 Gregory Szorc exchange: return bundle info from getbundlechunks() (API)
Sat, 20 Jan 2018 13:54:36 -0800 Gregory Szorc bundle2: specify what capabilities will be used for
Sat, 20 Jan 2018 15:43:02 -0800 Gregory Szorc wireproto: don't compress errors from getbundle()
Wed, 17 Jan 2018 16:38:32 +0100 Boris Feld clone: allow bundle2's stream clone with 'server.disablefullbundle'
Wed, 17 Jan 2018 16:36:23 +0100 Boris Feld bundle2: add support for a 'stream' parameter to 'getbundle'
Fri, 12 Jan 2018 10:59:58 +0100 Joerg Sonnenberger wireproto: split streamres into legacy and modern case
Mon, 15 Jan 2018 15:20:02 -0800 Gregory Szorc wireproto: drop support for reader interface from streamres (API)
Sun, 24 Dec 2017 11:46:13 -0700 Gregory Szorc streamclone: move wire protocol status code from wireproto command
Sun, 10 Dec 2017 04:50:16 +0530 Pulkit Goyal py3: handle keyword arguments correctly in wireproto.py
Tue, 17 Oct 2017 15:27:17 +0200 Boris Feld getbundle: add support for 'bookmarks' boolean argument
Sun, 15 Oct 2017 00:39:53 -0400 Augie Fackler wireproto: more strkwargs cleanup
Sun, 15 Oct 2017 00:05:43 -0400 Augie Fackler wireproto: bounce kwargs to/from bytes/str as needed
Sun, 15 Oct 2017 00:40:07 -0400 Augie Fackler wireproto: use %d to encode int, not %s
Sun, 15 Oct 2017 00:06:06 -0400 Augie Fackler wireproto: use a proper exception instead of `assert False`
Sun, 15 Oct 2017 00:39:29 -0400 Augie Fackler wireproto: use listcomp instead of map()
Sat, 14 Oct 2017 12:02:15 -0400 Augie Fackler python3: replace im_{self,func} with __{self,func}__ globally
Wed, 11 Oct 2017 17:51:40 +0200 Boris Feld configitems: register the 'server.bundle*' family of config
Sun, 24 Sep 2017 21:27:18 +0200 Boris Feld pull: use 'phase-heads' to retrieve phase information
Sun, 10 Sep 2017 18:48:42 -0700 Durham Goode changegroup: replace changegroup with makechangegroup
Sun, 10 Sep 2017 18:43:59 -0700 Durham Goode changegroup: replace changegroupsubset with makechangegroup
Fri, 01 Sep 2017 14:00:13 -0700 Kyle Lippincott wireproto: do not abort after successful lookup
Thu, 10 Aug 2017 20:58:28 -0700 Gregory Szorc wireproto: use new peer interface
Wed, 09 Aug 2017 23:35:20 -0700 Gregory Szorc peer: remove non iterating batcher (API)
Wed, 09 Aug 2017 23:29:30 -0700 Gregory Szorc wireproto: overhaul iterating batcher code (API)
Wed, 09 Aug 2017 22:52:05 -0700 Gregory Szorc wireproto: remove support for local results in @batchable (API)
Wed, 09 Aug 2017 21:51:45 -0700 Gregory Szorc wireproto: properly implement batchable checking
Fri, 14 Jul 2017 14:22:40 -0700 Jun Wu codemod: register core configitems using a script
Fri, 30 Jun 2017 03:44:12 +0200 Pierre-Yves David configitems: register the 'server.preferuncompressed' config
Fri, 30 Jun 2017 03:44:11 +0200 Pierre-Yves David configitems: register the 'server.maxhttpheaderlen' config
Fri, 30 Jun 2017 03:44:10 +0200 Pierre-Yves David configitems: register the 'server.disablefullbundle' config
Fri, 30 Jun 2017 03:44:07 +0200 Pierre-Yves David configitems: register the 'server.bundle1gd' config
Fri, 30 Jun 2017 03:44:06 +0200 Pierre-Yves David configitems: register the 'server.bundle1' config
Fri, 16 Jun 2017 09:37:22 -0700 Martin von Zweigbergk wireproto: update reference to deleted addchangegroup()
Fri, 09 Jun 2017 10:41:13 -0700 Gregory Szorc streamclone: consider secret changesets (BC) (issue5589)
Fri, 10 Feb 2017 16:56:29 -0800 Martin von Zweigbergk cleanup: use set literals
Thu, 11 May 2017 10:50:05 -0700 Siddharth Agarwal clone: add a server-side option to disable full getbundles (pull-based clones)
Wed, 15 Mar 2017 23:06:50 +0900 Yuya Nishihara util: wrap s.encode('string_escape') call for future py3 compatibility
Thu, 02 Mar 2017 03:23:18 +0100 Pierre-Yves David clonebundle: use 'repo.vfs' instead of 'repo.opener'
Wed, 22 Feb 2017 10:14:18 -0800 Jun Wu wireproto: remove unused code
Mon, 13 Feb 2017 20:06:38 +0530 Pulkit Goyal py3: convert the mode argument of os.fdopen to unicodes (1 of 2)
Fri, 10 Feb 2017 18:20:58 +0100 Pierre-Yves David wireproto: properly report server Abort during 'getbundle' stable
Fri, 10 Feb 2017 18:06:08 +0100 Pierre-Yves David bundle1: fix bundle1-denied reporting for pull over ssh stable
Fri, 10 Feb 2017 17:56:52 +0100 Pierre-Yves David bundle1: display server abort hint during unbundle stable
Fri, 10 Feb 2017 17:56:59 +0100 Pierre-Yves David bundle1: fix bundle1-denied reporting for push over ssh stable
Sat, 24 Dec 2016 15:21:46 -0700 Gregory Szorc wireproto: advertise supported media types and compression formats
Mon, 28 Nov 2016 20:46:42 -0800 Gregory Szorc wireproto: only advertise HTTP-specific capabilities to HTTP peers (BC)
Thu, 20 Oct 2016 23:53:36 +0900 Yuya Nishihara py3: bulk replace sys.stdin/out/err by util's
Sun, 20 Nov 2016 13:50:45 -0800 Gregory Szorc wireproto: perform chunking and compression at protocol layer (API)
Sun, 16 Oct 2016 11:10:21 -0700 Gregory Szorc wireproto: compress data from a generator
Sun, 16 Oct 2016 10:38:52 -0700 Gregory Szorc exchange: refactor APIs to obtain bundle data (API)
Sun, 25 Sep 2016 12:20:31 -0700 Gregory Szorc wireproto: rename argument to groupchunks()
Sat, 06 Aug 2016 15:00:34 -0700 Gregory Szorc wireproto: remove gboptslist (API)
Sat, 06 Aug 2016 13:55:21 -0700 Gregory Szorc wireproto: unescape argument names in batch command (BC)