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
/
AsyncCallServer.cs
Commit message (
Collapse
)
Author
Age
*
switch C# to contextual serializer and deserializer internally
Jan Tattermusch
2018-11-09
|
*
avoid deadlock while cancelling a call
Jan Tattermusch
2018-08-23
|
*
save allocation by using a struct instead of a tuple
Jan Tattermusch
2017-11-21
|
*
consistent naming for OnReceivedCloseOnServer
Jan Tattermusch
2017-11-21
|
*
make everything compile
Jan Tattermusch
2017-11-21
|
*
auto-fix most of licenses
Jan Tattermusch
2017-06-08
|
*
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
|
*
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
|
|
|
*
add support for multiple cqs to GrpcThreadPool
Jan Tattermusch
2016-05-25
|
|
*
|
clientside writes should finish with TaskCanceledException if cancel was ↵
Jan Tattermusch
2016-05-23
|
|
|
|
|
|
|
|
previously requested
*
|
improve ordering of serverside send checks
Jan Tattermusch
2016-05-23
|
|
*
|
allow short-circuiting the send operation
Jan Tattermusch
2016-05-23
|
|
*
|
get rid of AsyncCompletionDelegate
Jan Tattermusch
2016-05-23
|
/
*
use just one response batch for unary response serverside calls
Jan Tattermusch
2016-05-04
|
*
make SendStatusFromServer optionally send a message as well
Jan Tattermusch
2016-05-04
|
*
finishing serverside request stream should not be required for disposal
Jan Tattermusch
2016-05-03
|
*
fixup
Jan Tattermusch
2016-05-03
|
*
make SendStatusFromServer independent on WriteAsync
Jan Tattermusch
2016-05-03
|
*
add tests for AsyncCallServer
Jan Tattermusch
2016-05-03
|
*
make end-of-stream idempotent
Jan Tattermusch
2016-05-03
|
*
allow halfclose after close on clients
Jan Tattermusch
2016-04-01
|
*
Update copyrights
Craig Tiller
2016-03-31
|
*
fix #4427
Jan Tattermusch
2016-03-01
|
*
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
|
*
refcounting completion queue shutdown
Jan Tattermusch
2015-12-16
|
*
error spec compliance and marshalling tests
Jan Tattermusch
2015-08-27
|
*
introduce INativeCall interface to simplify testing
Jan Tattermusch
2015-08-21
|
*
get rid of explicit GrpcEnvironment.Shutdown()
Jan Tattermusch
2015-08-20
|
*
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
|
*
expose peer info in serverside call handlers
Jan Tattermusch
2015-07-24
|
*
add Timeout support and tests
Jan Tattermusch
2015-07-23
|
*
allow sending trailers from server handler
Jan Tattermusch
2015-07-20
|
*
no need to call GrpcEnvironment.Initialize() explicitly
Jan Tattermusch
2015-07-10
|
*
unknown method handler no longer needs to complete request stream
Jan Tattermusch
2015-06-11
|
*
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-08
|
\
|
*
change todo comment
Jan Tattermusch
2015-05-07
|
|
*
|
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
|
|
|
*
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
|
|
|
*
Added basic support for cancellation
Jan Tattermusch
2015-05-04
|
|
[next]