Historial de Commits

Autor SHA1 Mensaje Fecha
  Gert Driesen 04d4c18a13 Remove redundant this qualifiers. hace 11 años
  Gert Driesen 9366658bc4 Added simple ServiceFactory to allow unit testing of SshClient. hace 11 años
  Gert Driesen 57496a4f3f Remove nullOnError argument for RequestFStat and RequestLStat as it was never used. hace 11 años
  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) hace 11 años
  Gert Driesen 2ddb3df0e0 * Introduce ClientChannel and ServerChannel classes to distinguish between channel initiated by the client or the server. hace 11 años
  Gert Driesen 108b20965c Rename WaitHandle method to WaitOnHandle to avoid naming clash with WaitHandle class. hace 11 años
  Gert Driesen cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. hace 11 años
  olegkap_cp 759aa4c9ee Improve SftpClient Exists method hace 12 años
  olegkap_cp d31b4c76e1 Fix how exceptions are thrown hace 12 años
  olegkap_cp db38a04f8a Add Encoding property to ConnectionInfo to specify what encoding to use for current session. hace 12 años
  olegkap_cp 358b08905f Fix and add XML comments hace 12 años
  olegkap_cp 2c9928aa1e Add couple more extended requests for future support hace 13 años
  olegkap_cp 0923fb8db1 Refactor usage of extened requests hace 13 años
  olegkap_cp 44b447afc4 Refactor SFTP to prepare for multiple SFTP version support and add suport for versions 0 thru 3 hace 13 años
  olegkap_cp 6852e6d2a9 Refactor RequestWrite method to write one block at a time hace 13 años
  olegkap_cp e738ebfb1e Add Support for SFTP posix-rename@openssh.com and statvfs@openssh.com requests hace 13 años
  olegkap_cp d551995eb6 Change default buffer size from maximum allowed to 16KB to avoid several buffer related errors hace 13 años
  olegkap_cp 7332af534c Change default buffer size from 1024 * 32 - 38 to 1024 * 32 - 52 hace 13 años
  olegkap_cp f8faabddda Fix WindowAdjusment for SCP and SFTP hace 13 años
  olegkap_cp 50c8b3c6f2 Refactor SftpMessage to work with WindowsPhone correctly hace 14 años
  olegkap_cp 799e6d54b9 Internal changes, replace Dictionary<string,SftpFileAttributes> with KeyValuePair<string,SftpFileAttributes>[]. hace 14 años
  olegkap_cp 2760c05e21 Implement write pipelining hace 14 años
  olegkap_cp 7f0c5d2399 Make NextRequestId property thread safe. hace 14 años
  olegkap_cp da854b711a Apply 10278 patch and make some minor corrections hace 14 años
  olegkap_cp 097246c153 Split SftpSession class into 2 to allow future extensability of other sub systems hace 14 años
  olegkap_cp 34a5cba265 Code Cleanup hace 14 años
  olegkap_cp 6f20f21d11 Improve DER object serialization and add ObjectIdentifier class to identify algorithm being used during DER serialziation hace 14 años
  olegkap_cp 67538291a5 Fix RequestRead operation hace 14 años
  olegkap_cp fd22cf21a2 Replace ErrorEventArgs with ExceptionEventArgs hace 14 años
  olegkap_cp e67cc54cd2 Refactor SFTP messages to request/response hace 14 años