This is an automated email from the ASF dual-hosted git repository. twolf pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
from f1994bd3b [SSHD-1259] Match key type in known_hosts lookup (#368) add 31e73f768 GH-371: Re-implement the channel pool of an SftpFileSystem No new revisions were added by this update. Summary of changes: CHANGES.md | 20 ++ docs/sftp.md | 2 + docs/technical/sftp_filesystem.md | 124 ++++++++ .../org/apache/sshd/sftp/SftpModuleProperties.java | 29 +- .../sshd/sftp/client/fs/SftpDirectoryStream.java | 11 +- .../apache/sshd/sftp/client/fs/SftpFileSystem.java | 259 ++++++++++++---- .../sshd/sftp/client/fs/SftpPathIterator.java | 11 +- .../sftp/client/impl/SftpIterableDirEntry.java | 4 +- .../sftp/client/fs/SftpDirectoryScannersTest.java | 38 +++ .../apache/sshd/sftp/server/SftpServerTest.java | 337 +++++++++++++++++++++ 10 files changed, 762 insertions(+), 73 deletions(-) create mode 100644 docs/technical/sftp_filesystem.md create mode 100644 sshd-sftp/src/test/java/org/apache/sshd/sftp/server/SftpServerTest.java