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
Commit message (
Collapse
)
Author
Age
*
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
|
*
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
|
*
polishing tests
Jan Tattermusch
2015-08-07
|
*
regenerated code
Jan Tattermusch
2015-08-05
|
*
regenerated code
Jan Tattermusch
2015-08-05
|
*
changed the way ports are added to the server
Jan Tattermusch
2015-08-04
|
*
changed way service definitions are added to the server
Jan Tattermusch
2015-08-04
|
*
remove the ImmutableCollections dependency
Jan Tattermusch
2015-08-04
|
*
enable forcing client auth
Jan Tattermusch
2015-08-04
|
*
Add ReleaseSigned configuration for Grpc.sln
Jan Tattermusch
2015-07-27
|
*
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
|
/
*
make insecure channel and server explicit
Jan Tattermusch
2015-07-24
|
*
introduce gRPC logger
Jan Tattermusch
2015-07-24
|
*
fix reference to bouncyCastles assembly
Jan Tattermusch
2015-07-24
|
*
upgrade Grpc.Auth to latest version of Google.Apis.Auth and remove unneeded code
Jan Tattermusch
2015-07-24
|
*
fix x86 target to be AnyCPU
Jan Tattermusch
2015-07-24
|
*
added test for client SSL authentication
Jan Tattermusch
2015-07-24
|
*
added deadline to generated stubs
Jan Tattermusch
2015-07-23
|
*
fix stylecop warnings
Jan Tattermusch
2015-07-22
|
*
rename Result to ResponseAsync
Jan Tattermusch
2015-07-21
|
*
regenerated code and fixed inconsistencies
Jan Tattermusch
2015-07-21
|
*
fixed dependencies in C# project
Jan Tattermusch
2015-07-20
|
*
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
|
*
renaming stub to client and refactoring metadata class
Jan Tattermusch
2015-07-15
|
*
introduce Version.cs as single source of truth of gRPC C# version
Jan Tattermusch
2015-07-15
|
*
no need to call GrpcEnvironment.Initialize() explicitly
Jan Tattermusch
2015-07-10
|
*
bumped version of C#
Jan Tattermusch
2015-07-09
|
*
use System.Collections.Immutable instead of Microsoft.Bcl.Immutable
Jan Tattermusch
2015-07-09
|
*
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
|
*
Merge pull request #1646 from jtattermusch/csharp_api_fixes
Tim Emiola
2015-05-20
|
\
|
|
|
|
Incorporate feedback from API review: Use IAsyncEnumerator to represent async read stream
|
*
Make IAsyncReadStream use IAsyncEnumerator from Ix-Async
Jan Tattermusch
2015-05-20
|
|
*
|
regenerate service stubs
Jan Tattermusch
2015-05-20
|
/
*
bump version of gRPC C# assemblies
Jan Tattermusch
2015-05-14
|
*
add newline to the end of generated files
Jan Tattermusch
2015-05-07
|
*
Replace handwritten testService stub by the generated one
Jan Tattermusch
2015-05-07
|
[next]