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
*
adapt C# to new cq_create API
Jan Tattermusch
2017-03-08
*
wire passing of C# CallFlags to C core
Jan Tattermusch
2016-12-02
*
remove existing profiling points
Jan Tattermusch
2016-11-11
*
lazy initialize streamingResponseCallFinishedTcs
Jan Tattermusch
2016-10-27
*
provide framework independent version of Task.CompletedTask
Jan Tattermusch
2016-10-24
*
simplify delayed streaming write logic
Jan Tattermusch
2016-09-16
*
dont allow new writes if theres a write with delayed completion
Jan Tattermusch
2016-09-16
*
throw correct exception failed writes
Jan Tattermusch
2016-09-15
*
deduplicate send finished handler
Jan Tattermusch
2016-06-14
*
Merge pull request #6712 from jtattermusch/csharp_more_completion_queues
Jan Tattermusch
2016-05-26
|
\
|
*
completion registry is per cq
Jan Tattermusch
2016-05-25
|
*
add support for multiple cqs to GrpcThreadPool
Jan Tattermusch
2016-05-25
*
|
add TODO
Jan Tattermusch
2016-05-23
*
|
reorder clientside send preconditions
Jan Tattermusch
2016-05-23
*
|
clientside writes should finish with TaskCanceledException if cancel was prev...
Jan Tattermusch
2016-05-23
*
|
reorder members for readability
Jan Tattermusch
2016-05-23
*
|
allow short-circuiting the send operation
Jan Tattermusch
2016-05-23
*
|
simplify implementation of SendCloseFromClient
Jan Tattermusch
2016-05-23
*
|
preparation for write semantics cleanup
Jan Tattermusch
2016-05-23
*
|
add TODOs and remove unused imports
Jan Tattermusch
2016-05-23
*
|
get rid of AsyncCompletionDelegate
Jan Tattermusch
2016-05-23
|
/
*
throw RpcException from writes after finishing
Jan Tattermusch
2016-05-09
*
change typo in the comment
Jan Tattermusch
2016-05-09
*
make end-of-stream idempotent
Jan Tattermusch
2016-05-03
*
fix typo
Jan Tattermusch
2016-05-02
*
improve unary call response handler
Jan Tattermusch
2016-05-02
*
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
[next]