drieseng
|
c50e2a2f41
Remove unused import.
|
9 years ago |
drieseng
|
02bf043223
For now, move Extensions to Renci.SshNet namespace.
|
9 years ago |
drieseng
|
e8cf0a4455
Fix build on UWP/UAT10.
|
9 years ago |
drieseng
|
3aab98360c
Added test for Decrypt.
|
9 years ago |
drieseng
|
73d343f630
Use Array.Resize instead of creating new array and using Array.Copy to copy data over.
|
9 years ago |
drieseng
|
9c9d9f3faa
Remove commented code.
|
9 years ago |
drieseng
|
cd91adddba
BCL for WP8 does not contain ASCIIEncoding.
|
9 years ago |
drieseng
|
1dcf4412b9
Extensions namespace fix.
|
9 years ago |
drieseng
|
9c27c4f083
Fixed namespace and accessibility.
|
9 years ago |
drieseng
|
49efc18690
Added doc for Take.
|
9 years ago |
drieseng
|
3ab6ee413f
Avoid using Linq where a more performant alternative is readily available.
|
9 years ago |
drieseng
|
74088c38a5
Avoid initializing data.
|
9 years ago |
drieseng
|
21e81d0c78
Added ReadContinuous method.
|
9 years ago |
drieseng
|
05d8ccbd7b
Avoid using less optimal Linq, and use optimized extension methods instead.
|
9 years ago |
drieseng
|
b359dfa1e5
Added Array class which allows an empty array<T> to be reused.
|
9 years ago |
drieseng
|
5b3dd35b6f
IsSingleByte cannot be overridden on SL/WP.
|
9 years ago |
drieseng
|
c7e3268569
Removed IsEqualTo<T>(this IEnumerable ...) overloads.
|
9 years ago |
drieseng
|
203d228a9b
Eliminate unused bufferSize.
|
9 years ago |
drieseng
|
c4b09f7c48
Test cleanup.
|
9 years ago |
drieseng
|
38b6bcdc0c
Added tests for BigInteger. In huge parts based on the unit tests in Mono.
|
9 years ago |
drieseng
|
b64475d623
Improve compatibility with BCL ASCIIEncoding:
|
9 years ago |
drieseng
|
7962f835cf
Fixed typo.
|
9 years ago |
drieseng
|
a7a6e0552e
SocketRead:
|
9 years ago |
drieseng
|
a567151417
Merge branch 'develop' of https://github.com/sshnet/SSH.NET.git
|
9 years ago |
drieseng
|
14e26081af
Added more information for the terminalName argument of CreateShellStream.
|
9 years ago |
Gert Driesen
|
4dfa6f4d6e
Tuning is always active now
|
9 years ago |
drieseng
|
a924a3ba03
Always use "tuning" code.
|
9 years ago |
drieseng
|
17f30f1135
Have Read(...) and ReadPartial(...) respect specified timeout in synchronous mode.
|
9 years ago |
drieseng
|
dc327d7887
No longer unscribe from Session events in finalizer, as we wouldn't even get finalized if Session still had subscriptions for the current instance.
|
9 years ago |
drieseng
|
28a1892dc2
Fixed some warnings.
|
9 years ago |