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
/
AsyncCallBase.cs
Commit message (
Collapse
)
Author
Age
*
deduplicate send finished handler
Jan Tattermusch
2016-06-14
|
*
Merge pull request #6712 from jtattermusch/csharp_more_completion_queues
Jan Tattermusch
2016-05-26
|
\
|
|
|
|
C# add support for multiple completion queues in GrpcThreadPool.
|
*
completion registry is per cq
Jan Tattermusch
2016-05-25
|
|
*
|
clientside writes should finish with TaskCanceledException if cancel was ↵
Jan Tattermusch
2016-05-23
|
|
|
|
|
|
|
|
previously requested
*
|
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
|
|
*
|
get rid of AsyncCompletionDelegate
Jan Tattermusch
2016-05-23
|
|
*
|
use tcs for streamingWrites
Jan Tattermusch
2016-05-23
|
/
*
throw RpcException from writes after finishing
Jan Tattermusch
2016-05-09
|
*
finishing serverside request stream should not be required for disposal
Jan Tattermusch
2016-05-03
|
*
make SendStatusFromServer independent on WriteAsync
Jan Tattermusch
2016-05-03
|
*
make end-of-stream idempotent
Jan Tattermusch
2016-05-03
|
*
add more features
Jan Tattermusch
2016-05-03
|
*
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
|
*
remove dead code from AsyncCallBase
Jan Tattermusch
2015-12-10
|
*
add profiling support
Jan Tattermusch
2015-11-02
|
*
error spec compliance and marshalling tests
Jan Tattermusch
2015-08-27
|
*
simplify stream reads on client side
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
|
*
getting rid of unnecessary exception type
Jan Tattermusch
2015-08-12
|
*
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
|
*
introduce gRPC logger
Jan Tattermusch
2015-07-24
|
*
gchandle is not needed anymore
Jan Tattermusch
2015-06-05
|
*
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
|
|
|
*
stylecop fixes
Jan Tattermusch
2015-05-04
|
|
|
*
Fixes for C# cancellation support
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
|
/
*
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