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
/
ServerCallHandler.cs
Commit message (
Expand
)
Author
Age
*
Make ServerCallContext.Peer lazy
Jan Tattermusch
2016-10-26
*
provide framework independent version of Task.CompletedTask
Jan Tattermusch
2016-10-24
*
refactor NoSuchMethodCallHandler
Jan Tattermusch
2016-10-18
*
completion registry is per cq
Jan Tattermusch
2016-05-25
*
add support for multiple cqs to GrpcThreadPool
Jan Tattermusch
2016-05-25
*
rename some ill-named enums and move them to the right files
Jan Tattermusch
2016-05-18
*
improve serverside handlers
Jan Tattermusch
2016-05-04
*
use just one response batch for unary response serverside calls
Jan Tattermusch
2016-05-04
*
remove useless code and todos
Jan Tattermusch
2016-05-03
*
make SendStatusFromServer independent on WriteAsync
Jan Tattermusch
2016-05-03
*
Update copyrights
Craig Tiller
2016-03-31
*
update copyrights
Jan Tattermusch
2016-02-18
*
rename Preconditions to GrpcPreconditions
Jan Tattermusch
2016-02-18
*
implement unimplemented_method interop test
Jan Tattermusch
2015-12-09
*
add ConfigureAwait(false) where needed
Jan Tattermusch
2015-12-07
*
get rid of explicit GrpcEnvironment.Shutdown()
Jan Tattermusch
2015-08-20
*
context propagation API
Jan Tattermusch
2015-08-08
*
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
*
expose peer info in serverside call handlers
Jan Tattermusch
2015-07-24
*
explicitly convert deadline for server handlers to realtime
Jan Tattermusch
2015-07-23
*
add Timeout support and tests
Jan Tattermusch
2015-07-23
*
fix stylecop warnings
Jan Tattermusch
2015-07-22
*
regenerated code and fixed inconsistencies
Jan Tattermusch
2015-07-21
*
propagate statuscode from server handler
Jan Tattermusch
2015-07-20
*
allow sending trailers from server handler
Jan Tattermusch
2015-07-20
*
populate server context
Jan Tattermusch
2015-07-20
*
refactor server call handlers
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
*
make naming of async write methods clearer (by adding Async suffix)
Jan Tattermusch
2015-05-20
*
Make IAsyncReadStream use IAsyncEnumerator from Ix-Async
Jan Tattermusch
2015-05-20
*
added concept of ServerCallContext, that is passed to all server-side handlers
Jan Tattermusch
2015-05-07
*
add a generic constraint for TRequest and TResponse to require a class
Jan Tattermusch
2015-05-07
*
Fixes for C# cancellation support
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
*
Started using immutable collections and other code cleanup
Jan Tattermusch
2015-03-12