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 898939d  [SSHD-1146] Add missing Import-Package header in sshd-osgi
     new 0987602  [SSHD-1123] Add option to chunk data in 
ChannelAsyncOutputStream if window size is smaller than packet size
     new f58f006  [SSHD-1123] Provide configurable behavior for 
ChannelAsyncOutputStream chunking behavior

The 2 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                                         |   1 +
 .../common/channel/ChannelAsyncOutputStream.java   |  70 +++++++++--
 .../sshd/common/channel/ChannelOutputStream.java   |  24 ++--
 .../org/apache/sshd/core/CoreModuleProperties.java |  18 +++
 .../apache/sshd/server/channel/ChannelSession.java |  30 ++++-
 .../channel/ChannelAsyncOutputStreamTest.java      | 131 +++++++++++++++++++++
 6 files changed, 254 insertions(+), 20 deletions(-)
 create mode 100644 
sshd-core/src/test/java/org/apache/sshd/common/channel/ChannelAsyncOutputStreamTest.java

Reply via email to