Mercurial > public > mercurial-scm > hg
log mercurial/sslutil.py @ 29253:9da137faaa9c
age | author | description |
---|---|---|
Wed, 25 May 2016 19:57:31 -0700 | Gregory Szorc | sslutil: remove sslkwargs() (API) |
Wed, 25 May 2016 19:52:02 -0700 | Gregory Szorc | sslutil: move sslkwargs logic into internal function (API) |
Wed, 25 May 2016 19:43:22 -0700 | Gregory Szorc | sslutil: remove ui from sslkwargs (API) |
Sun, 15 May 2016 11:50:49 -0700 | Gregory Szorc | sslutil: remove redundant check of sslsocket.cipher() |
Sun, 15 May 2016 11:38:38 -0700 | Gregory Szorc | sslutil: convert socket validation from a class to a function (API) |
Sun, 15 May 2016 11:32:11 -0700 | Gregory Szorc | sslutil: store and use hostname and ui in socket instance |
Sun, 15 May 2016 11:25:07 -0700 | Gregory Szorc | sslutil: use a dict for hanging hg state off the wrapped socket |