提交历史

作者 SHA1 备注 提交日期
  Ryan Esteves 4c5d0c075e Added ExistsAsync and GetAsync to SftpClient (#1501) 1 年之前
  Rob Hague aac10fba3d Miscellaneous cleanup/throw helpers (#1491) 1 年之前
  Dejan Varmedja 830e504244 Rename SftpFileSytemInformation to SftpFileSystemInformation (#1425) 1 年之前
  mus65 c0a353a4de Cleanup formatting and style and enforce it in CI (#1380) 1 年之前
  Jean-Sebastien Carle 9be67c0c99 Cleanup and muting of analyzer warnings (#1357) 1 年之前
  Gert Driesen 508fc87d2a Fix analyzer errors in Renci.SshNet and Renci.SshNet.TestTools.OpenSSH (#1229) 2 年之前
  drieseng f745b3f803 Use <see langword="..."/> for language keywords. 2 年之前
  Rob Hague a4dbf7763a Replace Array<T>.Empty with Array.Empty<T>() (#1137) 2 年之前
  Gert Driesen 27976bb927 Analyzer fixes round 3. (#1135) 2 年之前
  Gert Driesen c04cdbcb97 Round 2 of analyzer fixes and general cleanup. (#1132) 2 年之前
  Gert Driesen 3ecbd1071d Fix some (lots of) issues reported by analyzers. (#1125) 2 年之前
  Wojciech Nagórski 8c932fb1e8 Remove old features [Part 1] (#1117) 2 年之前
  Igor Milavec 7bdfc9e615 Add async support to SftpClient and SftpFileStream (#819) 3 年之前
  Gert Driesen b548622524 Rename (I)SftpMessageFactory to (I)SftpResponseFactory. 8 年之前
  Gert Driesen e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 年之前
  Gert Driesen b22690d985 Remove ServiceFactory argument from SftpSession. 8 年之前
  Gert Driesen 768d1c9a68 Add async Begin/End Close methods. 8 年之前
  Gert Driesen 35233fc822 Added async methods for SSH_FXP_OPEN, SSH_FXP_REALPATH, SSH_FXP_STAT and SSH_FXP_LSTAT. 8 年之前
  Gert Driesen eb39b69b34 Revert "Do not initialize fields to default values." 8 年之前
  Gert Driesen 54fbd8f5ba Do not initialize fields to default values. 8 年之前
  Gert Driesen 3f78ad3002 Add CreateFileReader method on SftpSession in which we use the size of the file to determine the maximum pending reads to allow, and calculate the size of individual chunks. 8 年之前
  Gert Driesen fe27ec31e1 Added BeginRead/EndRead to ISftpSession and SftpSession. 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 年之前
  drieseng cea61f0573 Eliminate use of Linq. 8 年之前
  drieseng f9773a6786 Refactor out use of dynamic types, and reflection for processing received SSH messages. 9 年之前
  drieseng 76fdef9d72 Avoid NRE when disposing. 9 年之前
  drieseng ba59196821 Minor improvements. 9 年之前
  drieseng 76a92cfb0a SshData.cs: 9 年之前
  drieseng ad56cc9bdf Take into account the offset in SftpFileStream.Write(byte[] buffer, int offset, int count) when not writing to the buffer. Fixes issue #70. 9 年之前