Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | implement unimplemented_method interop test | Jan Tattermusch | 2015-12-09 |
| | |||
* | implemented more interop tests | Jan Tattermusch | 2015-12-09 |
| | |||
* | stop using SSL_CERT_FILE env for C# interop tests | Jan Tattermusch | 2015-10-22 |
| | |||
* | Polishing of C# auth API | Jan Tattermusch | 2015-10-12 |
| | |||
* | use JWT credentials for per_rpc_creds | Jan Tattermusch | 2015-10-08 |
| | |||
* | make C# auth interop tests up to spec | Jan Tattermusch | 2015-10-08 |
| | |||
* | make C# interop test args parsing compliant with spec | Jan Tattermusch | 2015-10-07 |
| | |||
* | introduce the new split-type credentials api | Jan Tattermusch | 2015-10-06 |
| | |||
* | a small interop client refactoring | Jan Tattermusch | 2015-10-06 |
| | |||
* | Migrate C# to the new auth API | Jan Tattermusch | 2015-10-06 |
| | |||
* | enable cloud_to_cloud tests with servers in a separate container | Jan Tattermusch | 2015-09-28 |
| | |||
* | Don't do .Wait() in async context. | Jan Tattermusch | 2015-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 test | Jan Tattermusch | 2015-09-04 |
| | |||
* | ugly fix of per_rpc_creds test | Jan Tattermusch | 2015-09-03 |
| | |||
* | update the interop tests based on spec | Jan Tattermusch | 2015-09-03 |
| | |||
* | error spec compliance and marshalling tests | Jan Tattermusch | 2015-08-27 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 | Jan Tattermusch | 2015-08-26 |
|\ | | | | | | | | | Conflicts: src/csharp/Grpc.IntegrationTesting/InteropClient.cs | ||
| * | implement timeout_on_sleeping_server interop test | Jan Tattermusch | 2015-08-20 |
| | | |||
| * | get rid of explicit GrpcEnvironment.Shutdown() | Jan Tattermusch | 2015-08-20 |
| | | |||
| * | metadata polishing | Jan Tattermusch | 2015-08-19 |
| | | |||
| * | add method info to auth interceptor | Jan Tattermusch | 2015-08-18 |
| | | |||
| * | refactor auth interceptors | Jan Tattermusch | 2015-08-18 |
| | | |||
| * | Revert "implement timeout_on_sleeping_server interop test" | Jan Tattermusch | 2015-08-13 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 | Jan Tattermusch | 2015-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 test | Jan Tattermusch | 2015-08-12 |
| |/ | |||
| * | migrate to usable auth library | Jan Tattermusch | 2015-08-12 |
| | | |||
| * | rename async extension methods for clarity | Jan Tattermusch | 2015-08-10 |
| | | |||
* | | migrated code to proto3 | Jan Tattermusch | 2015-08-08 |
| | | |||
| * | polishing tests | Jan Tattermusch | 2015-08-07 |
|/ | |||
* | Merge pull request #2666 from jtattermusch/oauth_token_api_fix | Michael Lumish | 2015-07-27 |
|\ | | | | | Make work with out-of-band oauth2 token more pleasant | ||
| * | make work with out-of-band oauth2 token more pleasant | Jan Tattermusch | 2015-07-25 |
| | | |||
* | | make some interop tests run as async methods | Jan Tattermusch | 2015-07-24 |
|/ | |||
* | fix stylecop warnings | Jan Tattermusch | 2015-07-22 |
| | |||
* | rename Result to ResponseAsync | Jan Tattermusch | 2015-07-21 |
| | |||
* | implement per_rpc_creds and oauth2_auth_token interop tests | Jan Tattermusch | 2015-07-20 |
| | |||
* | add support for per-call metadata | Jan Tattermusch | 2015-07-15 |
| | |||
* | adjust C# generator to match the new API | Jan Tattermusch | 2015-07-15 |
| | |||
* | no need to call GrpcEnvironment.Initialize() explicitly | Jan Tattermusch | 2015-07-10 |
| | |||
* | fix stylecop issues | Jan Tattermusch | 2015-06-09 |
| | |||
* | revamp of c# channel options | Jan Tattermusch | 2015-06-09 |
| | |||
* | add host and port overload for new channel | Jan Tattermusch | 2015-06-08 |
| | |||
* | changed tests and examples to use "using" for IDisposable calls | Jan Tattermusch | 2015-05-20 |
| | |||
* | make naming of async write methods clearer (by adding Async suffix) | Jan Tattermusch | 2015-05-20 |
| | |||
* | Make IAsyncReadStream use IAsyncEnumerator from Ix-Async | Jan Tattermusch | 2015-05-20 |
| | |||
* | Replace handwritten testService stub by the generated one | Jan Tattermusch | 2015-05-07 |
| | |||
* | Fixes for C# cancellation support | Jan Tattermusch | 2015-05-04 |
| | |||
* | Added basic support for cancellation | Jan Tattermusch | 2015-05-04 |
| | |||
* | A new version C# API based on async/await | Jan Tattermusch | 2015-05-04 |
| | |||
* | Fix assertion for compute_engine_creds | Jan Tattermusch | 2015-04-27 |
| | |||
* | attempt to support compute_engine_creds interop test | Jan Tattermusch | 2015-04-27 |
| |