index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
csharp
/
Grpc.IntegrationTesting
/
InteropClient.cs
Commit message (
Expand
)
Author
Age
*
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
*
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
|
\
|
*
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
|
\
\
|
|
*
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
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
*
style fixes
Jan Tattermusch
2015-04-27
*
First attempt to add service account creds interop test
Jan Tattermusch
2015-04-27
*
Started using immutable collections and other code cleanup
Jan Tattermusch
2015-03-12
[next]