aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj
Commit message (Collapse)AuthorAge
* Add more features for C# performance workerGravatar Jan Tattermusch2016-04-05
|
* add some test for the newly generated codeGravatar Jan Tattermusch2016-04-01
|
* add ClientBase.WithHost and get rid of HeaderInterceptorGravatar Jan Tattermusch2016-04-01
|
* bump Google.Apis.Auth nuget to 1.11.1Gravatar Jan Tattermusch2016-03-29
|
* add ASYNC_GENERIC_SERVER support for C#Gravatar Jan Tattermusch2016-03-25
|
* update C# dependenciesGravatar Jan Tattermusch2016-01-25
|
* include assembly signing key in the repoGravatar Jan Tattermusch2016-01-21
|
* upgrade Grpc.sln to newest Google.Protobuf nugetGravatar Jan Tattermusch2016-01-20
|
* improve MetadataCredentials testGravatar Jan Tattermusch2015-12-15
|
* add ClientBase coverageGravatar Jan Tattermusch2015-12-10
|
* Provide performance workers for C#Gravatar Jan Tattermusch2015-11-17
|
* Merge pull request #3731 from jtattermusch/csharp_use_common_protosGravatar Yang Gao2015-10-08
|\ | | | | Use proto files under test/proto for C# interop tests
| * remove extra copy of test.protoGravatar Jan Tattermusch2015-10-07
| |
* | implement C# wrapping for plugin APIGravatar Jan Tattermusch2015-10-06
|/
* update the interop tests based on specGravatar Jan Tattermusch2015-09-03
|
* switch C# projects to Google.Protobuf 3.0.0-alpha4 packageGravatar Jan Tattermusch2015-08-27
|
* upgrade third_party/protobufs to 3.0.0-beta-1Gravatar Jan Tattermusch2015-08-27
|
* Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3Gravatar Jan Tattermusch2015-08-13
|\ | | | | | | | | | | | | | | | | | | Conflicts: src/csharp/Grpc.Core/VersionInfo.cs src/csharp/Grpc.Examples.Tests/MathClientServerTests.cs src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj src/csharp/Grpc.IntegrationTesting/InteropClient.cs src/csharp/Grpc.IntegrationTesting/packages.config src/csharp/build_packages.bat
* | upgrade to latest protobufsGravatar Jan Tattermusch2015-08-13
| |
| * migrate to usable auth libraryGravatar Jan Tattermusch2015-08-12
| |
* | switched to protobuf from 20150808Gravatar Jan Tattermusch2015-08-08
| |
* | upgraded NuGet packageGravatar Jan Tattermusch2015-08-08
| |
* | regenerate protosGravatar Jan Tattermusch2015-08-08
|/
* remove the ImmutableCollections dependencyGravatar Jan Tattermusch2015-08-04
|
* Add ReleaseSigned configuration for Grpc.slnGravatar Jan Tattermusch2015-07-27
|
* fix reference to bouncyCastles assemblyGravatar Jan Tattermusch2015-07-24
|
* upgrade Grpc.Auth to latest version of Google.Apis.Auth and remove unneeded codeGravatar Jan Tattermusch2015-07-24
|
* fix x86 target to be AnyCPUGravatar Jan Tattermusch2015-07-24
|
* added test for client SSL authenticationGravatar Jan Tattermusch2015-07-24
|
* fixed dependencies in C# projectGravatar Jan Tattermusch2015-07-20
|
* introduce Version.cs as single source of truth of gRPC C# versionGravatar Jan Tattermusch2015-07-15
|
* use System.Collections.Immutable instead of Microsoft.Bcl.ImmutableGravatar Jan Tattermusch2015-07-09
|
* Make IAsyncReadStream use IAsyncEnumerator from Ix-AsyncGravatar Jan Tattermusch2015-05-20
|
* Replace handwritten testService stub by the generated oneGravatar Jan Tattermusch2015-05-07
|
* First attempt to add service account creds interop testGravatar Jan Tattermusch2015-04-27
|
* added dependency on Google.Apis.Auth packageGravatar Jan Tattermusch2015-04-27
|
* Removing some ugly hacks from C# server and improving the comments a bitGravatar Jan Tattermusch2015-04-23
|
* Spec for Grpc.Core nuget package that worksGravatar Jan Tattermusch2015-04-20
|
* added support for metadataGravatar Jan Tattermusch2015-03-16
|
* Started using immutable collections and other code cleanupGravatar Jan Tattermusch2015-03-12
|
* C# server side TLS supportGravatar Jan Tattermusch2015-03-09
|
* client side support for TLSGravatar Jan Tattermusch2015-03-03
|
* added C# interop serverGravatar Jan Tattermusch2015-02-26
|
* Added interop server, interop unit tests and fixes to pingpongGravatar Jan Tattermusch2015-02-25
|
* Rename Grpc.Api to Grpc.ExamplesGravatar Jan Tattermusch2015-02-20
|
* moved proto files to Grpc.IntegrationTestingGravatar Jan Tattermusch2015-02-20
|
* moved interop testing specific files to Grpc.IntegrationTestingGravatar Jan Tattermusch2015-02-20
|
* renaming of VS projects and other minor structural fixesGravatar Jan Tattermusch2015-02-20