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 6f242b0e4 Mention SSHD-1266 in CHANGES.md
     add b91a42458 [SSHD-1262] Eliminate buffering in TCP/IP port forwarding

No new revisions were added by this update.

Summary of changes:
 CHANGES.md                                         |   1 +
 README.md                                          |   4 +-
 docs/technical/forward_dynamic_interaction.svg     |   3 +
 docs/technical/forward_dynamic_overview.svg        |   3 +
 docs/technical/forward_local_interaction.svg       |   3 +
 docs/technical/forward_local_overview.svg          |   3 +
 docs/technical/forward_remote_interaction.svg      |   3 +
 docs/technical/forward_remote_overview.svg         |   3 +
 docs/technical/src/forwarding.drawio               |   1 +
 docs/technical/tcpip-forwarding.md                 | 144 +++++++++++
 .../java/org/apache/sshd/common/io/IoSession.java  |  12 +-
 .../sshd/common/util/threads/ThreadUtils.java      |  24 ++
 .../channel/ClientChannelPendingMessagesQueue.java | 272 ---------------------
 .../sshd/common/channel/AbstractChannel.java       |  10 +-
 .../sshd/common/forward/DefaultForwarder.java      |  79 +++---
 .../org/apache/sshd/common/forward/SocksProxy.java |  21 +-
 .../sshd/common/forward/TcpipClientChannel.java    |  46 +---
 .../apache/sshd/common/io/nio2/Nio2Acceptor.java   |   6 +-
 .../apache/sshd/common/io/nio2/Nio2Connector.java  |   6 +-
 .../apache/sshd/common/io/nio2/Nio2Service.java    |  10 +-
 .../sshd/common/io/nio2/Nio2ServiceFactory.java    |  14 +-
 .../common/io/nio2/Nio2ServiceFactoryFactory.java  |   2 +-
 .../apache/sshd/common/io/nio2/Nio2Session.java    |  36 ++-
 .../session/helpers/AbstractConnectionService.java |  26 +-
 .../org/apache/sshd/core/CoreModuleProperties.java |  17 --
 .../sshd/server/forward/TcpipServerChannel.java    | 176 +++++++------
 .../session/helpers/AbstractSessionTest.java       |  12 +-
 sshd-mina/pom.xml                                  |   1 -
 .../java/org/apache/sshd/mina/MinaSession.java     |   9 +-
 sshd-netty/pom.xml                                 |   1 -
 .../java/org/apache/sshd/netty/NettyIoSession.java |  22 ++
 .../client/impl/SftpRemotePathChannelTest.java     |   9 +-
 32 files changed, 459 insertions(+), 520 deletions(-)
 create mode 100644 docs/technical/forward_dynamic_interaction.svg
 create mode 100644 docs/technical/forward_dynamic_overview.svg
 create mode 100644 docs/technical/forward_local_interaction.svg
 create mode 100644 docs/technical/forward_local_overview.svg
 create mode 100644 docs/technical/forward_remote_interaction.svg
 create mode 100644 docs/technical/forward_remote_overview.svg
 create mode 100644 docs/technical/src/forwarding.drawio
 create mode 100644 docs/technical/tcpip-forwarding.md
 delete mode 100644 
sshd-core/src/main/java/org/apache/sshd/client/channel/ClientChannelPendingMessagesQueue.java

Reply via email to