Commit Verlauf

Autor SHA1 Nachricht Datum
  mus65 752b1db8f0 Add .NET 9 target (#1480) vor 11 Monaten
  Rob Hague aac10fba3d Miscellaneous cleanup/throw helpers (#1491) vor 1 Jahr
  Rob Hague a157dd3b88 Remove unnecessary finalizers (#1209) vor 1 Jahr
  Rob Hague 8e8829ef96 Docs updates (#1432) vor 1 Jahr
  mus65 c0a353a4de Cleanup formatting and style and enforce it in CI (#1380) vor 1 Jahr
  Jean-Sebastien Carle 9be67c0c99 Cleanup and muting of analyzer warnings (#1357) vor 1 Jahr
  Jean-Sebastien Carle 4b9c3bf144 Limit TimeSpan timeouts to Int32 MaxValue (#1321) vor 1 Jahr
  Scott Xu 4c7bd35a71 Add support for .NET 8.0 (#1255) vor 1 Jahr
  Gert Driesen 508fc87d2a Fix analyzer errors in Renci.SshNet and Renci.SshNet.TestTools.OpenSSH (#1229) vor 2 Jahren
  drieseng f745b3f803 Use <see langword="..."/> for language keywords. vor 2 Jahren
  Gert Driesen 27976bb927 Analyzer fixes round 3. (#1135) vor 2 Jahren
  Gert Driesen c04cdbcb97 Round 2 of analyzer fixes and general cleanup. (#1132) vor 2 Jahren
  Gert Driesen 3ecbd1071d Fix some (lots of) issues reported by analyzers. (#1125) vor 2 Jahren
  Wojciech Nagórski 8c932fb1e8 Remove old features [Part 1] (#1117) vor 2 Jahren
  LemonPi314 f3ebc290e2 Fix Seek Operations in SftpFileStream (#910) vor 2 Jahren
  Igor Milavec 7bdfc9e615 Add async support to SftpClient and SftpFileStream (#819) vor 3 Jahren
  Gert Driesen 79c9a4baea SftpFileStream: Position in stream should be left untouched when clearing read buffer. vor 8 Jahren
  Gert Driesen 48205c7f6d Improve SetLength compatibility with FileStream: vor 8 Jahren
  Gert Driesen f38c7ce3af SftpFileStream: In Append mode, create the remote file if it does not already exist. vor 8 Jahren
  Gert Driesen c2552e4e4b SftpFileStream: vor 8 Jahren
  Gert Driesen 5408aace90 Avoid reading from the server twice to determine EOF. vor 8 Jahren
  Gert Driesen 416f7be804 Ensure write buffer is initialized before attempting to use it. vor 8 Jahren
  Gert Driesen 6fd1cc78c3 Update Read(byte[] buffer, int offset, int count) to not write bytes to read buffer when the read buffer is empty and count is greater than the number of bytes read from the server. vor 8 Jahren
  Gert Driesen 40efaa6e5a Move back to writing all read bytes to read buffer, not only those that exceed the user supplied buffer. vor 8 Jahren
  Gert Driesen bcc8def223 No longer track write position separately. vor 8 Jahren
  Gert Driesen 30e8513800 Revert "Update SftFileStream to work correctly with mixed Read, Write and Seek operation, complete rewrite #194" vor 8 Jahren
  olegkap 0d88ddc79c Update SftFileStream to work correctly with mixed Read, Write and Seek operation, complete rewrite #194 vor 8 Jahren
  Gert Driesen 04ca23176a Merge pull request #186 from agayardo/develop vor 8 Jahren
  Gert Driesen 40e106828d Throw ArgumentException for invalid combinations of FileMode and FileAccess. vor 8 Jahren
  Gert Driesen 4b85e78e3c In the SftpFileStream ctor, only obtain file attributes when mode is Append and no longer keep the result as instance field. vor 8 Jahren