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 4b40da32f Merge pull request #494 from 
evgeny-pasynkov/nio-session-fixes
     add 6761529e1 GH-468: Handle excess data in SFTP read requests
     new 1b9084f2f AbstractClientChannel: fix waiting for channel having closed
     new a85462b49 Improve javadoc on ClientChannel.setIn(InputStream)
     new 68ff67b56 [releng] Bump build plug-ins

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.md                                         |  8 ++
 pom.xml                                            |  8 +-
 .../sshd/client/channel/AbstractClientChannel.java |  2 +-
 .../apache/sshd/client/channel/ClientChannel.java  |  3 +-
 .../sshd/server/channel/ChannelSessionTest.java    | 55 +++++++++++++
 .../org/apache/sshd/sftp/SftpModuleProperties.java |  8 ++
 .../sshd/sftp/client/impl/AbstractSftpClient.java  | 95 ++++++++++++++++------
 .../sftp/client/impl/SftpInputStreamAsync.java     | 94 ++++++++++-----------
 .../java/org/apache/sshd/sftp/client/SftpTest.java | 21 +++++
 9 files changed, 212 insertions(+), 82 deletions(-)

Reply via email to