Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-05-18 |
|\ | |||
| * | add missing copyrights to .bat files | Jan Tattermusch | 2016-05-13 |
| | | |||
* | | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bis | David Garcia Quintas | 2016-05-12 |
|\| | |||
| * | improve channel behavior in shutdown situations | Jan Tattermusch | 2016-05-12 |
| | | |||
| * | fix qps reporting in C# stress client | Jan Tattermusch | 2016-05-11 |
| | | |||
| * | Merge pull request #6526 from jtattermusch/improve_examples | Jan Tattermusch | 2016-05-11 |
| |\ | | | | | | | C#: Add more examples and improve existing ones | ||
| * \ | 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 | ||
| | | * | add more examples and improve existing ones | Jan Tattermusch | 2016-05-10 |
| | |/ | |/| | |||
| | * | fix TimeoutOnSleepingServer interop test | Jan Tattermusch | 2016-05-10 |
| | | | |||
| * | | Merge pull request #6498 from jtattermusch/csharp_server_improvements | Jan Tattermusch | 2016-05-10 |
| |\ \ | | | | | | | | | C# server performance improvements | ||
| * \ \ | Merge pull request #6475 from grpc/release-0_14 | Nicolas Noble | 2016-05-09 |
| |\ \ \ | | | | | | | | | | | Upmerge from 0.14.0 | ||
| | | * | | fix compilation on windows | Jan Tattermusch | 2016-05-09 |
| | | | | | |||
| | | * | | dont lock to run server_request_call | Jan Tattermusch | 2016-05-09 |
| | | | | | |||
| | | * | | expose experimental API to set GrpcThreadPool size. | Jan Tattermusch | 2016-05-09 |
| | | | | | |||
| | | * | | dont create dedicated threads for async client | Jan Tattermusch | 2016-05-09 |
| | | | | | |||
| | | * | | start server with more than one allowed RPCs | Jan Tattermusch | 2016-05-09 |
| | | | | | |||
| | | * | | eliminate a thread switch when invoking server-side handler | Jan Tattermusch | 2016-05-09 |
| | |/ / | |/| | | |||
* / | | | Allow servers to select compression level via initial MD. | David Garcia Quintas | 2016-05-09 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | Setting the newly added compression_level field of grpc_op::send_initial_metadata by a server now has the effect of applying that compression level for the subsequent call messages leaving the server. The ultimate meaning of the level depends on the client's supported compression algorithms. | ||
| | * | throw RpcException from writes after finishing | Jan Tattermusch | 2016-05-09 |
| | | | |||
| | * | change typo in the comment | Jan Tattermusch | 2016-05-09 |
| | | | |||
| | * | fixup tests | Jan Tattermusch | 2016-05-09 |
| | | | |||
| | * | add more tests | Jan Tattermusch | 2016-05-09 |
| |/ |/| | |||
| * | regenerate C# code | Jan Tattermusch | 2016-05-09 |
| | | |||
* | | Master is now 0.15.0-dev. | Nicolas "Pixel" Noble | 2016-05-06 |
| | | |||
| * | The release branch is now 0.14.0-pre1. | Nicolas "Pixel" Noble | 2016-05-06 |
|/ | |||
* | 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 |
| | |||
* | make AsyncCallServerTest finish correctly | Jan Tattermusch | 2016-05-03 |
| | |||
* | fixup | Jan Tattermusch | 2016-05-03 |
| | |||
* | add more tests | Jan Tattermusch | 2016-05-03 |
| | |||
* | make SendStatusFromServer independent on WriteAsync | Jan Tattermusch | 2016-05-03 |
| | |||
* | add AsyncCalServer tests to sanity tests | Jan Tattermusch | 2016-05-03 |
| | |||
* | add tests for AsyncCallServer | Jan Tattermusch | 2016-05-03 |
| | |||
* | fixup | Jan Tattermusch | 2016-05-03 |
| | |||
* | add one more client server test | Jan Tattermusch | 2016-05-03 |
| | |||
* | add more tests | Jan Tattermusch | 2016-05-03 |
| | |||
* | make end-of-stream idempotent | Jan Tattermusch | 2016-05-03 |
| | |||
* | add idempotency test | Jan Tattermusch | 2016-05-03 |
| | |||
* | add more features | Jan Tattermusch | 2016-05-03 |
| | |||
* | add more tests | Jan Tattermusch | 2016-05-03 |
| | |||
* | fix typo | Jan Tattermusch | 2016-05-02 |
| | |||
* | add more tests | Jan Tattermusch | 2016-05-02 |
| | |||
* | improve unary call response handler | Jan Tattermusch | 2016-05-02 |
| | |||
* | regenerate C# sources | Jan Tattermusch | 2016-04-28 |
| | |||
* | Merge pull request #6284 from jtattermusch/csharp_optional_client_codegen | Nicolas Noble | 2016-04-27 |
|\ | | | | | Add new cmdline options to C# codegen. | ||
* \ | Merge pull request #6299 from jtattermusch/fix_5912 | Jan Tattermusch | 2016-04-27 |
|\ \ | | | | | | | Fix Grpc.IntegrationTesting.InteropClientServerTest flake | ||
* \ \ | Merge pull request #4569 from jskeet/fix-buildall | Jan Tattermusch | 2016-04-27 |
|\ \ \ | | | | | | | | | Restore dependencies in buildall.bat |