Gert Driesen
|
c61633a3bc
* Introduced ChannelExtendedDataEventArgs which is used to signal receive of extended data.
|
11 lat temu |
Gert Driesen
|
e0a795ee3a
Use Write(byte) overload is used internally when Write(bool) is invoked.
|
11 lat temu |
Gert Driesen
|
e7ff062145
Remove redundant this qualifier, and fixes general warnings.
|
11 lat temu |
Gert Driesen
|
cd640aa1cd
Fix compiler and (correct) resharper warnings across the solution.
|
11 lat temu |
olegkap_cp
|
db38a04f8a
Add Encoding property to ConnectionInfo to specify what encoding to use for current session.
|
12 lat temu |
olegkap_cp
|
358b08905f
Fix and add XML comments
|
12 lat temu |
olegkap_cp
|
fb2e907d73
Fix ReadUInt64
|
13 lat temu |
olegkap_cp
|
ef33d78e89
Fix international support, now all differnt character sets should work, depends on windows default selection
|
14 lat temu |
olegkap_cp
|
1c8a03abb1
Fix encoding support and send command always encoded as UTF-8
|
14 lat temu |
olegkap_cp
|
83884c34aa
Refactor and remove usage of Network stream to make it compartible with Silverlight
|
14 lat temu |
olegkap_cp
|
4b1f991c9e
Remove ASCIIEncoding class and replace ASCII to UTF-8
|
14 lat temu |
olegkap_cp
|
70105742d3
Add project for future .NET 3.5 support
|
14 lat temu |
olegkap_cp
|
5cfea7f750
Remove deleted files from the source
|
14 lat temu |
Kenneth_aa_cp
|
20a22115f2
SshData.cs - Added 2 parameter checks.
|
14 lat temu |
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 lat temu |
olegkap_cp
|
34a5cba265
Code Cleanup
|
14 lat temu |
olegkap_cp
|
445d995f44
Add ASCIIEncoding to be used internally and also by Silverlight implementations
|
14 lat temu |
olegkap_cp
|
6411407558
Replace System.Numerics.BigInteger type with internally implemented Renci.SshNet.Common.BigInteger
|
14 lat temu |
olegkap_cp
|
2f42d5a31e
Complete previouse renaming checking
|
14 lat temu |
olegkap_cp
|
5ede55515a
Project reorganization and renaming to Renci.SshNet
|
14 lat temu |