Gert Driesen
|
b40adc2f40
For now, remove SocketRead overload that takes timeout as on .NET do not support this yet.
|
11 лет назад |
Gert Driesen
|
e76c06251d
Fix lots of issues in Silverlight socket methods.
|
11 лет назад |
Gert Driesen
|
2192dc0241
Improved accuracy of IsConnected on .NET.
|
11 лет назад |
Gert Driesen
|
2ddb3df0e0
* Introduce ClientChannel and ServerChannel classes to distinguish between channel initiated by the client or the server.
|
11 лет назад |
Gert Driesen
|
34405caa24
BaseClient:
|
11 лет назад |
Gert Driesen
|
cd640aa1cd
Fix compiler and (correct) resharper warnings across the solution.
|
11 лет назад |
olegkap_cp
|
19802b6553
Add IPAddress as parameter to ForwardedPortRemote
|
12 лет назад |
olegkap_cp
|
bc4e66139b
Improve IsSocketConnected test
|
12 лет назад |
olegkap_cp
|
2efef57b52
Fix SocketReadLine for Silverlight version to support multiple lines
|
13 лет назад |
olegkap_cp
|
2faf1a229d
Fix connection to the proxy
|
13 лет назад |
olegkap_cp
|
41bb6920d0
Fix AES-256-CBC SSH private key decryption
|
13 лет назад |
olegkap_cp
|
67c90147df
Throw an exception if connection could not be established
|
13 лет назад |
olegkap_cp
|
53a02ed5de
Throw SshOperationTimeoutException when reading from the socket takes long time
|
13 лет назад |
olegkap_cp
|
702af15a59
Apply 13061 patch
|
13 лет назад |
olegkap_cp
|
ba39209723
PortForwarding minor changes
|
13 лет назад |
Kenneth_aa_cp
|
cca71cb672
Added a comment regarding exception thrown when local socket is dead, as it shows up as first-chance exception in the output window.
|
13 лет назад |
olegkap_cp
|
692ec03184
Fix SocketReadLine to handle case when server starts and only 0 are returned
|
13 лет назад |
olegkap_cp
|
5de39cb104
Fix for server drops connection
|
13 лет назад |
olegkap_cp
|
908321c502
Fix IsConnected property behaviour
|
13 лет назад |
olegkap_cp
|
628ce8bb37
Fix SocketReadLine to be able to read empty line
|
13 лет назад |
olegkap_cp
|
432d640930
Fix SocketReadLine from previouse checkin
|
13 лет назад |
olegkap_cp
|
98c64c4d9a
Fix SocketReadLine to read only required information
|
13 лет назад |
olegkap_cp
|
e435bd2300
Add SOCKS4 & SOCKS5 Proxy support when connecting to remote server.
|
14 лет назад |
olegkap_cp
|
6c4eda935f
Restore logging for Sessions
|
14 лет назад |
olegkap_cp
|
d96c93abb2
Minor fix to ASCIIEncoding
|
14 лет назад |
olegkap_cp
|
751d0fecd4
Clean up logging and make silverlight and WindowsPhone projects compilable again
|
14 лет назад |
olegkap_cp
|
dc2d8ec142
Replace call to WaitOne(TimeSpan) with WaitOne(TimeSpan, Boolean) to make it compartible with .NET 3.5
|
14 лет назад |
Kenneth_aa_cp
|
9f22922cd9
Added basic low-level message logging, for those who has problems this might help interpret what happens.
|
14 лет назад |
olegkap_cp
|
83884c34aa
Refactor and remove usage of Network stream to make it compartible with Silverlight
|
14 лет назад |
olegkap_cp
|
da854b711a
Apply 10278 patch and make some minor corrections
|
14 лет назад |