log mercurial/wireproto.py @ 26207:13d664127ee9

age author description
Sat, 08 Aug 2015 18:53:17 -0700 Gregory Szorc wireproto: use absolute_import
Wed, 05 Aug 2015 14:15:17 -0400 Augie Fackler wireproto: make wirepeer look-before-you-leap on batching
Wed, 05 Aug 2015 14:51:34 -0400 Augie Fackler batching: migrate basic noop batching into peer.peer
Tue, 30 Jun 2015 22:02:40 -0700 Pierre-Yves David wireproto: remove a debug print
Tue, 30 Jun 2015 19:19:17 -0400 Augie Fackler wireproto: correctly escape batched args and responses (issue4739)
Mon, 29 Jun 2015 12:35:31 -0400 Mike Edgar wireproto: add config knob for http header length limit
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Wed, 10 Jun 2015 13:10:53 -0400 Pierre-Yves David bundle2: convey PushkeyFailed error over the wire
Mon, 01 Jun 2015 10:28:40 -0700 Pierre-Yves David wireprotocol: distinguish list and set in getbundle argument
Thu, 28 May 2015 23:49:19 -0700 Pierre-Yves David listkey: display the size of the listkey payload in a debug message
Thu, 21 May 2015 11:34:40 -0700 Martin von Zweigbergk wireproto: remove unused 'store' import
Thu, 21 May 2015 10:27:22 -0700 Gregory Szorc exchange: move code for generating a streaming clone into exchange
Mon, 18 May 2015 13:25:07 -0500 Pierre-Yves David wireproto: turn an 'except' into a 'finally' as suggest by the comment
Sat, 16 May 2015 14:30:07 -0400 Augie Fackler cleanup: use __builtins__.any instead of util.any
Sun, 10 May 2015 05:11:13 -0700 Pierre-Yves David getbundle: sort bundlecaps before exchanging then over the wire