aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting/TestServiceImpl.cs
Commit message (Expand)AuthorAge
* fix warnings in integration testsGravatar Jan Tattermusch2017-08-11
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
* fix copyrightsGravatar Jan Tattermusch2016-04-01
* change C# service implementations to inherit from a generated base classGravatar Jan Tattermusch2016-04-01
* implemented more interop testsGravatar Jan Tattermusch2015-12-09
* Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3Gravatar Jan Tattermusch2015-08-13
|\
| * rename async extension methods for clarityGravatar Jan Tattermusch2015-08-10
* | migrated code to proto3Gravatar Jan Tattermusch2015-08-08
|/
* regenerated code and fixed inconsistenciesGravatar Jan Tattermusch2015-07-21
* make naming of async write methods clearer (by adding Async suffix)Gravatar Jan Tattermusch2015-05-20
* Replace handwritten testService stub by the generated oneGravatar Jan Tattermusch2015-05-07
* added concept of ServerCallContext, that is passed to all server-side handlersGravatar Jan Tattermusch2015-05-07
* A new version C# API based on async/awaitGravatar Jan Tattermusch2015-05-04
* code style fixes based on StyleCop warningsGravatar Jan Tattermusch2015-03-11
* Added interop server, interop unit tests and fixes to pingpongGravatar Jan Tattermusch2015-02-25