Historique des commits

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