提交歷史

作者 SHA1 備註 提交日期
  drieseng 0ac28d26cb Removed obsolete tracing. 9 年之前
  drieseng c7cc92bbd6 Remove commented out code. 9 年之前
  Gert Driesen 1dd79b2008 Add support for binary distribution zip file. 9 年之前
  Gert Driesen 8071d00098 Removed obsolete reference to Microsoft.CSharp. 9 年之前
  drieseng 18613b2e6e Added timestamp to tracing. 9 年之前
  drieseng a6f0d27fbe Removed extra tracing. 9 年之前
  drieseng f52d81ad1e Added more tracing to troubleshoot issue #112. 9 年之前
  drieseng 5f6c3b0bc7 Fix SL build. 9 年之前
  drieseng 13fff36135 Added support domain name address type for SOCKS5. 9 年之前
  drieseng 5a1e469bb9 No longer throw ObjectDisposedException in Stop() when port is disposed. 9 年之前
  drieseng f50b9f18a6 Do not allow simultaneously sending of a packet and disposing of the session. 9 年之前
  drieseng 009fbc39eb Revert "Attempt to use MSBuild project file to build." 9 年之前
  drieseng 1e4b0f1ee1 Attempt to use MSBuild project file to build. 9 年之前
  drieseng 7a474e6472 Remove CancelConnectAsync - which is .NET 4.0+ only - as dispose of the socket has the same effect. 9 年之前
  drieseng 93874699e4 Cancel async connection request when timeout has elapsed. 9 年之前
  drieseng 1711d5a3b5 Merge branch 'develop' of https://github.com/sshnet/SSH.NET.git 9 年之前
  drieseng 852efaf9f9 Modify SocketAbstraction.CanWrite to return false when socket is null. 9 年之前
  Gert Driesen 647d3ffd3f Remove obsolete partial Session classes and sync project files. 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 年之前