Historie revizí

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