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 402918e Allow using an SSH agent without agent forwarding add 96a0e65 [SSHD-1217] Performance problem listing directory via SftpFileSystem No new revisions were added by this update. Summary of changes: .../sshd/sftp/client/impl/AbstractSftpClient.java | 131 +-------------- .../org/apache/sshd/sftp/common/SftpHelper.java | 155 +++++++++++++++++ .../sshd/sftp/server/RemoteDirectoryHandle.java | 92 +++++++++++ .../apache/sshd/sftp/server/SftpEventListener.java | 33 ++++ .../org/apache/sshd/sftp/server/SftpSubsystem.java | 99 ++++++++++- .../sshd/sftp/client/fs/SftpFileSystemTest.java | 183 +++++++++++++++++++++ 6 files changed, 560 insertions(+), 133 deletions(-) create mode 100644 sshd-sftp/src/main/java/org/apache/sshd/sftp/server/RemoteDirectoryHandle.java