Commit History

作者 SHA1 備註 提交日期
  Gert Driesen c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 年之前
  Gert Driesen 188c313818 When disposing a client, (re)use Disconnect() to signal that we're disconnecting - hereby avoiding exceptions getting thrown for a waithandle timeout (waiting for a SSH response message). Note: may need to revisit this again to only avoid throwing exception waiting for a response on a disconnect or channel close/eof message. 11 年之前
  Gert Driesen 71664e2c93 Channel: 11 年之前
  Gert Driesen 04d4c18a13 Remove redundant this qualifiers. 11 年之前
  Gert Driesen 9366658bc4 Added simple ServiceFactory to allow unit testing of SshClient. 11 年之前
  Gert Driesen 57496a4f3f Remove nullOnError argument for RequestFStat and RequestLStat as it was never used. 11 年之前
  Gert Driesen fbd482fd63 Split up data in multiple messages when it does not fit in remote window size. This prevents timeout when sending data to server with a low window size and which adjusts the window size very conservatively (issue #1706) 11 年之前
  Gert Driesen 2ddb3df0e0 * Introduce ClientChannel and ServerChannel classes to distinguish between channel initiated by the client or the server. 11 年之前
  Gert Driesen 108b20965c Rename WaitHandle method to WaitOnHandle to avoid naming clash with WaitHandle class. 11 年之前
  Gert Driesen cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 年之前
  olegkap_cp 759aa4c9ee Improve SftpClient Exists method 12 年之前
  olegkap_cp d31b4c76e1 Fix how exceptions are thrown 12 年之前
  olegkap_cp db38a04f8a Add Encoding property to ConnectionInfo to specify what encoding to use for current session. 12 年之前
  olegkap_cp 358b08905f Fix and add XML comments 12 年之前
  olegkap_cp 2c9928aa1e Add couple more extended requests for future support 13 年之前
  olegkap_cp 0923fb8db1 Refactor usage of extened requests 13 年之前
  olegkap_cp 44b447afc4 Refactor SFTP to prepare for multiple SFTP version support and add suport for versions 0 thru 3 13 年之前
  olegkap_cp 6852e6d2a9 Refactor RequestWrite method to write one block at a time 13 年之前
  olegkap_cp e738ebfb1e Add Support for SFTP posix-rename@openssh.com and statvfs@openssh.com requests 13 年之前
  olegkap_cp d551995eb6 Change default buffer size from maximum allowed to 16KB to avoid several buffer related errors 13 年之前
  olegkap_cp 7332af534c Change default buffer size from 1024 * 32 - 38 to 1024 * 32 - 52 13 年之前
  olegkap_cp f8faabddda Fix WindowAdjusment for SCP and SFTP 13 年之前
  olegkap_cp 50c8b3c6f2 Refactor SftpMessage to work with WindowsPhone correctly 14 年之前
  olegkap_cp 799e6d54b9 Internal changes, replace Dictionary<string,SftpFileAttributes> with KeyValuePair<string,SftpFileAttributes>[]. 14 年之前
  olegkap_cp 2760c05e21 Implement write pipelining 14 年之前
  olegkap_cp 7f0c5d2399 Make NextRequestId property thread safe. 14 年之前
  olegkap_cp da854b711a Apply 10278 patch and make some minor corrections 14 年之前
  olegkap_cp 097246c153 Split SftpSession class into 2 to allow future extensability of other sub systems 14 年之前
  olegkap_cp 34a5cba265 Code Cleanup 14 年之前
  olegkap_cp 6f20f21d11 Improve DER object serialization and add ObjectIdentifier class to identify algorithm being used during DER serialziation 14 年之前