Commit történet

Szerző SHA1 Üzenet Dátum
  Gert Driesen c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 éve
  Gert Driesen e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 éve
  Gert Driesen 6e11950d60 Added internal ctor to ScpClient that takes an IServiceFactory to allow for mocking of PipeStream. 11 éve
  Gert Driesen 9366658bc4 Added simple ServiceFactory to allow unit testing of SshClient. 11 éve
  Gert Driesen 965a0ba4c7 Introduce IChannel and IChannelSession interface to allow for unit testing. 11 éve
  Gert Driesen 2ddb3df0e0 * Introduce ClientChannel and ServerChannel classes to distinguish between channel initiated by the client or the server. 11 éve
  Gert Driesen 34405caa24 BaseClient: 11 éve
  Gert Driesen cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 éve
  olegkap_cp f4141de4c9 Upgrade solution to VS.NET 2013 12 éve
  olegkap_cp e1b2d13a99 Fix SCP to handle root path 12 éve
  olegkap_cp 4276e4b8e6 Fix ScpClient upload to allow path to include subdirectories 12 éve
  olegkap_cp 95eeb107a0 Remove EnsureConnection and move its funcionality into Session.SendMessage method 12 éve
  olegkap_cp 358b08905f Fix and add XML comments 12 éve
  olegkap_cp 83f3f63c21 Add ConnectionInfo.DEFAULT_PORT to be used as default port instead of static 13 éve
  olegkap_cp dff6259475 Cleanup some TODO and UNDONE comments 13 éve
  olegkap_cp db3244a3f9 Remove -q flag from SCP commands to avoid crush on systems that do not support it 13 éve
  olegkap_cp d8fbf2c81b Fix SCP to allow specify folder/path as destination when coping files 13 éve
  olegkap_cp d551995eb6 Change default buffer size from maximum allowed to 16KB to avoid several buffer related errors 13 éve
  olegkap_cp 7332af534c Change default buffer size from 1024 * 32 - 38 to 1024 * 32 - 52 13 éve
  Kenneth_aa_cp 25816b1dd7 ConnectionInfo.cs:235 - Removed ! infront of IsNullOrEmpty in final constructor. 13 éve
  Kenneth_aa_cp b81427b86b Added parameter check and documentation for ScpClient.Download(string,Stream). 13 éve
  olegkap_cp f8faabddda Fix WindowAdjusment for SCP and SFTP 13 éve
  olegkap_cp efa9d91f19 Add PipeStreamTest 14 éve
  olegkap_cp d96c93abb2 Minor fix to ASCIIEncoding 14 éve