log tests/test-http-protocol.t @ 39855:62a532045e71

age author description
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
Mon, 17 Sep 2018 17:47:24 +0800 Anton Shestakov bundle2: make server.bundle2.stream default to True
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, 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:05:48 -0700 Gregory Szorc wireprotoserver: use our CBOR encoder
Mon, 27 Aug 2018 09:13:58 -0700 Gregory Szorc stringutil: teach pprint() to indent
Tue, 15 May 2018 11:52:43 -0700 Kyle Lippincott tests: mark tests that fail when using chg as #require no-chg
Mon, 30 Apr 2018 15:32:11 -0700 Gregory Szorc httppeer: detect redirect to URL without query string (issue5860) stable
Wed, 25 Apr 2018 14:51:20 -0700 Gregory Szorc tests: explicitly define compression engines for tests stable
Wed, 25 Apr 2018 13:13:42 -0400 Augie Fackler tests: glob away content-length changes relating to missing zstd bindings stable
Sat, 14 Apr 2018 15:19:36 -0700 Gregory Szorc wireprotov2: change command response protocol to include a leading map
Sat, 14 Apr 2018 14:37:23 -0700 Gregory Szorc wireprotov2: change frame type and name for command response
Sat, 14 Apr 2018 12:07:31 -0700 Gregory Szorc wireprotov2: define response data as CBOR
Fri, 13 Apr 2018 12:50:47 -0700 Gregory Szorc wireproto: expose repository formats via capabilities
Fri, 13 Apr 2018 12:31:56 -0700 Gregory Szorc wireproto: add media type to version 2 capabilities response
Fri, 13 Apr 2018 12:31:34 -0700 Gregory Szorc debugcommands: use command executor for invoking commands
Thu, 12 Apr 2018 12:33:07 -0700 Gregory Szorc debugcommands: perform handshake when obtaining httpv2 peer
Tue, 10 Apr 2018 18:16:47 -0700 Gregory Szorc httppeer: support protocol upgrade
Tue, 10 Apr 2018 18:13:28 -0700 Gregory Szorc httppeer: only advertise partial-pull if capabilities are known
Thu, 18 Jan 2018 12:54:01 +0100 Joerg Sonnenberger wireproto: support for pullbundles
Wed, 28 Mar 2018 15:09:34 -0700 Gregory Szorc wireproto: crude support for version 2 HTTP peer
Fri, 06 Apr 2018 22:22:19 +0200 Joerg Sonnenberger wireproto: send server capabilities in canonical order