log mercurial/hgweb/protocol.py @ 35848:ff4bc0ab6740 stable

age author description
Tue, 20 Feb 2018 18:55:58 -0800 Gregory Szorc wireproto: check permissions when executing "batch" command (BC) (SEC) stable
Fri, 12 Jan 2018 10:59:58 +0100 Joerg Sonnenberger wireproto: split streamres into legacy and modern case
Mon, 15 Jan 2018 15:20:02 -0800 Gregory Szorc wireproto: drop support for reader interface from streamres (API)
Sun, 15 Oct 2017 00:43:01 -0400 Augie Fackler hgweb: fix decodevaluefromheaders to always return a bytes value
Sun, 15 Oct 2017 00:42:25 -0400 Augie Fackler hgweb: more "headers are native strs" cleanup
Sun, 15 Oct 2017 00:41:34 -0400 Augie Fackler hgweb: when unpacking args from request form, convert to bytes
Sun, 15 Oct 2017 00:38:33 -0400 Augie Fackler hgweb: more "http headers are native strs" cleanup
Thu, 05 Oct 2017 14:13:20 -0400 Augie Fackler hgweb: in protocol adapter, look for bytes instances, not str
Thu, 05 Oct 2017 14:12:51 -0400 Augie Fackler hgweb: in protocol adapter, avoid control reaching end of non-void function
Wed, 26 Jul 2017 17:58:19 -0400 Augie Fackler httppeer: add support for httppostargs when we're sending a file
Fri, 30 Jun 2017 03:44:16 +0200 Pierre-Yves David configitems: register the 'server.zliblevel' config
Sat, 24 Dec 2016 15:29:32 -0700 Gregory Szorc protocol: send application/mercurial-0.2 responses to capable clients
Sat, 24 Dec 2016 14:46:02 -0700 Gregory Szorc httppeer: extract code for HTTP header spanning
Mon, 28 Nov 2016 20:46:59 -0800 Gregory Szorc protocol: declare transport protocol name
Sun, 20 Nov 2016 13:50:45 -0800 Gregory Szorc wireproto: perform chunking and compression at protocol layer (API)