drieseng
|
ad56cc9bdf
Take into account the offset in SftpFileStream.Write(byte[] buffer, int offset, int count) when not writing to the buffer. Fixes issue #70.
|
9 years ago |
drieseng
|
5916656d66
Introduce specialized GlobalRequestMessage classes for tcpip-forward and cancel-tcpip-forward.
|
9 years ago |
drieseng
|
59923ceca0
Added tests and some slashdocs for ForwardedPortStatus.
|
9 years ago |
drieseng
|
90145be344
Removed some (conditional) debug code.
|
9 years ago |
drieseng
|
cb1d3b41f7
Merge branch 'develop' of https://github.com/sshnet/SSH.NET.git
|
9 years ago |
drieseng
|
d7b1106151
Harden PipeStream tests.
|
9 years ago |
Gert Driesen
|
cbf182064f
Added CountdownEvent and corresponding test.
|
9 years ago |
drieseng
|
18c1b79589
Use CountDownEvent to wait for pending requests to finish instead of using a while/sleep approach.
|
9 years ago |
Gert Driesen
|
0993749c97
Introduce FEATURE_REGEX_COMPILE symbol
|
9 years ago |
drieseng
|
6cf058a312
Add support for .NET Core 1.0 (.NETStandard 1.3).
|
9 years ago |
drieseng
|
6778cce6ca
Modify PipeStream to interrupt blocking read when stream is closed/disposed.
|
9 years ago |
drieseng
|
451ffb9825
continued line endings struggle ...
|
9 years ago |
drieseng
|
1e94070b23
Added test for:
|
9 years ago |
drieseng
|
ee3f679aa3
Separate creating, enabling/disabling, activating/deactivating of messages into SshMessageFactory.
|
9 years ago |
drieseng
|
c7e3268569
Removed IsEqualTo<T>(this IEnumerable ...) overloads.
|
9 years ago |
drieseng
|
a924a3ba03
Always use "tuning" code.
|
9 years ago |
drieseng
|
d48bb74aef
Refactor to move indication whether EndExecute has been invoked for a given IAsyncResult to the CommandAsyncResult class.
|
9 years ago |
drieseng
|
ba8a30bce1
Added tests for GenerateRandom.
|
9 years ago |
drieseng
|
9019ce39b6
Rename Renci.Security.Cryptography to SshNet.Security.Cryptography.
|
9 years ago |
Gert Driesen
|
146ef74f79
Refactored hash (including hmac) classes into separate assembly.
|
9 years ago |
Gert Driesen
|
eeb6b77b5d
Remote source control bindings.
|
9 years ago |
drieseng
|
3a2725eae2
Rename Renci.SshClient to src.
|
9 years ago |