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 (
Expand
)
Author
Age
*
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
|
*
A new version C# API based on async/await
Jan Tattermusch
2015-05-04
|
/
*
Split async call into server and client classes sharing the same base.
Jan Tattermusch
2015-03-06