提交历史

作者 SHA1 备注 提交日期
  Gert Driesen 35233fc822 Added async methods for SSH_FXP_OPEN, SSH_FXP_REALPATH, SSH_FXP_STAT and SSH_FXP_LSTAT. 8 年之前
  Gert Driesen 7e72af810c Implement Wait with timeout. 8 年之前
  Gert Driesen bea764f812 Remove EndInvoke with timeout as we use the IAsyncResult.AsyncWaitHandle for this. 8 年之前
  Gert Driesen 51bd8fa6fd Removed IsEof from SftpDataResponse. 8 年之前
  Gert Driesen 774951e0c4 Do not initialize fields with default values. 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 8a5d8edb70 Removed _ownsHandle field. 8 年之前
  Gert Driesen 94d0230608 Removed IsAsync property. 8 年之前
  Gert Driesen 6ebb978bac Minor slashdoc (syntax/format) updates. 8 年之前
  Gert Driesen 9f87bc3f26 Compare server window size with uint zero. 8 年之前
  Gert Driesen a51e82fcb8 Fix remaning tests. 8 年之前
  Gert Driesen c7c6e87799 Merge branch 'develop' of https://github.com/sshnet/SSH.NET into develop 8 年之前
  Gert Driesen e4a1a5daca Fix some more tests. 8 年之前
  Gert Driesen 61b415a31f Fix test. 8 年之前
  Gert Driesen 61d45b12aa Add ISftpFileReader to remaining project files. 8 年之前
  Gert Driesen cd4fad7f67 As of VS 2017 RC3, the sources files in the project directory are implicitly included. 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 1f2c7f2547 Do not use reported file size to determine whether read-ahead should be stopped. 8 年之前
  Gert Driesen 807e9fc14e Optimize handling response actions. 8 年之前
  Gert Driesen 191b704691 Eliminate extra String.Format. 8 年之前
  Gert Driesen ccefd706a3 Set C# language version to 5 for release and debug configuration. 8 年之前
  Gert Driesen e937c9d841 Improve exception handler for SftpFileReader. 8 年之前
  Gert Driesen 4e801fb354 Specify C# language version. 8 年之前
  Gert Driesen 5b3e64e368 Harden read-ahead by relying 8 年之前
  Gert Driesen f29b4826a3 Use PulseAll instead of Pulse as we want to signal all threads. 8 年之前
  Gert Driesen 9f63730470 Sync project files, and remove stray CWL. 8 年之前
  Gert Driesen fe27ec31e1 Added BeginRead/EndRead to ISftpSession and SftpSession. 8 年之前
  Gert Driesen 54215ffd74 Remove empty line. 8 年之前
  Gert Driesen e643378cfc Added EndInvoke(TimeSpan timeout). 8 年之前