aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp
Commit message (Collapse)AuthorAge
* Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-05-18
|\
| * add missing copyrights to .bat filesGravatar Jan Tattermusch2016-05-13
| |
* | Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-05-12
|\|
| * improve channel behavior in shutdown situationsGravatar Jan Tattermusch2016-05-12
| |
| * fix qps reporting in C# stress clientGravatar Jan Tattermusch2016-05-11
| |
| * Merge pull request #6526 from jtattermusch/improve_examplesGravatar Jan Tattermusch2016-05-11
| |\ | | | | | | C#: Add more examples and improve existing ones
| * \ 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
| | | * add more examples and improve existing onesGravatar Jan Tattermusch2016-05-10
| | |/ | |/|
| | * fix TimeoutOnSleepingServer interop testGravatar Jan Tattermusch2016-05-10
| | |
| * | Merge pull request #6498 from jtattermusch/csharp_server_improvementsGravatar Jan Tattermusch2016-05-10
| |\ \ | | | | | | | | C# server performance improvements
| * \ \ Merge pull request #6475 from grpc/release-0_14Gravatar Nicolas Noble2016-05-09
| |\ \ \ | | | | | | | | | | Upmerge from 0.14.0
| | | * | 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
| | | | |
| | | * | dont create dedicated threads for async clientGravatar 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
| | |/ / | |/| |
* / | | Allow servers to select compression level via initial MD.Gravatar David Garcia Quintas2016-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 finishingGravatar Jan Tattermusch2016-05-09
| | |
| | * change typo in the commentGravatar Jan Tattermusch2016-05-09
| | |
| | * fixup testsGravatar Jan Tattermusch2016-05-09
| | |
| | * add more testsGravatar Jan Tattermusch2016-05-09
| |/ |/|
| * regenerate C# codeGravatar Jan Tattermusch2016-05-09
| |
* | Master is now 0.15.0-dev.Gravatar Nicolas "Pixel" Noble2016-05-06
| |
| * The release branch is now 0.14.0-pre1.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
|
* make SendStatusFromServer optionally send a message as wellGravatar Jan Tattermusch2016-05-04
|
* remove useless code and todosGravatar Jan Tattermusch2016-05-03
|
* finishing serverside request stream should not be required for disposalGravatar Jan Tattermusch2016-05-03
|
* make AsyncCallServerTest finish correctlyGravatar Jan Tattermusch2016-05-03
|
* fixupGravatar Jan Tattermusch2016-05-03
|
* add more testsGravatar Jan Tattermusch2016-05-03
|
* make SendStatusFromServer independent on WriteAsyncGravatar Jan Tattermusch2016-05-03
|
* add AsyncCalServer tests to sanity testsGravatar Jan Tattermusch2016-05-03
|
* add tests for AsyncCallServerGravatar Jan Tattermusch2016-05-03
|
* fixupGravatar Jan Tattermusch2016-05-03
|
* add one more client server testGravatar Jan Tattermusch2016-05-03
|
* add more testsGravatar Jan Tattermusch2016-05-03
|
* make end-of-stream idempotentGravatar Jan Tattermusch2016-05-03
|
* add idempotency testGravatar Jan Tattermusch2016-05-03
|
* add more featuresGravatar Jan Tattermusch2016-05-03
|
* add more testsGravatar Jan Tattermusch2016-05-03
|
* fix typoGravatar Jan Tattermusch2016-05-02
|
* add more testsGravatar Jan Tattermusch2016-05-02
|
* improve unary call response handlerGravatar Jan Tattermusch2016-05-02
|
* regenerate C# sourcesGravatar Jan Tattermusch2016-04-28
|
* Merge pull request #6284 from jtattermusch/csharp_optional_client_codegenGravatar Nicolas Noble2016-04-27
|\ | | | | Add new cmdline options to C# codegen.
* \ Merge pull request #6299 from jtattermusch/fix_5912Gravatar Jan Tattermusch2016-04-27
|\ \ | | | | | | Fix Grpc.IntegrationTesting.InteropClientServerTest flake
* \ \ Merge pull request #4569 from jskeet/fix-buildallGravatar Jan Tattermusch2016-04-27
|\ \ \ | | | | | | | | Restore dependencies in buildall.bat