svn commit: r897288 - in /mina/trunk/core/src/main/java/org/apache/mina/filter/ssl: SslFilter.java SslHandler.java

2010-01-08 Thread elecharny
Author: elecharny Date: Fri Jan 8 18:29:03 2010 New Revision: 897288 URL: http://svn.apache.org/viewvc?rev=897288view=rev Log: SSL code cleanup (Javadoc typo, reorg) Modified: mina/trunk/core/src/main/java/org/apache/mina/filter/ssl/SslFilter.java

svn commit: r897372 - /mina/sshd/trunk/sshd-core/src/main/java/org/apache/sshd/common/channel/ChannelOutputStream.java

2010-01-08 Thread spearce
Author: spearce Date: Sat Jan 9 02:45:39 2010 New Revision: 897372 URL: http://svn.apache.org/viewvc?rev=897372view=rev Log: SSHD-73: Remove pointless newBuffer during flush During flush we invoke newBuffer() to ensure that the Buffer we pass down into the outgoing encode and transmit queue is

svn commit: r897373 - /mina/sshd/trunk/sshd-core/src/main/java/org/apache/sshd/common/channel/ChannelOutputStream.java

2010-01-08 Thread spearce
Author: spearce Date: Sat Jan 9 02:45:45 2010 New Revision: 897373 URL: http://svn.apache.org/viewvc?rev=897373view=rev Log: Correctly compute the lastSize member in ChannelOutputStream If we have to split the current Buffer, because its too large for the session's window or packet size, don't

svn commit: r897374 - /mina/sshd/trunk/sshd-core/src/main/java/org/apache/sshd/common/channel/ChannelOutputStream.java

2010-01-08 Thread spearce
Author: spearce Date: Sat Jan 9 02:45:47 2010 New Revision: 897374 URL: http://svn.apache.org/viewvc?rev=897374view=rev Log: SSHD-73: Avoid infinite loop when the window is full If the window has no more free space, we can't flush any more data until we receive a window adjust from the peer and