log

age author description
Tue, 10 Apr 2018 13:07:13 -0700 Gregory Szorc httppeer: allow opener to be passed to makepeer()
Tue, 10 Apr 2018 13:11:40 -0700 Gregory Szorc httppeer: perform capabilities request in makepeer()
Tue, 10 Apr 2018 12:52:29 -0700 Gregory Szorc httppeer: extract common response handling into own function
Tue, 10 Apr 2018 12:12:07 -0700 Gregory Szorc httppeer: move error handling and response wrapping into sendrequest
Tue, 10 Apr 2018 10:51:12 -0700 Gregory Szorc httppeer: extract code for creating a request into own function
Tue, 10 Apr 2018 10:27:49 -0700 Gregory Szorc httppeer: extract code for performing an HTTP request
Tue, 10 Apr 2018 10:22:26 -0700 Gregory Szorc httppeer: move requestbuilder defaults into makepeer() argument
Mon, 09 Apr 2018 19:35:39 -0700 Gregory Szorc wireproto: move version 2 command handlers to wireprotov2server
Mon, 09 Apr 2018 19:35:04 -0700 Gregory Szorc wireproto: extract HTTP version 2 code to own module
Mon, 09 Apr 2018 16:54:20 -0700 Gregory Szorc wireproto: client reactor support for receiving frames
Mon, 09 Apr 2018 15:32:01 -0700 Gregory Szorc wireproto: introduce a reactor for client-side state
Mon, 09 Apr 2018 14:17:57 -0700 Gregory Szorc tests: extract wire protocol framing tests to own file
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
Sun, 08 Apr 2018 09:45:45 -0700 Martin von Zweigbergk context: add deprecation warnings for deprecated types of changeids
Sun, 08 Apr 2018 09:28:08 -0700 Martin von Zweigbergk revsymbol: stop delegating to repo.__getitem__ for unhandled symbols (API)
Sun, 08 Apr 2018 09:28:49 -0700 Martin von Zweigbergk context: handle partial nodeids in revsymbol()
Fri, 06 Apr 2018 23:46:17 -0700 Martin von Zweigbergk context: handle namespaces in revsymbol()
Fri, 06 Apr 2018 23:43:52 -0700 Martin von Zweigbergk scmutil: handle full hex nodeids in revsymbol()
Fri, 06 Apr 2018 23:39:40 -0700 Martin von Zweigbergk context: handle stringified ints in revsymbol()
Tue, 10 Apr 2018 19:32:08 +0530 Pulkit Goyal py3: make sure we write bytes to file
Tue, 10 Apr 2018 19:21:16 +0530 Pulkit Goyal py3: workaround comparing NoneType and integers
Tue, 10 Apr 2018 18:57:56 +0530 Pulkit Goyal py3: use sys.stdout instead of print in test-mq-qpush-fail.t