aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/GrpcCore/Server.cs
Commit message (Collapse)AuthorAge
* renaming of VS projects and other minor structural fixesGravatar Jan Tattermusch2015-02-20
|
* Changed namespace from Google.GRPC to Grpc, sorted using statements, minor ↵Gravatar Jan Tattermusch2015-02-19
| | | | refactorings
* migration to new C APIGravatar Jan Tattermusch2015-02-18
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Merge pull request #516 from jtattermusch/csharp_shutdownGravatar Tim Emiola2015-02-13
|\ | | | | C# refactoring of GrpcEnvironment and PortPicker
* | changed 2014 -> 2015Gravatar Jan Tattermusch2015-02-13
| |
* | added license headers to all grpc C# filesGravatar Jan Tattermusch2015-02-13
| |
| * Reworked GrpcEnvironment initialization and shutdown to allow running all ↵Gravatar Jan Tattermusch2015-02-13
|/ | | | tests at once.
* Polishing C# math service implementation and added an in-process mathclient ↵Gravatar Jan Tattermusch2015-02-05
| | | | mathserver test
* Improved the server implementation to be able to register call handlers, ↵Gravatar Jan Tattermusch2015-02-05
| | | | also some refactoring
* Prototype of gRPC C# library (Core and API examples)Gravatar Jan Tattermusch2015-02-03