Історія комітів

Автор SHA1 Опис Дата
  drieseng 852efaf9f9 Modify SocketAbstraction.CanWrite to return false when socket is null. 9 роки тому
  Gert Driesen 939325ee64 Merge pull request #88 from sshnet/master 9 роки тому
  drieseng cddeed3a7a Fixed warning. 9 роки тому
  drieseng a6eedcb4f4 Session is no longer partial. 9 роки тому
  drieseng c0b22818c2 Sync project files with Session simplification. 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 97ed0ddb1c Dereference socket instance field before disposing it. 9 роки тому
  drieseng 3e0100272c Dereference waithandle instance field before disposing it. 9 роки тому
  drieseng 9f67d3d7eb Log raised exception. 9 роки тому
  drieseng 6237dd4982 Move IsSocketConnected to Session.cs. 9 роки тому
  drieseng 536f9bd2a4 Use Socket.IsConnected() extension method. 9 роки тому
  drieseng 9e8ce4a868 Modify ReceiveMessage to return null when connection is closed. 9 роки тому
  drieseng b3d24ef8bd Harden dispose. 9 роки тому
  drieseng 7f2edeb55f Fix "randomness". 9 роки тому
  drieseng 33c834ddec Sync .NET 3.5 test project file with .NET 4.0 test project. 9 роки тому
  drieseng ad596e83c0 Remove clearing of buffer. 9 роки тому
  drieseng edde414ef3 Since Dispose now also invokes Disconnect, we no longer need to explicitly invoke Disconnect. 9 роки тому
  drieseng 3bd1b4eec0 Modify tests to take into account fact that we no longer explicitly disconnect the SftpSession, but instead immediately dispose it. 9 роки тому
  drieseng 35c9ecfd56 Revert to previous code as its a little more clear. 9 роки тому
  drieseng 3cf6979943 Avoid NRE when disconnecting or disposing. 9 роки тому
  drieseng 76fdef9d72 Avoid NRE when disposing. 9 роки тому
  drieseng b2d95d2b7f Dereference _channel first. 9 роки тому
  drieseng 800fd3fe99 Use c# type keywords. 9 роки тому
  drieseng ba59196821 Minor improvements. 9 роки тому
  drieseng 3808aae801 Avoid extra IsOpen invocation when attempting to open channel session. 9 роки тому
  drieseng bb968f5550 Minor doc corrections. 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 4632a33e43 Increase timeout waiting for buffered read data. 9 роки тому