提交历史

作者 SHA1 备注 提交日期
  Gert Driesen 965a0ba4c7 Introduce IChannel and IChannelSession interface to allow for unit testing. 11 年之前
  Gert Driesen a22b002dd8 Fix some warnings. 11 年之前
  Gert Driesen 2ddb3df0e0 * Introduce ClientChannel and ServerChannel classes to distinguish between channel initiated by the client or the server. 11 年之前
  Gert Driesen 07d575e78a Avoid race conditions when signaling events or setting waithandles. Remove empty lines. 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 8934b5d156 Improve internal server window size managment 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 6d2604948d Remove documention content and move code examples into test and code comments 12 年之前
  olegkap_cp 358b08905f Fix and add XML comments 12 年之前
  olegkap_cp b6c7336d0b Fix to handle channel closed message by SubsystemSession class 13 年之前
  olegkap_cp dff6259475 Cleanup some TODO and UNDONE comments 13 年之前
  olegkap_cp 9125534cff Refactor WaitAny handle 13 年之前
  olegkap_cp ef584b16f6 Fix cleanup of SftpFileStream. 13 年之前
  Kenneth_aa_cp 25816b1dd7 ConnectionInfo.cs:235 - Removed ! infront of IsNullOrEmpty in final constructor. 13 年之前
  olegkap_cp f8faabddda Fix WindowAdjusment for SCP and SFTP 13 年之前
  olegkap_cp 148be6f50e Allow cancel long running async executed commands 14 年之前
  olegkap_cp ef33d78e89 Fix international support, now all differnt character sets should work, depends on windows default selection 14 年之前
  olegkap_cp 428b026c48 Refactor Dispose to avoid calling any socket related commands from it 14 年之前
  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 年之前
  olegkap_cp 097246c153 Split SftpSession class into 2 to allow future extensability of other sub systems 14 年之前