Gert Driesen 80702f796d Ensure we do not block forever waiting for message listener thread to complete when the server sends a disconnect message, or the message listener thread never actually started. Fixes issue #2591. 11 年之前
..
Channels c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 年之前
Common 80702f796d Ensure we do not block forever waiting for message listener thread to complete when the server sends a disconnect message, or the message listener thread never actually started. Fixes issue #2591. 11 年之前
Compression c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 年之前
Documentation 6d2604948d Remove documention content and move code examples into test and code comments 12 年之前
Messages 80702f796d Ensure we do not block forever waiting for message listener thread to complete when the server sends a disconnect message, or the message listener thread never actually started. Fixes issue #2591. 11 年之前
Netconf c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 年之前
Properties 2659048654 Prepare for 2014.4.6-beta2. 11 年之前
Security 80702f796d Ensure we do not block forever waiting for message listener thread to complete when the server sends a disconnect message, or the message listener thread never actually started. Fixes issue #2591. 11 年之前
Sftp adfaafdda8 Apply optimization changes to other projects. 11 年之前
AuthenticationMethod.cs e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 年之前
AuthenticationResult.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 年之前
BaseClient.cs 80702f796d Ensure we do not block forever waiting for message listener thread to complete when the server sends a disconnect message, or the message listener thread never actually started. Fixes issue #2591. 11 年之前
CipherInfo.cs e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 年之前
ClientAuthentication.cs 80702f796d Ensure we do not block forever waiting for message listener thread to complete when the server sends a disconnect message, or the message listener thread never actually started. Fixes issue #2591. 11 年之前
CommandAsyncResult.cs 172cf7b09c Renamed ChannelAsyncResult.cs to CommandAsyncResult.cs to match name of class. 11 年之前
ConnectionInfo.cs 80702f796d Ensure we do not block forever waiting for message listener thread to complete when the server sends a disconnect message, or the message listener thread never actually started. Fixes issue #2591. 11 年之前
ExpectAction.cs e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 年之前
ExpectAsyncResult.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 年之前
ForwardedPort.cs 9366658bc4 Added simple ServiceFactory to allow unit testing of SshClient. 11 年之前
ForwardedPortDynamic.NET.cs e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 年之前
ForwardedPortDynamic.NET40.cs 45f99561b4 Channel: 11 年之前
ForwardedPortDynamic.cs 0da2c06ded Small doc fixes, fix warnings and prepare for beta 2. 11 年之前
ForwardedPortLocal.NET.cs e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 年之前
ForwardedPortLocal.NET40.cs 45f99561b4 Channel: 11 年之前
ForwardedPortLocal.cs e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 年之前
ForwardedPortRemote.NET.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 年之前
ForwardedPortRemote.NET40.cs 45f99561b4 Channel: 11 年之前
ForwardedPortRemote.cs e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 年之前
HashInfo.cs e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 年之前
IAuthenticationMethod.cs 2427090ecb Added ISession, IAuthenticationMethod and IConnectionInfo interfaces to allow mocking. 11 年之前
IClientAuthentication.cs 80702f796d Ensure we do not block forever waiting for message listener thread to complete when the server sends a disconnect message, or the message listener thread never actually started. Fixes issue #2591. 11 年之前
IConnectionInfo.cs 9366658bc4 Added simple ServiceFactory to allow unit testing of SshClient. 11 年之前
IForwardedPort.cs 9366658bc4 Added simple ServiceFactory to allow unit testing of SshClient. 11 年之前
IServiceFactory.NET.cs c4b120e6a3 Fix Silverlight and WP compile. 11 年之前
IServiceFactory.cs 80702f796d Ensure we do not block forever waiting for message listener thread to complete when the server sends a disconnect message, or the message listener thread never actually started. Fixes issue #2591. 11 年之前
ISession.cs 80702f796d Ensure we do not block forever waiting for message listener thread to complete when the server sends a disconnect message, or the message listener thread never actually started. Fixes issue #2591. 11 年之前
ISubsystemSession.cs 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 年之前
KeyboardInteractiveAuthenticationMethod.NET40.cs c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 年之前
KeyboardInteractiveAuthenticationMethod.cs 108b20965c Rename WaitHandle method to WaitOnHandle to avoid naming clash with WaitHandle class. 11 年之前
KeyboardInteractiveConnectionInfo.NET40.cs 18b6eafaaa Extract thread related operation to NET40 partial classes 14 年之前
KeyboardInteractiveConnectionInfo.cs e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 年之前
MessageEventArgs.cs df25d5ace0 Fixed a bunch of comment Warnings. Left Zlib and NetConfClient as is for now. 13 年之前
NetConfClient.cs e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 年之前
NoneAuthenticationMethod.cs e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 年之前
NoneConnectionInfo.cs e435bd2300 Add SOCKS4 & SOCKS5 Proxy support when connecting to remote server. 14 年之前
PasswordAuthenticationMethod.NET40.cs e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 年之前
PasswordAuthenticationMethod.cs e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 年之前
PasswordConnectionInfo.NET40.cs 18b6eafaaa Extract thread related operation to NET40 partial classes 14 年之前
PasswordConnectionInfo.cs e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 年之前
PrivateKeyAuthenticationMethod.cs c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 年之前
PrivateKeyConnectionInfo.cs e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 年之前
PrivateKeyFile.cs e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 年之前
ProxyTypes.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 年之前
Renci.SshNet.csproj 80702f796d Ensure we do not block forever waiting for message listener thread to complete when the server sends a disconnect message, or the message listener thread never actually started. Fixes issue #2591. 11 年之前
Renci.SshNet.csproj.vspscc 5ede55515a Project reorganization and renaming to Renci.SshNet 14 年之前
ScpClient.NET.cs e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 年之前
ScpClient.cs c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 年之前
ServiceFactory.NET.cs c4b120e6a3 Fix Silverlight and WP compile. 11 年之前
ServiceFactory.cs 80702f796d Ensure we do not block forever waiting for message listener thread to complete when the server sends a disconnect message, or the message listener thread never actually started. Fixes issue #2591. 11 年之前
Session.NET.cs 80702f796d Ensure we do not block forever waiting for message listener thread to complete when the server sends a disconnect message, or the message listener thread never actually started. Fixes issue #2591. 11 年之前
Session.NET40.cs e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 年之前
Session.cs 80702f796d Ensure we do not block forever waiting for message listener thread to complete when the server sends a disconnect message, or the message listener thread never actually started. Fixes issue #2591. 11 年之前
SftpClient.NET.cs e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 年之前
SftpClient.NET40.cs 45f99561b4 Channel: 11 年之前
SftpClient.cs c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 年之前
Shell.NET40.cs cd640aa1cd Fix compiler and (correct) resharper warnings across the solution. 11 年之前
Shell.cs c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 年之前
ShellStream.NET40.cs 45f99561b4 Channel: 11 年之前
ShellStream.cs e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 年之前
SshClient.cs e7ff062145 Remove redundant this qualifier, and fixes general warnings. 11 年之前
SshCommand.NET40.cs 45f99561b4 Channel: 11 年之前
SshCommand.cs c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 年之前
SubsystemSession.cs c61633a3bc * Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data. 11 年之前