Historia zmian

Autor SHA1 Wiadomość Data
  Gert Driesen c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 lat temu
  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 lat temu
  Gert Driesen 71664e2c93 Channel: 11 lat temu
  Gert Driesen 04d4c18a13 Remove redundant this qualifiers. 11 lat temu
  Gert Driesen 965a0ba4c7 Introduce IChannel and IChannelSession interface to allow for unit testing. 11 lat temu
  Gert Driesen a22b002dd8 Fix some warnings. 11 lat temu
  Gert Driesen 2ddb3df0e0 * Introduce ClientChannel and ServerChannel classes to distinguish between channel initiated by the client or the server. 11 lat temu
  Gert Driesen 07d575e78a Avoid race conditions when signaling events or setting waithandles. Remove empty lines. 11 lat temu
  Gert Driesen 108b20965c Rename WaitHandle method to WaitOnHandle to avoid naming clash with WaitHandle class. 11 lat temu
  Gert Driesen cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 lat temu
  olegkap_cp 8934b5d156 Improve internal server window size managment 12 lat temu
  olegkap_cp d31b4c76e1 Fix how exceptions are thrown 12 lat temu
  olegkap_cp db38a04f8a Add Encoding property to ConnectionInfo to specify what encoding to use for current session. 12 lat temu
  olegkap_cp 6d2604948d Remove documention content and move code examples into test and code comments 12 lat temu
  olegkap_cp 358b08905f Fix and add XML comments 12 lat temu
  olegkap_cp b6c7336d0b Fix to handle channel closed message by SubsystemSession class 13 lat temu
  olegkap_cp dff6259475 Cleanup some TODO and UNDONE comments 13 lat temu
  olegkap_cp 9125534cff Refactor WaitAny handle 13 lat temu
  olegkap_cp ef584b16f6 Fix cleanup of SftpFileStream. 13 lat temu
  Kenneth_aa_cp 25816b1dd7 ConnectionInfo.cs:235 - Removed ! infront of IsNullOrEmpty in final constructor. 13 lat temu
  olegkap_cp f8faabddda Fix WindowAdjusment for SCP and SFTP 13 lat temu
  olegkap_cp 148be6f50e Allow cancel long running async executed commands 14 lat temu
  olegkap_cp ef33d78e89 Fix international support, now all differnt character sets should work, depends on windows default selection 14 lat temu
  olegkap_cp 428b026c48 Refactor Dispose to avoid calling any socket related commands from it 14 lat temu
  Kenneth_aa_cp d8ee7d17d2 SshData.cs - Added 4 exception documentation, added 3 parameter checks, fixed typo in exception message for ReadString/ReadBinaryString. Also note that any call to SshData.Write(IEnumerable<byte>) will throw if passed null, List<byte>.AddRange does that for us. 14 lat temu
  olegkap_cp 097246c153 Split SftpSession class into 2 to allow future extensability of other sub systems 14 lat temu