Commit History

Author SHA1 Message Date
  Gert Driesen e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 years ago
  Gert Driesen 71664e2c93 Channel: 11 years ago
  Gert Driesen 8678d087d9 Modify ShellStream.ReadLine() to take into account multi-byte character. 11 years ago
  Gert Driesen 764296f9ed Fix some R# warnings, and modify ReadLine to use use ordinal comparison for IndexOf. 11 years ago
  Gert Driesen 965a0ba4c7 Introduce IChannel and IChannelSession interface to allow for unit testing. 11 years ago
  Gert Driesen d3f750aa79 Unsubscribe from events before disposing WaitHandles. 11 years ago
  Gert Driesen 069b373343 Remove linefeed from WriteLine method in Shellstream class (issue #1584). 11 years ago
  Gert Driesen 2ddb3df0e0 * Introduce ClientChannel and ServerChannel classes to distinguish between channel initiated by the client or the server. 11 years ago
  Gert Driesen 108b20965c Rename WaitHandle method to WaitOnHandle to avoid naming clash with WaitHandle class. 11 years ago
  Gert Driesen cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 years ago
  olegkap_cp 02561a21fa Fix "Incorrect check for timeout values" in ShellStream 12 years ago
  olegkap_cp e189418a5b Improve thread-safe event handling 12 years ago
  olegkap_cp 4df7a2849b Lock _incoming object where performing Enqueue 12 years ago
  olegkap_cp d0c028a938 Lock _encoding in ShellStream when GetString operation is performed 12 years ago
  olegkap_cp 95abd4557b Fix Expect method 12 years ago
  olegkap_cp 2d0286b380 Throw ObjectDisposedException exception when trying to use ShellStream that was already disposed 12 years ago
  olegkap_cp 8e64b8f21b Ensure Queue.Dequeue operation is called only when data still availalbe in queue 12 years ago
  olegkap_cp 358b08905f Fix and add XML comments 12 years ago
  olegkap_cp 09e8d2d7aa Fix synchroization issue in ShellStream reading 13 years ago
  olegkap_cp 2c424f6256 Refactor ShellStream to add BeginExpect 13 years ago
  olegkap_cp a9a006e220 Add ability to specify terminal modes for Shell terminal 13 years ago
  olegkap_cp 58c0a23fa9 Add locking in ShellStream Read function 13 years ago
  olegkap_cp ef584b16f6 Fix cleanup of SftpFileStream. 13 years ago
  olegkap_cp f08c14e0f6 Fix channel cleanup when disposed. 13 years ago
  olegkap_cp d0241f5853 Fix ShellStream Expect method that causes application to hang 13 years ago
  olegkap_cp 1d9a223d24 Add timeout to expect functions 13 years ago
  Kenneth_aa_cp 25816b1dd7 ConnectionInfo.cs:235 - Removed ! infront of IsNullOrEmpty in final constructor. 13 years ago
  olegkap_cp 62ae94d39a Make placeholders for HTTP proxy support 13 years ago
  olegkap_cp 9ea9564e4b Improve ShellStream to behave like a regular Stream 13 years ago
  olegkap_cp 08bf294958 Refactor ShellStream 13 years ago