This is an automated email from the ASF dual-hosted git repository. lgoldstein pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git.
from ab233a4 [SSHD-1127] Added capability to register a custom receiver for SFTP STDERR channel raw or stream data new 4d2e5e3 [SSHD-1125] Added reported test case for the issue new 1860937 [SSHD-1125] Added mechanism to throttle pending write requests in BufferedIoOutputStream new e88c1a7 [SSHD-1125] Added option to require immediate close of channel in command ExitCallback invocation 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 | 6 +- .../java/org/apache/sshd/server/ExitCallback.java | 27 ++- .../common/channel/BufferedIoOutputStream.java | 203 ++++++++++++++++++--- ...java => SshChannelBufferedOutputException.java} | 12 +- .../org/apache/sshd/core/CoreModuleProperties.java | 21 ++- .../apache/sshd/server/channel/ChannelSession.java | 10 +- .../sshd/server/forward/TcpipServerChannel.java | 8 +- .../sshd/util/test/AsyncEchoShellFactory.java | 13 +- .../apache/sshd/util/test/BogusExitCallback.java | 12 +- .../org/apache/sshd/sftp/server/SftpSubsystem.java | 7 +- .../client/impl/SftpRemotePathChannelTest.java | 81 ++++++++ 11 files changed, 350 insertions(+), 50 deletions(-) copy sshd-core/src/main/java/org/apache/sshd/common/channel/exception/{SshChannelClosedException.java => SshChannelBufferedOutputException.java} (69%)