log mercurial/wireproto.py @ 29884:ed793f41e83f

age author description
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)
Sat, 06 Aug 2016 13:46:28 -0700 Gregory Szorc wireproto: consolidate code for obtaining "cmds" argument value
Fri, 05 Aug 2016 16:34:30 -0400 Augie Fackler wirepeer: rename confusing `source` parameter
Fri, 15 Jul 2016 13:41:34 -0700 Gregory Szorc wireproto: extract repo filtering to standalone function
Fri, 10 Jun 2016 00:12:33 -0400 Augie Fackler cleanup: replace uses of util.(md5|sha1|sha256|sha512) with hashlib.\1
Mon, 16 May 2016 21:30:53 +0000 timeless py3: convert to next() function
Thu, 12 May 2016 09:39:14 -0400 Augie Fackler wireproto: optimize handling of large batch responses
Wed, 06 Apr 2016 23:22:12 +0000 timeless pycompat: switch to util.urlreq/util.urlerr for py3 compat
Mon, 28 Mar 2016 14:41:29 -0700 Martin von Zweigbergk bundle: move writebundle() from changegroup.py to bundle2.py (API)
Fri, 11 Mar 2016 11:37:00 -0500 Augie Fackler http: support sending hgargs via POST body instead of in GET or headers
Tue, 01 Mar 2016 18:41:43 -0500 Augie Fackler wireproto: make iterbatcher behave streamily over http(s)
Tue, 01 Mar 2016 18:39:25 -0500 Augie Fackler peer: add an iterbatcher interface
Wed, 02 Mar 2016 14:18:43 -0500 Augie Fackler wireproto: document quirk of _callstream between http and ssh
Sun, 20 Dec 2015 11:56:24 -0800 Gregory Szorc wireproto: support disabling bundle1 only if repo is generaldelta