aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Examples.MathServer/MathServer.cs
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3Gravatar Jan Tattermusch2015-08-26
|\ | | | | | | | | Conflicts: src/csharp/Grpc.IntegrationTesting/InteropClient.cs
| * get rid of explicit GrpcEnvironment.Shutdown()Gravatar Jan Tattermusch2015-08-20
| |
* | migrated code to proto3Gravatar Jan Tattermusch2015-08-08
|/
* changed the way ports are added to the serverGravatar Jan Tattermusch2015-08-04
|
* changed way service definitions are added to the serverGravatar Jan Tattermusch2015-08-04
|
* make insecure channel and server explicitGravatar Jan Tattermusch2015-07-24
|
* no need to call GrpcEnvironment.Initialize() explicitlyGravatar Jan Tattermusch2015-07-10
|
* Replace handwritten math stub by the generated oneGravatar Jan Tattermusch2015-05-07
|
* Split address passed to AddListeningPort into host and portGravatar Jan Tattermusch2015-05-07
|
* Merge pull request #1358 from jtattermusch/csharp_server_improvementsGravatar Tim Emiola2015-04-24
|\ | | | | Improving C# server
| * Removing some ugly hacks from C# server and improving the comments a bitGravatar Jan Tattermusch2015-04-23
| |
* | mathserver listens on fixed portGravatar Jan Tattermusch2015-04-22
|/
* Added example math serverGravatar Jan Tattermusch2015-04-06