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.Core
/
Calls.cs
Commit message (
Expand
)
Author
Age
*
polishing public docs
Jan Tattermusch
2015-08-24
*
support for reading response headers on client side
Jan Tattermusch
2015-08-21
*
reading of response headers for unary response calls
Jan Tattermusch
2015-08-21
*
add comments
Jan Tattermusch
2015-08-10
*
fixing doc comments
Jan Tattermusch
2015-08-10
*
refactoring client side calls
Jan Tattermusch
2015-08-05
*
regenerated code
Jan Tattermusch
2015-08-05
*
refactoring AsyncCall
Jan Tattermusch
2015-08-05
*
introduce CallContext
Jan Tattermusch
2015-08-05
*
add Timeout support and tests
Jan Tattermusch
2015-07-23
*
codegen and API changes
Jan Tattermusch
2015-07-21
*
modify client call interface to allow reading status and trailers
Jan Tattermusch
2015-07-21
*
renaming stub to client and refactoring metadata class
Jan Tattermusch
2015-07-15
*
no need to call GrpcEnvironment.Initialize() explicitly
Jan Tattermusch
2015-07-10
*
implemented disposal logic for calls
Jan Tattermusch
2015-05-20
*
add a generic constraint for TRequest and TResponse to require a class
Jan Tattermusch
2015-05-07
*
fixed some stylecop warnings
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
*
added support for metadata
Jan Tattermusch
2015-03-16
*
Started using immutable collections and other code cleanup
Jan Tattermusch
2015-03-12
*
code style fixes based on StyleCop warnings
Jan Tattermusch
2015-03-11
*
Fix exception unwrapping for unary call
Jan Tattermusch
2015-02-23
*
Added support for true synchronous unary call and added some performance tests.
Jan Tattermusch
2015-02-23
*
renaming of VS projects and other minor structural fixes
Jan Tattermusch
2015-02-20