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
/
Internal
/
AsyncCall.cs
Commit message (
Expand
)
Author
Age
*
allow halfclose after close on clients
Jan Tattermusch
2016-04-01
*
Update copyrights
Craig Tiller
2016-03-31
*
rename Preconditions to GrpcPreconditions
Jan Tattermusch
2016-02-18
*
Updated copyrights...
David Garcia Quintas
2016-01-15
*
Added sanity check for trailing newlines
David Garcia Quintas
2016-01-14
*
add profiling support
Jan Tattermusch
2015-11-02
*
Migrate C# to the new auth API
Jan Tattermusch
2015-10-06
*
error spec compliance and marshalling tests
Jan Tattermusch
2015-08-27
*
fix stylecop issues
Jan Tattermusch
2015-08-21
*
support for reading response headers on client side
Jan Tattermusch
2015-08-21
*
simplify stream reads on client side
Jan Tattermusch
2015-08-21
*
reading of response headers for unary response calls
Jan Tattermusch
2015-08-21
*
introduce INativeCall interface to simplify testing
Jan Tattermusch
2015-08-21
*
get rid of explicit GrpcEnvironment.Shutdown()
Jan Tattermusch
2015-08-20
*
polishing CallOptions
Jan Tattermusch
2015-08-10
*
get rid of unnecessary ExceptionHelper
Jan Tattermusch
2015-08-10
*
context propagation API
Jan Tattermusch
2015-08-08
*
fixed writeOptions and added test
Jan Tattermusch
2015-08-07
*
added ResponseHeadersTest, fixed stylecop issues
Jan Tattermusch
2015-08-07
*
implemented sending initial metadata
Jan Tattermusch
2015-08-07
*
added WriteOptions support and enabled NoCompress flag to be used for all writes
Jan Tattermusch
2015-08-07
*
renamed CallContext to CallOptions
Jan Tattermusch
2015-08-05
*
refactoring client side calls
Jan Tattermusch
2015-08-05
*
refactoring AsyncCall
Jan Tattermusch
2015-08-05
*
introduce CallContext
Jan Tattermusch
2015-08-05
*
use NULL for default host in grpc_channel_call_create
Jan Tattermusch
2015-08-04
*
introduce gRPC logger
Jan Tattermusch
2015-07-24
*
add Timeout support and tests
Jan Tattermusch
2015-07-23
*
modify client call interface to allow reading status and trailers
Jan Tattermusch
2015-07-21
*
some cleanup and better metadata support
Jan Tattermusch
2015-07-20
*
no need to call GrpcEnvironment.Initialize() explicitly
Jan Tattermusch
2015-07-10
*
Stop using native callbacks for C#
Jan Tattermusch
2015-06-05
*
Merge github.com:grpc/grpc into bye-bye-completion-queue-pie
Craig Tiller
2015-05-06
|
\
*
|
C# fixes for #1472 core API cleanup
Jan Tattermusch
2015-05-04
|
*
added stats with number of active native calls, useful for debugging
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
*
code style fixes based on StyleCop warnings
Jan Tattermusch
2015-03-11
*
Split async call into server and client classes sharing the same base.
Jan Tattermusch
2015-03-06
*
fixed server streaming
Jan Tattermusch
2015-02-25
*
fix to make empty_stream pass against C++ server
Jan Tattermusch
2015-02-25
*
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