2
0

Коммит түүх

Эзэн SHA1 Мессеж Огноо
  Gert Driesen e86fd18b21 Limit size of SSH packet to 35.000 bytes. 8 жил өмнө
  Gert Driesen 178512c998 Use length of actual hash. 8 жил өмнө
  Gert Driesen 847119fd87 Identify future optimization. 8 жил өмнө
  Gert Driesen 1c288485ed Use packing methods from newly introduced Pack class. 8 жил өмнө
  Gert Driesen 8e9cf89511 Fix exception message for fallback SOCKS5 error. 8 жил өмнө
  Gert Driesen 710aa37bd5 Do not use Socket.Select on .NET Framework 3.5 as will not block when -1 is specified as timeout. 8 жил өмнө
  Gert Driesen b63a0ea524 Revert "Attempt to run tests against .NET 3.5 and 4.0." 8 жил өмнө
  Gert Driesen b6ee090ba5 Attempt to run tests against .NET 3.5 and 4.0. 8 жил өмнө
  Gert Driesen 9747d9caef Revert "Add ClientIP to client info to allow select client IP that should be used for connection (#132)" 8 жил өмнө
  oleg 78679a3c30 Add ClientIP to client info to allow select client IP that should be used for connection (#132) 8 жил өмнө
  drieseng 0ac28d26cb Removed obsolete tracing. 9 жил өмнө
  drieseng a6f0d27fbe Removed extra tracing. 9 жил өмнө
  drieseng f52d81ad1e Added more tracing to troubleshoot issue #112. 9 жил өмнө
  drieseng f50b9f18a6 Do not allow simultaneously sending of a packet and disposing of the session. 9 жил өмнө
  drieseng 852efaf9f9 Modify SocketAbstraction.CanWrite to return false when socket is null. 9 жил өмнө
  drieseng a6eedcb4f4 Session is no longer partial. 9 жил өмнө
  drieseng ee9f0f748a SocketExceptions that are thrown during shut down of the socket should not bubble up. 9 жил өмнө
  drieseng f9773a6786 Refactor out use of dynamic types, and reflection for processing received SSH messages. 9 жил өмнө
  drieseng 6237dd4982 Move IsSocketConnected to Session.cs. 9 жил өмнө
  drieseng 9e8ce4a868 Modify ReceiveMessage to return null when connection is closed. 9 жил өмнө
  drieseng ad596e83c0 Remove clearing of buffer. 9 жил өмнө
  drieseng 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. 9 жил өмнө
  drieseng b413970148 Added more tracing, and break receive loop when we start disconnecting. 9 жил өмнө
  drieseng 1bab13b78d Add comment. 9 жил өмнө
  drieseng c274f1f9b5 Catch and log SocketException that is thrown while shutting down the socket or clearing its read buffer. 9 жил өмнө
  drieseng 879c39badd Rename SendDisconnect to TrySendDisconnect. 9 жил өмнө
  drieseng 395bbe70d6 Only use Socket.Poll, Socket.Select and read lock when FEATURE_SOCKET_POLL is defined. 9 жил өмнө
  drieseng f9ad89384f Rename Read(int length) to SocketRead(int length) 9 жил өмнө
  drieseng 5529efcab8 Do not send SSH_MSG_DISCONNECT when the server is closing the session by sending a SSH_MSG_DISCONNECT. 9 жил өмнө
  drieseng 76a92cfb0a SshData.cs: 9 жил өмнө