Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sshnet/SSH.NET

SSH.NET is a Secure Shell (SSH) library for .NET, optimized for parallelism.
https://github.com/sshnet/SSH.NET

Update nuget package version, and TFMs.

Update nuget package version, and TFMs.

ce5988847faea0d37823e1dab92880f22f38d2e0 authored over 8 years ago by Gert Driesen <[email protected]>
Update version to 2016.0.0 beta1.

Update version to 2016.0.0 beta1.

589e987a52a04a0eeafa5337d888b7c66a9462ad authored over 8 years ago by Gert Driesen <[email protected]>
Upgrade to Sandcastle 2015.6.5.0.

Upgrade to Sandcastle 2015.6.5.0.

5ce22346998733856ed1ff53f722f834a174b37b authored over 8 years ago by Gert Driesen <[email protected]>
Added support for UAP10

Added support for UAP10
Combine build output of VS 20112 and VS 2015 builds.
Use downloaded nuget.

17a58c0044817daa4abe7b26bbc06c6cdfd62588 authored over 8 years ago by Gert Driesen <[email protected]>
Fix path to examples.

f03b8999a191ab2a4c5fdb5e06d920a0ecd641f2 authored over 8 years ago by Gert Driesen <[email protected]>
Remove obsolete build batch file.

0467468e91804b50a69e895e670f15ad25e271a3 authored over 8 years ago by Gert Driesen <[email protected]>
Fix nuspec.

9bf305ecb88a8fa9846192ae7f24a97548f52b04 authored over 8 years ago by Gert Driesen <[email protected]>
Remove nuget.exe build item.

946cc2a78a1f3de71cb7fde5113e7aca5dfccc24 authored over 8 years ago by Gert Driesen <[email protected]>
Remove obsolete nuget binary.

2cb0c00a9548a84a5e18f97fb50fa36cd8b4ce47 authored over 8 years ago by Gert Driesen <[email protected]>
Merge remote-tracking branch 'refs/remotes/origin/develop'

f50068b02183e6d8e6f2f6a8d4203cce0c0326b9 authored over 8 years ago by drieseng <[email protected]>
Sync VS2012 only project files.

54a4f7d4175e598e10a0c2fa71a2fa4606309cf7 authored over 8 years ago by Gert Driesen <[email protected]>
Fix reference to build items and remove solution items.

d99901da599d4c8995015a1961138a3e4eb46661 authored over 8 years ago by Gert Driesen <[email protected]>
Fix references to build items.

Remove solution items.

f7f29d60cdc10c09e70d68b863535d4b478b10f2 authored over 8 years ago by drieseng <[email protected]>
Update license and project URL

Update tags.
Update release notes to prepare for new beta release.
Define dependencies for UAP 10...

4a9912566fa135cec6ea85fd259ec1ea9b0dbdb9 authored over 8 years ago by drieseng <[email protected]>
Remove unused imports.

f38262f775d35ff1bc9eae9ecedb84463ce8705d authored over 8 years ago by drieseng <[email protected]>
Make line endings consistent (PR #19)

57a78fc3a42632c1709b3537a43c982d0e8462dc authored over 8 years ago by drieseng <[email protected]>
Include a .gitattribute file to make the line endings stay consistent

42c7466a5d5302b1df78716672c4922eee5994aa authored over 8 years ago by drieseng <[email protected]>
Improved exception messages.

Avoid magic numbers.
Improve test coverage.

f5b554268448e7149f4af5af85d8148444893310 authored over 8 years ago by drieseng <[email protected]>
Register for SSH_MSG_GLOBAL_REQUEST right before authentication.

Use link to issue in corresponding test.

a1f46d40c2274b2c2ad3590e381408782fe56b00 authored over 8 years ago by drieseng <[email protected]>
Fix imports.

ec9fc0f317b517317e8bd1eec5729a21ec023dd7 authored over 8 years ago by drieseng <[email protected]>
Added tests for Extensions.ToGlobalRequestName.

31bf2ae431f15839920cdfef573b4a2ed280befa authored over 8 years ago by drieseng <[email protected]>
Added test for:

https://github.com/sshnet/SSH.NET/issues/8

1e94070b23407928f0c863c048e0ec35c9651bba authored over 8 years ago by drieseng <[email protected]>
Use uppercase literal suffix.

fbff2e53a4c6c9a4a91a8f5c667bb43478c99934 authored over 8 years ago by drieseng <[email protected]>
Merge pull request #9 from antmeehan/fix-issue-8

Handle SSH_MSG_GLOBAL_REQUEST earlier in the connection process

a5a604422699a36c7eddeda9378921b469e6aeaf authored over 8 years ago by Gert Driesen <[email protected]>
Merge pull request #17 from matthewvukomanovic/develop

Use Infinite constants where appropriate

665759c246fe90402597dd2b26f7ed5a2286aee3 authored over 8 years ago by Gert Driesen <[email protected]>
Revert "Update the last set of items (comments) so that they reference SshNet.Session.InfiniteTimeSpan"

This reverts commit ee774a3ce79d29b07e37a11a18409f9c9f5e92dd.

ef80d2c175f2c797b41beeca5a54ecb6121969c4 authored over 8 years ago by Matthew Vukomanovic <[email protected]>
Separate creating, enabling/disabling, activating/deactivating of messages into SshMessageFactory.

Huge performance improvement in micro-benchmark.
Work in progress.

ee3f679aa33ed6590fafd1a4aa67f76f6a2114b1 authored over 8 years ago by drieseng <[email protected]>
Update the last set of items (comments) so that they reference SshNet.Session.InfiniteTimeSpan

ee774a3ce79d29b07e37a11a18409f9c9f5e92dd authored over 8 years ago by Matthew Vukomanovic <[email protected]>
Change methods to use the Session.Infinite value rather than -1 or their own Infinite value

d755829ee056c637efcb4a94da428c36d0e3a3ae authored over 8 years ago by Matthew Vukomanovic <[email protected]>
Where appropriate change all -1 and Timespan(0,0,0,-1) to SshNet.Session.Infinite and SshNet.Session.InfiniteTimeSpan

2fd25cb2cb06ec5bc852ddb22aab24895fcc3e4f authored over 8 years ago by Matthew Vukomanovic <[email protected]>
Revert "Update to SshNet.Security.Cryptography 1.0.0."

This reverts commit df992c39b1a6e3ca226fe488735f9250288bcad3.

a66b32d48860cfccfeae5a6664eb79170820c890 authored over 8 years ago by drieseng <[email protected]>
Added decrypt test.

73d218f29c4ed73ab64e11eaa439bb620a977d83 authored over 8 years ago by drieseng <[email protected]>
Added slashdoc.

e3a6e1842486ff0b191ed790253871ad59f003dc authored over 8 years ago by drieseng <[email protected]>
Rename NAME to Name.

052e98a36460bea5a806d65eb67f633b66effe66 authored over 8 years ago by drieseng <[email protected]>
Remove unused import.

d7950506363b7ef444a4ebe313f96e8071c4c40f authored over 8 years ago by drieseng <[email protected]>
Change modifier order.

62100a08e2a0b379a5a020d937ad2b742ecd0d6d authored over 8 years ago by drieseng <[email protected]>
Added slashdocs.

7411f16dca7e0ae15f63f2c318558438172874eb authored over 8 years ago by drieseng <[email protected]>
Upgrade to SshNet.Security.Cryptography 1.0.0.

21e86a55289259ed00aed7bdd0ad647067fa085f authored over 8 years ago by drieseng <[email protected]>
Merge branch 'develop' of https://github.com/sshnet/SSH.NET.git

fc777ccb11fac2048ea804c2f5a6069a3b3c8f50 authored over 8 years ago by drieseng <[email protected]>
Update to SshNet.Security.Cryptography 1.0.0.

df992c39b1a6e3ca226fe488735f9250288bcad3 authored over 8 years ago by drieseng <[email protected]>
Remove unused class.

df765ff06887de699505dd917241f3790e38f543 authored over 8 years ago by drieseng <[email protected]>
Fixed (resharper) warnings.

be9471b8d5a8133451f00c60febaf9668db41023 authored over 8 years ago by drieseng <[email protected]>
Added slashdocs.

b2eae63e5779c8352c99f521ad4e9bff28d73f49 authored over 8 years ago by drieseng <[email protected]>
Added slashdocs.

037e58270fa9e3b910151b8ff937447556995845 authored over 8 years ago by drieseng <[email protected]>
Return empty byte array when EOF status response is received.

887926f172f2894c20838d4752c0c4460121dcaf authored over 8 years ago by drieseng <[email protected]>
Remove unused imports.

3d78d65ee78764f998b1b935a63f9eb625ebf3a7 authored over 8 years ago by drieseng <[email protected]>
Change modifier order (cosmetic).

25604c74aaafb45843946acd3861696f691985d0 authored over 8 years ago by drieseng <[email protected]>
Restore HandleSocks5 as before bug triaging.

78adac1241ada61da97280282446cf1dd42fe835 authored over 8 years ago by drieseng <[email protected]>
Fix indentation of regions.

5ba43c72f0c638b68a20a87cddf3b3484c7945b0 authored over 8 years ago by drieseng <[email protected]>
Revert "Revert "Remove unused import.""

This reverts commit 5d60476400c0c121a96c7a12b130c99b145abeaf.

f1063bae783dccc8904e1d6bf52dfe870ebe4af0 authored over 8 years ago by drieseng <[email protected]>
Revert "Remove unused import."

This reverts commit c50e2a2f413acdcfde0ad7bd7903256e331eaafc.

5d60476400c0c121a96c7a12b130c99b145abeaf authored over 8 years ago by drieseng <[email protected]>
Remove unused import.

c50e2a2f413acdcfde0ad7bd7903256e331eaafc authored over 8 years ago by drieseng <[email protected]>
For now, move Extensions to Renci.SshNet namespace.

02bf043223ed93ae45b3b84687365721ba16dc60 authored over 8 years ago by drieseng <[email protected]>
Fix build on UWP/UAT10.

e8cf0a4455bf683be234fbb96b013d76b2529f8e authored over 8 years ago by drieseng <[email protected]>
Added test for Decrypt.

3aab98360c214582bab9cb265f9341cc5b30c5d0 authored over 8 years ago by drieseng <[email protected]>
Use Array.Resize instead of creating new array and using Array.Copy to copy data over.

73d343f630f7aa5b940cf488abb623d27c4d78c7 authored over 8 years ago by drieseng <[email protected]>
Remove commented code.

9c9d9f3faa7ec3372959c581ee88524a6cff64d2 authored over 8 years ago by drieseng <[email protected]>
BCL for WP8 does not contain ASCIIEncoding.

cd91adddbad744775e9630d6e04853b3e8a5a158 authored over 8 years ago by drieseng <[email protected]>
Extensions namespace fix.

1dcf4412b9e1733815602bdf9ec9c22339f6622d authored over 8 years ago by drieseng <[email protected]>
Fixed namespace and accessibility.

9c27c4f08337d32bc4b12e47ba7c02e723c2883a authored over 8 years ago by drieseng <[email protected]>
Correct the build and sandcastle locations

885482143681e0d757e0c5442ac17f9737a354e0 authored over 8 years ago by Matthew Vukomanovic <[email protected]>
Exclude build/targets

8586ae283cab38e3b4877a59f08c315fa5fc6514 authored over 8 years ago by Matthew Vukomanovic <[email protected]>
Correct the location of the VS2012.sln file in the build.proj

43f06b56e0185bb0243e13b29304ebeff4f54d03 authored over 8 years ago by Matthew Vukomanovic <[email protected]>
Quote MSBUILD_EXE and also use it

daf5975ae8c201f493764470110127417ae96e65 authored over 8 years ago by Matthew Vukomanovic <[email protected]>
Fix .NET 3.5 test build.

81f904ecb8db798fda5662ba31221efc18402696 authored over 8 years ago by Gert Driesen <[email protected]>
Added Extensions tests to .NET 3.5 test project.

bc0ccc8546ea93be25672b6cecbd77f44c0542ce authored over 8 years ago by Gert Driesen <[email protected]>
Added Array.cs to SL4 project file.

21c484125654d80aa502fbb7706f0527198b305d authored over 8 years ago by Gert Driesen <[email protected]>
Moved both parts of Extensions partial class to Common namespace.

d11eeb4185052e057fd52ecef2dbde4372d3cfc1 authored over 8 years ago by Gert Driesen <[email protected]>
Added Array.cs to WP project

df1211a0b154b16d53477ff9c6112d7aa39e4ea5 authored over 8 years ago by Gert Driesen <[email protected]>
ASCIIEncoding does not exist for WP8

0c5778d449187d700d5c73fb7708da4eed623333 authored over 8 years ago by Gert Driesen <[email protected]>
Added doc for Take.

Added null checks to IsEqualTo.

49efc18690556471934ba04b20645d1e7bbb1ac1 authored over 8 years ago by drieseng <[email protected]>
Avoid using Linq where a more performant alternative is readily available.

3ab6ee413f670f59048e987b56804b9a74207bbb authored over 8 years ago by drieseng <[email protected]>
Avoid initializing data.

74088c38a5d0cd108f441b1b2c7e30e29e7a44ae authored over 8 years ago by drieseng <[email protected]>
Added ReadContinuous method.

21e81d0c789c873b77051bbdc76e462d0d2bcfcf authored over 8 years ago by drieseng <[email protected]>
Avoid using less optimal Linq, and use optimized extension methods instead.

05d8ccbd7b3c7e91d129ace2d3f10a7b4e85b294 authored over 8 years ago by drieseng <[email protected]>
Added Array class which allows an empty array<T> to be reused.

Use BCL ASCIIEncoding class where available.

b359dfa1e55d265437754e9ea260c445d8c8ce32 authored over 8 years ago by drieseng <[email protected]>
IsSingleByte cannot be overridden on SL/WP.

5b3dd35b6f5208e18ee10bcad294b7975f247f7b authored over 8 years ago by drieseng <[email protected]>
Removed IsEqualTo<T>(this IEnumerable ...) overloads.

Renamed TrimLeadingZero to TrimLeadingZeros.
Added optimizations for Take(this byte[], int, int)....

c7e326856992858f1f76044795aa7976ecc986e3 authored over 8 years ago by drieseng <[email protected]>
Eliminate unused bufferSize.

203d228a9bae57e55dbd10d7abda85a6e37e2b1b authored over 8 years ago by drieseng <[email protected]>
Test cleanup.

c4b09f7c482226630c50879209bd1cc1272c6a81 authored over 8 years ago by drieseng <[email protected]>
Added tests for BigInteger. In huge parts based on the unit tests in Mono.

Update to latest version of BigInteger in Mono before the integration of the MS reference source....

38b6bcdc0ca8b0f291bb57dc16227b97d1937105 authored over 8 years ago by drieseng <[email protected]>
Improve compatibility with BCL ASCIIEncoding:

Fixed GetMaxByteCount and GetMaxCharCount.
Override IsSingleByte to always return true.
Added tests.

b64475d623a09f6118e40920e4dc236179dea290 authored over 8 years ago by drieseng <[email protected]>
Fixed typo.

7962f835cf56fa30e86bf74b4c06ae8161016e22 authored over 8 years ago by drieseng <[email protected]>
SocketRead:

* Do not pass buffer by reference.
* Use infinite timeout when reading from socket.

a7a6e0552e45a8186fe82a5a3b5bb322d87b415b authored over 8 years ago by drieseng <[email protected]>
Merge branch 'develop' of https://github.com/sshnet/SSH.NET.git

a567151417f6e62e81c869475ede2f9cd37f8578 authored over 8 years ago by drieseng <[email protected]>
Added more information for the terminalName argument of CreateShellStream.

Fixes issue #10.
Removed bufferSize from the ShellStream ctor.

14e26081af6e7f07c1503c8011f504a08f20caef authored over 8 years ago by drieseng <[email protected]>
Tuning is always active now

4dfa6f4d6efb2cd99debb4956db039ecadffd003 authored over 8 years ago by Gert Driesen <[email protected]>
Always use "tuning" code.

Avoid some NRE in Dispose.

a924a3ba03fb3996faff19f15a833b41c3753370 authored over 8 years ago by drieseng <[email protected]>
Have Read(...) and ReadPartial(...) respect specified timeout in synchronous mode.

Make IsErrorResumable public.

17f30f113558a9ad3e2d685b91e58dc8b08642bf authored over 8 years ago by drieseng <[email protected]>
No longer unscribe from Session events in finalizer, as we wouldn't even get finalized if Session still had subscriptions for the current instance.

dc327d7887af6efcb76449b893d545f8340eaebd authored over 8 years ago by drieseng <[email protected]>
Handle SSH_MSG_GLOBAL_REQUEST earlier in the connection process

514fd0352a4cdf467174c3a8e09df57708b364b3 authored over 8 years ago by Anthony.Meehan <[email protected]>
Fixed some warnings.

28a1892dc227b0c5d87abbf24cde9e02de3af751 authored over 8 years ago by drieseng <[email protected]>
Add back partial modifier on Extensions.

e7ce24932a077341a8c92e8dede233f21dd95628 authored over 8 years ago by drieseng <[email protected]>
Do not show warnings that we cannot fix without breaking the VS 2012 build.

a4d01b9fac7808a7556fbfd72d6c24910b57e585 authored over 8 years ago by drieseng <[email protected]>
Avoid event-based memory leak in case of exception in Authenticate.

Simplify Dispose(bool).

9334312d046d6f2c2f0faf142ad41e03ce66bd9f authored over 8 years ago by drieseng <[email protected]>
Use List.Count instead of Enumerable.Count().

1ce21e4ed7bd5906ba523132f9ae75d21d0fe743 authored over 8 years ago by drieseng <[email protected]>
Fixed warnings.

1cfa14455be866224e945733d341137c87a76c15 authored over 8 years ago by drieseng <[email protected]>
Remove unused imports.

eb044f58e65f62735441dc51a48ebfae752bb9bd authored over 8 years ago by drieseng <[email protected]>
Avoid possible NRE.

81fb70798d791d4cb2c14d804c9417c92e74ea97 authored over 8 years ago by drieseng <[email protected]>
Make ctor protected.

Remove this qualifier.

063947483cdd2a2c8edba689cf522ff099f867ce authored over 8 years ago by drieseng <[email protected]>