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
Commit message (
Expand
)
Author
Age
*
prevent race between grpcsharp_server_request_call and grpc_completion_queue_...
Jan Tattermusch
2016-06-23
*
Merge pull request #6104 from jtattermusch/coreclr_support
Jan Tattermusch
2016-06-22
|
\
|
*
migrate everything to netstandard1.5
Jan Tattermusch
2016-06-16
*
|
deduplicate send finished handler
Jan Tattermusch
2016-06-14
|
*
add support for CoreCLR
Jan Tattermusch
2016-06-14
|
/
*
support GrpcEnvironment.KillServersAsync
Jan Tattermusch
2016-06-06
*
serverside shutdown hook test
Jan Tattermusch
2016-06-06
*
make environment shutdown asynchronous
Jan Tattermusch
2016-06-06
*
Merge pull request #6712 from jtattermusch/csharp_more_completion_queues
Jan Tattermusch
2016-05-26
|
\
|
*
add missing pinvoke method
Jan Tattermusch
2016-05-26
|
*
name the threadpool threads before starting
Jan Tattermusch
2016-05-25
|
*
eliminate global completion registry
Jan Tattermusch
2016-05-25
|
*
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
*
|
improve ordering of serverside send checks
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
*
|
remote AsyncCompletion
Jan Tattermusch
2016-05-23
*
|
get rid of AsyncCompletionDelegate
Jan Tattermusch
2016-05-23
*
|
use tcs for streamingWrites
Jan Tattermusch
2016-05-23
|
/
*
rename some ill-named enums and move them to the right files
Jan Tattermusch
2016-05-18
*
dont call into C core to get Timespec.InfPast and Timespec.InfFuture
Jan Tattermusch
2016-05-18
*
move ServerRpcNew and ClientSideStatus to their own file
Jan Tattermusch
2016-05-18
*
tiny optimization in MetadataArraySafeHandle
Jan Tattermusch
2016-05-18
*
throw RpcException from writes after finishing
Jan Tattermusch
2016-05-09
*
change typo in the comment
Jan Tattermusch
2016-05-09
*
improve serverside handlers
Jan Tattermusch
2016-05-04
*
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
*
remove useless code and todos
Jan Tattermusch
2016-05-03
*
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
*
add more features
Jan Tattermusch
2016-05-03
*
fix typo
Jan Tattermusch
2016-05-02
*
improve unary call response handler
Jan Tattermusch
2016-05-02
*
Merge pull request #6115 from jtattermusch/csharp_support_projectjson
Jan Tattermusch
2016-04-11
|
\
*
|
async void is illegal in ASP.NET and DNXcore
Jan Tattermusch
2016-04-07
|
*
make gRPC C# nuget work with new project.json style projects
Jan Tattermusch
2016-04-07
|
/
*
Merge pull request #5928 from jtattermusch/csharp_clientside_abstractclass
Jan Tattermusch
2016-04-05
|
\
|
*
fix copyrights
Jan Tattermusch
2016-04-01
|
*
introduce concept of opaque client base configuration
Jan Tattermusch
2016-04-01
[next]