Gert Driesen
fbc3cc0474
Fix solution file name
2016-07-14 22:58:26 +02:00
Gert Driesen
52527aef9d
Merge remote-tracking branch 'refs/remotes/origin/master' into develop
2016-07-14 22:56:00 +02:00
Gert Driesen
d9f8417026
Update to v5.2.0 of Microsoft.NETCore.UniversalWindowsPlatform
2016-07-14 22:54:52 +02:00
Gert Driesen
c3e7628f92
Explicitly specify solution for which to perform nuget restore.
2016-07-14 22:54:39 +02:00
Gert Driesen
054f1a8582
Merge remote-tracking branch 'refs/remotes/origin/master' into develop
2016-07-14 21:21:46 +02:00
Gert Driesen
06c83f0cce
Merge remote-tracking branch 'refs/remotes/origin/develop'
2016-07-14 21:20:09 +02:00
Gert Driesen
ad0900931a
Merge remote-tracking branch 'refs/remotes/origin/master' into develop
2016-07-14 21:14:08 +02:00
Gert Driesen
7c929975b9
Do not emit debug symbols in release config.
...
Treat warnings as errors.
2016-07-09 20:13:14 +02:00
Gert Driesen
9d47cdf1a7
Include .NETStandard 1.3 in nuget package.
2016-07-09 20:11:21 +02:00
Gert Driesen
48a87ac594
Update VS 2012 projects to v1.2.0 of our crypto assembly.
2016-07-09 19:28:10 +02:00
Gert Driesen
5354e5031c
Removed unused assembly references.
2016-07-09 19:27:46 +02:00
Gert Driesen
3aff05a4e0
Remove unused variable.
2016-07-09 19:20:24 +02:00
Gert Driesen
c65f7bc08f
Added FEATURE_DIRECTORYINFO_ENUMERATEFILES in release config, and removed SILVERLIGHT symbol.
2016-07-09 19:19:26 +02:00
drieseng
8ae915271b
Update SshNet.Security.Cryptography v1.2.0.
...
Added .NETStandard 1.3 to nuspec.
Prepare for 2016.0.0-beta3.
2016-07-09 17:29:38 +02:00
drieseng
a47ce989b6
Remove packages from git.
2016-07-02 20:22:57 +02:00
Gert Driesen
07c225016e
Update VS2012 projects to SshNet.Security.Cryptography v1.1.0.
2016-07-02 20:20:36 +02:00
Gert Driesen
0993749c97
Introduce FEATURE_REGEX_COMPILE symbol
...
Update VS2012 projects to SshNet.Security.Cryptography v1.1.0.
2016-07-02 20:20:36 +02:00
drieseng
9e042df0c4
Enable compiled regex on UAP 10.0.
2016-07-02 19:45:28 +02:00
drieseng
6cf058a312
Add support for .NET Core 1.0 (.NETStandard 1.3).
...
Introduce FileSystemAbstraction.
2016-07-02 16:31:37 +02:00
drieseng
6836cff7b8
Sync APM and TAP implementation.
2016-07-02 16:28:25 +02:00
drieseng
0d569fb260
Remove conditional override of IsSingleByte as we'll only define the ASCIIEncoding class on target frameworks that do not support this override.
2016-07-02 16:25:28 +02:00
drieseng
eb56b0fae8
Also use Interlocked.Increment(ref long) on Windows Phone.
2016-07-02 16:24:22 +02:00
drieseng
ad5675c5dd
Eliminate the length check.
...
Minor performance improvement.
2016-06-26 18:44:36 +02:00
Gert Driesen
7342357a58
Prepare for 2016.0.0 beta 2.
2016.0.0-beta2
2016-06-25 14:52:41 +02:00
Gert Driesen
35599b41da
Merge remote-tracking branch 'refs/remotes/origin/develop'
2016-06-25 14:44:05 +02:00
drieseng
bfbf64fd4d
Consider improved performance of ScpClient as a change/feature not a fix.
2016-06-25 14:20:07 +02:00
drieseng
b86eba0d7c
Harden PipeStream tests.
2016-06-25 12:58:08 +02:00
drieseng
f3f0239162
Use static methods where possible.
2016-06-25 12:44:45 +02:00
drieseng
21dd66c1cc
Update test as PipeStream.Flush is no longer invoked after every write, and as such PipeStream.ReadByte is blocking (unless stream is closed).
...
PipeStream.ReadByte returning -1 is now considered an error (stream closed).
2016-06-25 12:42:18 +02:00
drieseng
240e742e83
Document fix for issue #21 .
2016-06-25 11:40:11 +02:00
drieseng
aa332344a9
No longer flush PipeStream after every write., allowing us to eliminate polling with a sleep between each poll. Fixes #21 .
...
Always use ServiceFactory to create PipeStream instances.
2016-06-25 11:21:51 +02:00
drieseng
6778cce6ca
Modify PipeStream to interrupt blocking read when stream is closed/disposed.
...
Added tests for PipeStream.
2016-06-25 11:13:56 +02:00
drieseng
c6fca9de78
Rephrase slashdocs.
2016-06-25 10:41:46 +02:00
drieseng
3c0040d216
Document fixes.
2016-06-23 23:28:04 +02:00
drieseng
1fb0f3bac0
MemberCanBeMadeStatic is now a suggestion.
2016-06-23 23:27:56 +02:00
drieseng
1388766a03
Use explicit private modifier for consistency.
2016-06-23 23:27:24 +02:00
drieseng
5dde491748
Remove commented CWL.
...
Use static methods where possible.
2016-06-23 23:27:01 +02:00
drieseng
17fb743153
Avoid looking up entry in channel requests twice.
2016-06-23 21:46:36 +02:00
drieseng
b79c63012d
Added more tests for PseudoTerminalRequestInfo.
...
Fixed generating pty-ref with zero terminal modes.
2016-06-23 21:41:50 +02:00
drieseng
3143e14308
Merge remote-tracking branch 'origin/develop' into develop
...
# Conflicts:
# src/Renci.SshNet.Tests/Classes/Messages/Connection/ChannelRequest/PseudoTerminalInfoTest.cs
2016-06-23 06:52:48 +02:00
drieseng
b20790abe3
continued line endings struggle ...
...
continued line endings struggle ...
2016-06-23 06:50:06 +02:00
drieseng
451ffb9825
continued line endings struggle ...
...
continued line endings struggle ...
2016-06-23 06:49:36 +02:00
drieseng
70787cd96d
line endings :(
2016-06-23 06:48:32 +02:00
drieseng
50427a3a76
Add test for PR #26 .
...
Add test for PR #26 .
2016-06-23 06:48:06 +02:00
drieseng
a69a6d6486
Added comments to clarify code.
...
Added comments to clarify code.
2016-06-23 06:47:00 +02:00
Gert Driesen
bf4e04568f
Merge pull request #26 from trebor-salim/patch-1
...
Update PseudoTerminalInfo.cs
2016-06-22 22:00:16 +02:00
Gert Driesen
0e5be7f41e
Merge pull request #27 from matthewvukomanovic/lineendings
...
Actually normallise the End of Lines
2016-06-22 20:12:26 +02:00
Matthew Vukomanovic
d43423896c
Actually normallise the End of Lines
...
Really reset the eol's in the repository by following the info at
git-scm.com/docs/gitattributes
Following the example there the following commands were run:
rm .git/index
git reset
git add -u
git commit
2016-06-22 18:48:59 +08:00
Gert Driesen
1eb4574e37
Add CI build badge
...
Add CI build badge
2016-06-21 06:15:57 +02:00
drieseng
85e9e6bbed
Mark integration tests as such.
2016-06-20 21:48:21 +02:00