aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting/InteropClient.cs
Commit message (Collapse)AuthorAge
* implement unimplemented_method interop testGravatar Jan Tattermusch2015-12-09
|
* implemented more interop testsGravatar Jan Tattermusch2015-12-09
|
* stop using SSL_CERT_FILE env for C# interop testsGravatar Jan Tattermusch2015-10-22
|
* Polishing of C# auth APIGravatar Jan Tattermusch2015-10-12
|
* use JWT credentials for per_rpc_credsGravatar Jan Tattermusch2015-10-08
|
* make C# auth interop tests up to specGravatar Jan Tattermusch2015-10-08
|
* make C# interop test args parsing compliant with specGravatar Jan Tattermusch2015-10-07
|
* introduce the new split-type credentials apiGravatar Jan Tattermusch2015-10-06
|
* a small interop client refactoringGravatar Jan Tattermusch2015-10-06
|
* Migrate C# to the new auth APIGravatar Jan Tattermusch2015-10-06
|
* enable cloud_to_cloud tests with servers in a separate containerGravatar Jan Tattermusch2015-09-28
|
* Don't do .Wait() in async context.Gravatar Jan Tattermusch2015-09-16
| | | Failing to use await can result in deadlock. This is likely to be the cause of shutdown hangs in #3347.
* use service account credentials for per RPC testGravatar Jan Tattermusch2015-09-04
|
* ugly fix of per_rpc_creds testGravatar Jan Tattermusch2015-09-03
|
* update the interop tests based on specGravatar Jan Tattermusch2015-09-03
|
* error spec compliance and marshalling testsGravatar Jan Tattermusch2015-08-27
|
* Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3Gravatar Jan Tattermusch2015-08-26
|\ | | | | | | | | Conflicts: src/csharp/Grpc.IntegrationTesting/InteropClient.cs
| * implement timeout_on_sleeping_server interop testGravatar Jan Tattermusch2015-08-20
| |
| * get rid of explicit GrpcEnvironment.Shutdown()Gravatar Jan Tattermusch2015-08-20
| |
| * metadata polishingGravatar Jan Tattermusch2015-08-19
| |
| * add method info to auth interceptorGravatar Jan Tattermusch2015-08-18
| |
| * refactor auth interceptorsGravatar Jan Tattermusch2015-08-18
| |
| * Revert "implement timeout_on_sleeping_server interop test"Gravatar Jan Tattermusch2015-08-13
| |
* | 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
| | * implement timeout_on_sleeping_server interop testGravatar Jan Tattermusch2015-08-12
| |/
| * migrate to usable auth libraryGravatar Jan Tattermusch2015-08-12
| |
| * rename async extension methods for clarityGravatar Jan Tattermusch2015-08-10
| |
* | migrated code to proto3Gravatar Jan Tattermusch2015-08-08
| |
| * polishing testsGravatar Jan Tattermusch2015-08-07
|/
* Merge pull request #2666 from jtattermusch/oauth_token_api_fixGravatar Michael Lumish2015-07-27
|\ | | | | Make work with out-of-band oauth2 token more pleasant
| * make work with out-of-band oauth2 token more pleasantGravatar Jan Tattermusch2015-07-25
| |
* | make some interop tests run as async methodsGravatar Jan Tattermusch2015-07-24
|/
* fix stylecop warningsGravatar Jan Tattermusch2015-07-22
|
* rename Result to ResponseAsyncGravatar Jan Tattermusch2015-07-21
|
* implement per_rpc_creds and oauth2_auth_token interop testsGravatar Jan Tattermusch2015-07-20
|
* add support for per-call metadataGravatar Jan Tattermusch2015-07-15
|
* adjust C# generator to match the new APIGravatar Jan Tattermusch2015-07-15
|
* no need to call GrpcEnvironment.Initialize() explicitlyGravatar Jan Tattermusch2015-07-10
|
* fix stylecop issuesGravatar Jan Tattermusch2015-06-09
|
* revamp of c# channel optionsGravatar Jan Tattermusch2015-06-09
|
* add host and port overload for new channelGravatar Jan Tattermusch2015-06-08
|
* changed tests and examples to use "using" for IDisposable callsGravatar Jan Tattermusch2015-05-20
|
* make naming of async write methods clearer (by adding Async suffix)Gravatar Jan Tattermusch2015-05-20
|
* Make IAsyncReadStream use IAsyncEnumerator from Ix-AsyncGravatar Jan Tattermusch2015-05-20
|
* Replace handwritten testService stub by the generated oneGravatar Jan Tattermusch2015-05-07
|
* Fixes for C# cancellation supportGravatar Jan Tattermusch2015-05-04
|
* Added basic support for cancellationGravatar Jan Tattermusch2015-05-04
|
* A new version C# API based on async/awaitGravatar Jan Tattermusch2015-05-04
|
* Fix assertion for compute_engine_credsGravatar Jan Tattermusch2015-04-27
|
* attempt to support compute_engine_creds interop testGravatar Jan Tattermusch2015-04-27
|