提交历史

作者 SHA1 备注 提交日期
  drieseng 2f5e131e08 Remove extra whitespace. 9 年之前
  drieseng 936cfb7b6b Do not show warnings that we cannot fix without breaking the VS 2012 build. 9 年之前
  drieseng 4b59e93d0c Fix event-based memory leaks when clients do not properly dispose instances. 9 年之前
  drieseng d48bb74aef Refactor to move indication whether EndExecute has been invoked for a given IAsyncResult to the CommandAsyncResult class. 9 年之前
  drieseng 9fd0adf6bf Remove partial modifier on class. 9 年之前
  drieseng 30308e63a5 Document changes and fixes. 9 年之前
  drieseng 0fa8e1ec48 Fixed session event leak when SshCommand is not disposed. 9 年之前
  drieseng 45ab50572d Removed copyright. 9 年之前
  drieseng 706ab13247 Relicense as MIT 9 年之前
  Gert Driesen f456cbad87 Complete rename of HashAlgorithmFactory source file and update package dependency. 9 年之前
  drieseng ba8a30bce1 Added tests for GenerateRandom. 9 年之前
  drieseng 96eb559c09 Move HashAlgorithmFactory to Abstractions, and rename it to CryptoAbstraction. 9 年之前
  drieseng 957aeaf0bc Remove unused imports. 9 年之前
  drieseng 9c908ffc62 Fix GenerateRandom for UAP/UWP. 9 年之前
  drieseng a6e0e006f8 Fixed CanRead and CanWrite in SocketAbstraction when socket is connected, and target framework does not support socket poll. 9 年之前
  drieseng 5f1ee99e5e Fix API feature toggles. 9 年之前
  drieseng a563634d24 Merge branch 'develop' of https://github.com/sshnet/SSH.NET.git 9 年之前
  drieseng d1cd0f31c1 Temporarily commit nuget packages. 9 年之前
  drieseng 9f9864e789 Improve socket related error handling. 9 年之前
  drieseng 9019ce39b6 Rename Renci.Security.Cryptography to SshNet.Security.Cryptography. 9 年之前
  drieseng 1da035203c Added test project for WP 8.0. 9 年之前
  drieseng 78167833a8 Added (incomplete) support for GetHostAddresses on UAP/UWP without relying on CoreFX (.NET Core). 9 年之前
  drieseng 685dc9f8d8 Added null check 9 年之前
  drieseng 13b4f8bcd8 Added ReadByte and SendByte convenience methods. 9 年之前
  drieseng 172989554e Renamed VS 2012 solution file to Renci.SshNet.VS2012.sln. 9 年之前
  drieseng 2310845728 Introduce abstraction for generating a strong random sequence, as UWP/WinRT does not come with RandomNumberGenerator. 9 年之前
  drieseng fd36ae40b7 Fixed some warnings. 9 年之前
  drieseng d2e4728512 Removed param from XML doc. 9 年之前
  drieseng 1810e45284 Fixed hide warnings. 9 年之前
  drieseng c3618cf771 Fixed compile warning. 9 年之前