aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core
Commit message (Collapse)AuthorAge
* Add more Channel and Server constructor overloadsGravatar Jan Tattermusch2016-06-06
|
* autoregister grpc shutdown hooksGravatar Jan Tattermusch2016-06-06
|
* support GrpcEnvironment.KillServersAsyncGravatar Jan Tattermusch2016-06-06
|
* deduplicate server shutdown logicGravatar Jan Tattermusch2016-06-06
|
* Add ShutdownChannelsAsync apiGravatar Jan Tattermusch2016-06-06
|
* serverside shutdown hook testGravatar Jan Tattermusch2016-06-06
|
* make environment shutdown asynchronousGravatar Jan Tattermusch2016-06-06
|
* improve docs on ShutdownAsync() for servers and channelsGravatar Jan Tattermusch2016-06-06
|
* improve the xmldocs on call cancellation and disposalGravatar Jan Tattermusch2016-06-06
|
* rename ChannelState.FatalFailure to ChannelState.ShutdownGravatar Jan Tattermusch2016-06-06
|
* get rid of servicename argument for server service definition.Gravatar Jan Tattermusch2016-06-06
|
* Merge pull request #5794 from chrisdunelm/WriteOptions_readonlyGravatar Jan Tattermusch2016-06-01
|\ | | | | Make WriteOptions flags field readonly
* \ Merge pull request #6712 from jtattermusch/csharp_more_completion_queuesGravatar Jan Tattermusch2016-05-26
|\ \ | | | | | | C# add support for multiple completion queues in GrpcThreadPool.
| * | add missing pinvoke methodGravatar Jan Tattermusch2016-05-26
| | |
| * | use 1 cq per thread by defaultGravatar Jan Tattermusch2016-05-25
| | |
| * | name the threadpool threads before startingGravatar Jan Tattermusch2016-05-25
| | |
| * | eliminate global completion registryGravatar Jan Tattermusch2016-05-25
| | |
| * | completion registry is per cqGravatar Jan Tattermusch2016-05-25
| | |
| * | expose completionQueueCount settingGravatar Jan Tattermusch2016-05-25
| | |
| * | add support for multiple cqs to GrpcThreadPoolGravatar Jan Tattermusch2016-05-25
| | |
* | | add TODOGravatar Jan Tattermusch2016-05-23
| | |
* | | reorder clientside send preconditionsGravatar Jan Tattermusch2016-05-23
| | |
* | | clientside writes should finish with TaskCanceledException if cancel was ↵Gravatar Jan Tattermusch2016-05-23
| | | | | | | | | | | | previously requested
* | | reorder members for readabilityGravatar Jan Tattermusch2016-05-23
| | |
* | | improve ordering of serverside send checksGravatar Jan Tattermusch2016-05-23
| | |
* | | allow short-circuiting the send operationGravatar Jan Tattermusch2016-05-23
| | |
* | | simplify implementation of SendCloseFromClientGravatar Jan Tattermusch2016-05-23
| | |
* | | preparation for write semantics cleanupGravatar Jan Tattermusch2016-05-23
| | |
* | | add TODOs and remove unused importsGravatar Jan Tattermusch2016-05-23
| | |
* | | remote AsyncCompletionGravatar Jan Tattermusch2016-05-23
| | |
* | | get rid of AsyncCompletionDelegateGravatar Jan Tattermusch2016-05-23
| | |
* | | use tcs for streamingWritesGravatar Jan Tattermusch2016-05-23
|/ /
* | Merge pull request #6643 from jtattermusch/csharp_profiling2Gravatar Jan Tattermusch2016-05-19
|\ \ | | | | | | Simplify profiling in C# qps clients.
* | | rename some ill-named enums and move them to the right filesGravatar Jan Tattermusch2016-05-18
| | |
* | | dont call into C core to get Timespec.InfPast and Timespec.InfFutureGravatar Jan Tattermusch2016-05-18
| | |
* | | move ServerRpcNew and ClientSideStatus to their own fileGravatar Jan Tattermusch2016-05-18
| | |
* | | tiny optimization in MetadataArraySafeHandleGravatar Jan Tattermusch2016-05-18
| | |
| * | make Profilers visible to Grpc.IntegrationTestingGravatar Jan Tattermusch2016-05-18
|/ /
* | improve channel behavior in shutdown situationsGravatar Jan Tattermusch2016-05-12
| |
* | Merge pull request #6493 from jtattermusch/csharp_streaming_api_exceptionsGravatar Jan Tattermusch2016-05-10
|\ \ | | | | | | C#: make writes throw RpcException if the client-side call has already finished
* | | fix compilation on windowsGravatar Jan Tattermusch2016-05-09
| | |
* | | dont lock to run server_request_callGravatar Jan Tattermusch2016-05-09
| | |
* | | expose experimental API to set GrpcThreadPool size.Gravatar Jan Tattermusch2016-05-09
| | |
* | | start server with more than one allowed RPCsGravatar Jan Tattermusch2016-05-09
| | |
* | | eliminate a thread switch when invoking server-side handlerGravatar Jan Tattermusch2016-05-09
| | |
| * | throw RpcException from writes after finishingGravatar Jan Tattermusch2016-05-09
| | |
| * | change typo in the commentGravatar Jan Tattermusch2016-05-09
|/ /
* | Master is now 0.15.0-dev.Gravatar Nicolas "Pixel" Noble2016-05-06
| |
* | improve serverside handlersGravatar Jan Tattermusch2016-05-04
| |
* | use just one response batch for unary response serverside callsGravatar Jan Tattermusch2016-05-04
| |