Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | get rid of servicename argument for server service definition. | Jan Tattermusch | 2016-06-06 |
| | |||
* | Merge pull request #6306 from y-zeng/win32_suffix | Jan Tattermusch | 2016-06-03 |
|\ | | | | | Change win32 file suffix | ||
* \ | Merge pull request #5794 from chrisdunelm/WriteOptions_readonly | Jan Tattermusch | 2016-06-01 |
|\ \ | | | | | | | Make WriteOptions flags field readonly | ||
| | * | Merge remote-tracking branch 'upstream/master' into base | Yuchen Zeng | 2016-05-31 |
| | |\ | |_|/ |/| | | |||
* | | | Merge pull request #6712 from jtattermusch/csharp_more_completion_queues | Jan Tattermusch | 2016-05-26 |
|\ \ \ | | | | | | | | | C# add support for multiple completion queues in GrpcThreadPool. | ||
| * | | | add missing pinvoke method | Jan Tattermusch | 2016-05-26 |
| | | | | |||
| * | | | fix one more test | Jan Tattermusch | 2016-05-25 |
| | | | | |||
| * | | | fix tests | Jan Tattermusch | 2016-05-25 |
| | | | | |||
| * | | | use 1 cq per thread by default | Jan Tattermusch | 2016-05-25 |
| | | | | |||
| * | | | 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 |
| | | | | |||
| * | | | expose completionQueueCount setting | 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 ↵ | Jan Tattermusch | 2016-05-23 |
| | | | | | | | | | | | | | | | | previously requested | ||
* | | | | reorder members for readability | Jan Tattermusch | 2016-05-23 |
| | | | | |||
* | | | | improve ordering of serverside send checks | Jan Tattermusch | 2016-05-23 |
| | | | | |||
* | | | | adjust the tests to reflect the correct send behavior on client | 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 |
| | | | | |||
* | | | | cleanup in tests | Jan Tattermusch | 2016-05-23 |
| | | | | |||
* | | | | add a server streaming api test | 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 |
|/ / / | |||
* | | | Merge pull request #6643 from jtattermusch/csharp_profiling2 | Jan Tattermusch | 2016-05-19 |
|\ \ \ | | | | | | | | | Simplify profiling in C# qps clients. | ||
* \ \ \ | Merge pull request #6640 from jtattermusch/csharp_assorted_cleanup | Jan Tattermusch | 2016-05-19 |
|\ \ \ \ | | | | | | | | | | | C# assorted cleanup | ||
| | * | | | support adding profilers to C# qps clients | Jan Tattermusch | 2016-05-18 |
| | | | | | |||
| | * | | | return number of cores from server | Jan Tattermusch | 2016-05-18 |
| | | | | | |||
* | | | | | Merge remote-tracking branch 'upstream/release-0_14' into HEAD | Jan Tattermusch | 2016-05-18 |
|\ \ \ \ \ | |||
| | * | | | | 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 |
| |/ / / / |/| | | | | |||
| | * | | | make Profilers visible to Grpc.IntegrationTesting | Jan Tattermusch | 2016-05-18 |
| |/ / / |/| | | | |||
| * | | | regenerate buildfiles | Jan Tattermusch | 2016-05-17 |
| | | | | |||
| * | | | rename names of generated enum values to match protobuf3beta3 | Jan Tattermusch | 2016-05-16 |
| | | | | |||
| * | | | regenerate C# protobuf messages | Jan Tattermusch | 2016-05-16 |
| | | | | |||
| * | | | Update Grpc.sln to Google.Protobuf.3.0.0-beta3 | Jan Tattermusch | 2016-05-16 |
| | | | | |||
* | | | | add missing copyrights to .bat files | Jan Tattermusch | 2016-05-13 |
| | | | | |||
* | | | | improve channel behavior in shutdown situations | Jan Tattermusch | 2016-05-12 |
| | | | | |||
* | | | | fix qps reporting in C# stress client | Jan Tattermusch | 2016-05-11 |
| | | | | |||
| * | | | Update release version to 0.14.2-pre1 | murgatroid99 | 2016-05-11 |
| | | | | |||
* | | | | Merge pull request #6526 from jtattermusch/improve_examples | Jan Tattermusch | 2016-05-11 |
|\ \ \ \ | | | | | | | | | | | C#: Add more examples and improve existing ones | ||
| | * | | | Update release version to 0.14.1 | murgatroid99 | 2016-05-11 |
| | | | | | |||
* | | | | | Merge pull request #6493 from jtattermusch/csharp_streaming_api_exceptions | Jan Tattermusch | 2016-05-10 |
|\ \ \ \ \ | | | | | | | | | | | | | C#: make writes throw RpcException if the client-side call has already finished |