Commit History

Author SHA1 Message Date
  Ryan Esteves 4c5d0c075e Added ExistsAsync and GetAsync to SftpClient (#1501) 1 year ago
  Rob Hague aac10fba3d Miscellaneous cleanup/throw helpers (#1491) 1 year ago
  Dejan Varmedja 830e504244 Rename SftpFileSytemInformation to SftpFileSystemInformation (#1425) 1 year ago
  mus65 c0a353a4de Cleanup formatting and style and enforce it in CI (#1380) 1 year ago
  Jean-Sebastien Carle 9be67c0c99 Cleanup and muting of analyzer warnings (#1357) 1 year ago
  Gert Driesen 508fc87d2a Fix analyzer errors in Renci.SshNet and Renci.SshNet.TestTools.OpenSSH (#1229) 2 years ago
  drieseng f745b3f803 Use <see langword="..."/> for language keywords. 2 years ago
  Rob Hague a4dbf7763a Replace Array<T>.Empty with Array.Empty<T>() (#1137) 2 years ago
  Gert Driesen 27976bb927 Analyzer fixes round 3. (#1135) 2 years ago
  Gert Driesen c04cdbcb97 Round 2 of analyzer fixes and general cleanup. (#1132) 2 years ago
  Gert Driesen 3ecbd1071d Fix some (lots of) issues reported by analyzers. (#1125) 2 years ago
  Wojciech Nagórski 8c932fb1e8 Remove old features [Part 1] (#1117) 2 years ago
  Igor Milavec 7bdfc9e615 Add async support to SftpClient and SftpFileStream (#819) 3 years ago
  Gert Driesen b548622524 Rename (I)SftpMessageFactory to (I)SftpResponseFactory. 8 years ago
  Gert Driesen e2cf28a28d Remove Encoding from SubsystemSession and NetConfSession, and move it to SftpSession (as it is only used there). 8 years ago
  Gert Driesen b22690d985 Remove ServiceFactory argument from SftpSession. 8 years ago
  Gert Driesen 768d1c9a68 Add async Begin/End Close methods. 8 years ago
  Gert Driesen 35233fc822 Added async methods for SSH_FXP_OPEN, SSH_FXP_REALPATH, SSH_FXP_STAT and SSH_FXP_LSTAT. 8 years ago
  Gert Driesen eb39b69b34 Revert "Do not initialize fields to default values." 8 years ago
  Gert Driesen 54fbd8f5ba Do not initialize fields to default values. 8 years ago
  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 years ago
  Gert Driesen fe27ec31e1 Added BeginRead/EndRead to ISftpSession and SftpSession. 8 years ago
  Gert Driesen b63a0ea524 Revert "Attempt to run tests against .NET 3.5 and 4.0." 8 years ago
  Gert Driesen b6ee090ba5 Attempt to run tests against .NET 3.5 and 4.0. 8 years ago
  drieseng cea61f0573 Eliminate use of Linq. 8 years ago
  drieseng f9773a6786 Refactor out use of dynamic types, and reflection for processing received SSH messages. 9 years ago
  drieseng 76fdef9d72 Avoid NRE when disposing. 9 years ago
  drieseng ba59196821 Minor improvements. 9 years ago
  drieseng 76a92cfb0a SshData.cs: 9 years ago
  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 years ago