mercurial/wireprotov2server.py
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Mon, 13 Jan 2020 17:15:14 -0500 Augie Fackler core: migrate uses of hashlib.sha1 to hashutil.sha1
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Sun, 18 Aug 2019 02:28:42 +0300 Pulkit Goyal interfaceutil: move to interfaces/
Wed, 07 Aug 2019 20:10:24 +0200 Pierre-Yves David rawdata: update caller in wireprotov2server
Tue, 12 Feb 2019 19:08:17 +0100 Joerg Sonnenberger server: allow customizing the default repo filter
Sat, 26 Jan 2019 10:00:17 -0800 Gregory Szorc wireprotov2server: use our JSON encoder
Fri, 25 Jan 2019 14:57:37 -0800 Gregory Szorc wireprotov2server: don't attempt to cast command name
Fri, 25 Jan 2019 14:38:49 -0800 Gregory Szorc wireprotov2server: use pycompat.strkwargs when calling cachekeyfn
Thu, 10 Jan 2019 15:57:13 +0100 Boris Feld revset: remove a rare usage of "%d" for a non-revision item
Mon, 10 Dec 2018 18:55:08 +0000 Gregory Szorc wireprotov2: unify file revision collection and linknode derivation
Mon, 10 Dec 2018 18:04:12 +0000 Gregory Szorc wireprotov2: send linknodes to emitfilerevisions()
Thu, 15 Nov 2018 11:22:32 -0800 Martin von Zweigbergk wireprotov2server: let repo.narrowmatch(match) do matcher intersection
Fri, 19 Oct 2018 15:38:25 +0200 Gregory Szorc wireprotov2: support exposing linknode of file revisions
Tue, 16 Oct 2018 21:31:21 +0200 Gregory Szorc wireprotov2: implement command for retrieving raw store files
Wed, 03 Oct 2018 12:54:39 -0700 Gregory Szorc wireprotov2: define and implement "filesdata" command
Tue, 02 Oct 2018 10:31:36 -0700 Gregory Szorc wireprotov2: extract file object emission to own function
Mon, 08 Oct 2018 18:17:12 -0700 Gregory Szorc wireprotov2: change how revisions are specified to changesetdata
Mon, 08 Oct 2018 17:54:14 -0700 Gregory Szorc wireprotov2: stop sending phase updates for base revisions
Mon, 08 Oct 2018 17:45:51 -0700 Gregory Szorc wireprotov2: advertise recommended batch size for requests
Mon, 08 Oct 2018 17:24:28 -0700 Gregory Szorc wireprotov2: send content encoded frames from server
Mon, 08 Oct 2018 17:00:16 -0700 Gregory Szorc wireprotov2: send protocol settings frame from client
Thu, 04 Oct 2018 17:17:57 -0700 Gregory Szorc wireprotov2: pass ui into clientreactor and serverreactor
Mon, 08 Oct 2018 17:20:41 -0700 Gregory Szorc wireprotov2: remove "compression" from capabilities response
Wed, 03 Oct 2018 10:04:04 -0700 Gregory Szorc wireprotov2: always advertise raw repo requirements
Wed, 26 Sep 2018 18:07:55 -0700 Gregory Szorc wireprotov2: server support for sending content redirects
Wed, 26 Sep 2018 17:46:48 -0700 Gregory Szorc wireprotov2: advertise redirect targets in capabilities
Wed, 26 Sep 2018 17:16:56 -0700 Gregory Szorc wireprotov2: support response caching
Thu, 27 Sep 2018 09:23:17 -0700 Gregory Szorc wireprotov2: derive "required" from presence of default value
Mon, 24 Sep 2018 09:48:02 -0700 Gregory Szorc wireprotov2server: port to emitrevisions()
Tue, 25 Sep 2018 09:11:56 -0700 Gregory Szorc py3: cast exception to bytes
Mon, 24 Sep 2018 20:17:42 -0700 Gregory Szorc py3: use pycompat.strkwargs()
Mon, 17 Sep 2018 11:50:59 -0700 Gregory Szorc wireprotov2: teach changesetdata to fetch ancestors until depth
Thu, 20 Sep 2018 12:57:23 -0700 Gregory Szorc wireprotov2: allow multiple fields to follow revision maps
Mon, 17 Sep 2018 11:54:00 -0700 Gregory Szorc wireprotov2: advertise set of valid values for requestable fields
Mon, 17 Sep 2018 10:15:27 -0700 Gregory Szorc wireprotov2: expose rich arguments metadata
Mon, 17 Sep 2018 09:49:28 -0700 Gregory Szorc wireprotov2: advertise recognized path filter prefixes
Thu, 30 Aug 2018 17:43:47 -0700 Gregory Szorc wireprotov2: declare command arguments richly
Thu, 30 Aug 2018 14:55:34 -0700 Gregory Szorc wireprotov2: let clients drive delta behavior
Wed, 05 Sep 2018 09:10:17 -0700 Gregory Szorc wireprotov2: define and implement "filedata" command
Wed, 05 Sep 2018 09:09:52 -0700 Gregory Szorc wireprotov2: define and implement "manifestdata" command
Wed, 22 Aug 2018 14:51:11 -0700 Gregory Szorc wireprotov2: add TODOs around extending changesetdata fields
Thu, 23 Aug 2018 18:14:19 -0700 Gregory Szorc wireprotov2: add bookmarks to "changesetdata" command
Tue, 28 Aug 2018 18:19:23 -0700 Gregory Szorc wireprotov2: add phases to "changesetdata" command
Wed, 12 Sep 2018 10:01:16 -0700 Gregory Szorc wireprotov2: define and implement "changesetdata" command
Wed, 05 Sep 2018 09:06:40 -0700 Gregory Szorc wireprotov2: implement commands as a generator of objects
Tue, 28 Aug 2018 18:12:04 -0700 Gregory Szorc wireprotov2server: use our CBOR encoder
Sun, 22 Apr 2018 11:54:10 -0700 Gregory Szorc interfaceutil: module to stub out zope.interface stable
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
Sun, 15 Apr 2018 10:37:29 -0700 Gregory Szorc wireprotov2: add support for more response types
Sat, 14 Apr 2018 15:38:11 -0700 Gregory Szorc wireprotov2: remove support for sending bytes response
Sat, 14 Apr 2018 15:36:12 -0700 Gregory Szorc wireprotov2: change behavior of error frame
Sat, 14 Apr 2018 15:19:36 -0700 Gregory Szorc wireprotov2: change command response protocol to include a leading map
less more (0) -60 tip