Historie revizí

Autor SHA1 Zpráva Datum
  Gert Driesen 0a1a031fc1 Add support for non-ascii characters to ScpClient. před 8 roky
  Gert Driesen 385b8a6c28 Increase initial window size for SSH channels from 2 MB to 2147483647 (2^31 - 1) bytes. před 8 roky
  Gert Driesen 7c05bd19ba Increase max. SSH packet size back to 68536 (64 KB + 3000). před 8 roky
  Gert Driesen e86fd18b21 Limit size of SSH packet to 35.000 bytes. před 8 roky
  Gert Driesen 178512c998 Use length of actual hash. před 8 roky
  Gert Driesen 847119fd87 Identify future optimization. před 8 roky
  Gert Driesen 1c288485ed Use packing methods from newly introduced Pack class. před 8 roky
  Gert Driesen 8e9cf89511 Fix exception message for fallback SOCKS5 error. před 8 roky
  Gert Driesen 710aa37bd5 Do not use Socket.Select on .NET Framework 3.5 as will not block when -1 is specified as timeout. před 8 roky
  Gert Driesen b63a0ea524 Revert "Attempt to run tests against .NET 3.5 and 4.0." před 8 roky
  Gert Driesen b6ee090ba5 Attempt to run tests against .NET 3.5 and 4.0. před 8 roky
  Gert Driesen 9747d9caef Revert "Add ClientIP to client info to allow select client IP that should be used for connection (#132)" před 8 roky
  oleg 78679a3c30 Add ClientIP to client info to allow select client IP that should be used for connection (#132) před 8 roky
  drieseng 0ac28d26cb Removed obsolete tracing. před 9 roky
  drieseng a6f0d27fbe Removed extra tracing. před 9 roky
  drieseng f52d81ad1e Added more tracing to troubleshoot issue #112. před 9 roky
  drieseng f50b9f18a6 Do not allow simultaneously sending of a packet and disposing of the session. před 9 roky
  drieseng 852efaf9f9 Modify SocketAbstraction.CanWrite to return false when socket is null. před 9 roky
  drieseng a6eedcb4f4 Session is no longer partial. před 9 roky
  drieseng ee9f0f748a SocketExceptions that are thrown during shut down of the socket should not bubble up. před 9 roky
  drieseng f9773a6786 Refactor out use of dynamic types, and reflection for processing received SSH messages. před 9 roky
  drieseng 6237dd4982 Move IsSocketConnected to Session.cs. před 9 roky
  drieseng 9e8ce4a868 Modify ReceiveMessage to return null when connection is closed. před 9 roky
  drieseng ad596e83c0 Remove clearing of buffer. před 9 roky
  drieseng 1d6177fceb Send SSH_MSG_CHANNEL_EOF and SSH_MSG_CHANNEL_CLOSE in synchronized block. před 9 roky
  drieseng b413970148 Added more tracing, and break receive loop when we start disconnecting. před 9 roky
  drieseng 1bab13b78d Add comment. před 9 roky
  drieseng c274f1f9b5 Catch and log SocketException that is thrown while shutting down the socket or clearing its read buffer. před 9 roky
  drieseng 879c39badd Rename SendDisconnect to TrySendDisconnect. před 9 roky
  drieseng 395bbe70d6 Only use Socket.Poll, Socket.Select and read lock when FEATURE_SOCKET_POLL is defined. před 9 roky