Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | add support for multiple cqs to GrpcThreadPool | 2016-05-25 | ||
| | | | ||||
* | | | add TODO | 2016-05-23 | ||
| | | | ||||
* | | | reorder clientside send preconditions | 2016-05-23 | ||
| | | | ||||
* | | | clientside writes should finish with TaskCanceledException if cancel was ↵ | 2016-05-23 | ||
| | | | | | | | | | | | | previously requested | |||
* | | | reorder members for readability | 2016-05-23 | ||
| | | | ||||
* | | | improve ordering of serverside send checks | 2016-05-23 | ||
| | | | ||||
* | | | allow short-circuiting the send operation | 2016-05-23 | ||
| | | | ||||
* | | | simplify implementation of SendCloseFromClient | 2016-05-23 | ||
| | | | ||||
* | | | preparation for write semantics cleanup | 2016-05-23 | ||
| | | | ||||
* | | | add TODOs and remove unused imports | 2016-05-23 | ||
| | | | ||||
* | | | remote AsyncCompletion | 2016-05-23 | ||
| | | | ||||
* | | | get rid of AsyncCompletionDelegate | 2016-05-23 | ||
| | | | ||||
* | | | use tcs for streamingWrites | 2016-05-23 | ||
|/ / | ||||
* | | Merge pull request #6643 from jtattermusch/csharp_profiling2 | 2016-05-19 | ||
|\ \ | | | | | | | Simplify profiling in C# qps clients. | |||
* | | | rename some ill-named enums and move them to the right files | 2016-05-18 | ||
| | | | ||||
* | | | dont call into C core to get Timespec.InfPast and Timespec.InfFuture | 2016-05-18 | ||
| | | | ||||
* | | | move ServerRpcNew and ClientSideStatus to their own file | 2016-05-18 | ||
| | | | ||||
* | | | tiny optimization in MetadataArraySafeHandle | 2016-05-18 | ||
| | | | ||||
| * | | make Profilers visible to Grpc.IntegrationTesting | 2016-05-18 | ||
|/ / | ||||
* | | improve channel behavior in shutdown situations | 2016-05-12 | ||
| | | ||||
* | | Merge pull request #6493 from jtattermusch/csharp_streaming_api_exceptions | 2016-05-10 | ||
|\ \ | | | | | | | C#: make writes throw RpcException if the client-side call has already finished | |||
* | | | fix compilation on windows | 2016-05-09 | ||
| | | | ||||
* | | | dont lock to run server_request_call | 2016-05-09 | ||
| | | | ||||
* | | | expose experimental API to set GrpcThreadPool size. | 2016-05-09 | ||
| | | | ||||
* | | | start server with more than one allowed RPCs | 2016-05-09 | ||
| | | | ||||
* | | | eliminate a thread switch when invoking server-side handler | 2016-05-09 | ||
| | | | ||||
| * | | throw RpcException from writes after finishing | 2016-05-09 | ||
| | | | ||||
| * | | change typo in the comment | 2016-05-09 | ||
|/ / | ||||
* | | Master is now 0.15.0-dev. | 2016-05-06 | ||
| | | ||||
* | | improve serverside handlers | 2016-05-04 | ||
| | | ||||
* | | use just one response batch for unary response serverside calls | 2016-05-04 | ||
| | | ||||
* | | make SendStatusFromServer optionally send a message as well | 2016-05-04 | ||
| | | ||||
* | | remove useless code and todos | 2016-05-03 | ||
| | | ||||
* | | finishing serverside request stream should not be required for disposal | 2016-05-03 | ||
| | | ||||
* | | fixup | 2016-05-03 | ||
| | | ||||
* | | make SendStatusFromServer independent on WriteAsync | 2016-05-03 | ||
| | | ||||
* | | add tests for AsyncCallServer | 2016-05-03 | ||
| | | ||||
* | | make end-of-stream idempotent | 2016-05-03 | ||
| | | ||||
* | | add more features | 2016-05-03 | ||
| | | ||||
* | | fix typo | 2016-05-02 | ||
| | | ||||
* | | improve unary call response handler | 2016-05-02 | ||
| | | ||||
* | | fix assembly version attributes for C# | 2016-04-25 | ||
| | | ||||
* | | Merge pull request #5073 from mleenhardt/calloptions-fluent | 2016-04-24 | ||
|\ \ | | | | | | | CallOptions fluent methods | |||
* | | | Add TextWriterLogger | 2016-04-11 | ||
| | | | ||||
* | | | Merge pull request #6115 from jtattermusch/csharp_support_projectjson | 2016-04-11 | ||
|\ \ \ | | | | | | | | | Make gRPC C# nuget work with new project.json style projects | |||
* | | | | async void is illegal in ASP.NET and DNXcore | 2016-04-07 | ||
| | | | | ||||
| * | | | make gRPC C# nuget work with new project.json style projects | 2016-04-07 | ||
|/ / / | ||||
| * | | Merge branch 'master' into calloptions-fluent | 2016-04-06 | ||
| |\ \ | |/ / |/| | | ||||
* | | | Merge pull request #5928 from jtattermusch/csharp_clientside_abstractclass | 2016-04-05 | ||
|\ \ \ | | | | | | | | | Make adding a new RPC to a service non-breaking for generated C# | |||
| * | | | fix copyrights | 2016-04-01 | ||
| | | | |