Mercurial > hg
log
age | author | description |
---|---|---|
Thu, 08 Mar 2018 09:44:27 -0800 | Gregory Szorc | hgweb: validate WSGI environment dict |
Thu, 08 Mar 2018 09:26:51 -0800 | Gregory Szorc | hgweb: ensure all wsgi environment values are str |
Wed, 07 Mar 2018 16:18:52 -0800 | Gregory Szorc | wireproto: formalize permissions checking as part of protocol interface |
Wed, 07 Mar 2018 16:02:24 -0800 | Gregory Szorc | wireproto: declare permissions requirements in @wireprotocommand (API) |
Tue, 06 Mar 2018 15:08:33 -0800 | Gregory Szorc | wireprotoserver: check permissions in main dispatch function |
Tue, 06 Mar 2018 15:02:53 -0800 | Gregory Szorc | wireprotoserver: check if command available before calling it |
Tue, 06 Mar 2018 02:43:17 -0600 | Yuya Nishihara | py3: drop encoding.strio() |