Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Mon, 16 Apr 2018 22:21:54 -0700 |
Gregory Szorc |
wireproto: rename wireproto to wireprotov1server (API)
|
Mon, 12 Feb 2018 16:33:54 -0800 |
Gregory Szorc |
wireprotoserver: handle SSH protocol version 2 upgrade requests
|
Thu, 08 Feb 2018 15:09:59 -0800 |
Gregory Szorc |
wireprotoserver: move SSH server operation to a standalone function
|
Wed, 14 Feb 2018 17:21:42 -0700 |
Gregory Szorc |
py3: add b'' to config options in test extension
|
Sun, 11 Feb 2018 19:24:27 -0800 |
Gregory Szorc |
py3: add missing b'' literal to sshprotoext.py
|
Wed, 07 Feb 2018 20:27:36 -0800 |
Gregory Szorc |
wireproto: introduce type for raw byte responses (API)
|
Wed, 07 Feb 2018 20:17:05 -0800 |
Gregory Szorc |
wireprotoserver: split ssh protocol handler and server
|
Wed, 07 Feb 2018 21:04:54 -0800 |
Gregory Szorc |
wireprotoserver: extract SSH response handling functions
|
Tue, 06 Feb 2018 11:08:36 -0800 |
Gregory Szorc |
sshpeer: initial definition and implementation of new SSH protocol
|
Mon, 05 Feb 2018 09:14:32 -0800 |
Gregory Szorc |
sshpeer: move handshake outside of sshpeer
|
Sun, 04 Feb 2018 14:10:56 -0800 |
Gregory Szorc |
sshpeer: inline I/O into _validaterepo()
|
Sun, 04 Feb 2018 14:02:41 -0800 |
Gregory Szorc |
tests: add low-level SSH protocol tests
|