aboutsummaryrefslogtreecommitdiff
path: root/src/csharp/Grpc.Examples.MathServer
AgeCommit message (Expand)Author
2017-09-05dont set RuntimeFrameworkVersion unneccessarilyJan Tattermusch
2017-08-11Fix warnings in Grpc.ExamplesJan Tattermusch
2017-06-08auto-fix most of licensesJan Tattermusch
2017-04-07Initial migration to new .csproj filesJan Tattermusch
2017-02-09use grpc_csharp_ext built by cmakeJan Tattermusch
2016-12-09get rid of unused ReleaseSigned configJan Tattermusch
2016-11-22Merge remote-tracking branch 'upstream/v1.0.x' into HEADJan Tattermusch
2016-11-01strong name sign csharp nuget builds with dotnet on windowsAlexander Polcyn
2016-09-21add copyrights for AssemblyInfo.cs filesJan Tattermusch
2016-09-15dont enumerate runtimes in project.json fileJan Tattermusch
2016-09-15cleanup of project.json filesJan Tattermusch
2016-09-08dont enumerate runtimes in project.json fileJan Tattermusch
2016-09-05cleanup of project.json filesJan Tattermusch
2016-08-09add all runtime nodes back into testing packagesAlexander Polcyn
2016-08-02removed runtime nodes from project.json librariesAlexander Polcyn
2016-08-02Merge pull request #7580 from jtattermusch/netcore_nuget_to_rtmJan Tattermusch
2016-07-30regenerateJan Tattermusch
2016-07-28update to use new nuget client in testsAlexander Polcyn
2016-07-15Overhaul how the native extension is found, loaded and usedJon Skeet
2016-06-29regenerateJan Tattermusch
2016-06-27regenerate filesJan Tattermusch
2016-06-21regenerate project.json filesJan Tattermusch
2016-06-20improve project.json filesJan Tattermusch
2016-06-17add debian.8-x64 to the list of runtimesJan Tattermusch
2016-06-17address review commentsJan Tattermusch
2016-06-16migrate everything to netstandard1.5Jan Tattermusch
2016-06-15update project.jsonJan Tattermusch
2016-06-15update .xproj filesJan Tattermusch
2016-06-15prevent interfering of project.json files with .csproj files in VS2015Jan Tattermusch
2016-06-14add support for CoreCLRJan Tattermusch
2016-01-21include assembly signing key in the repoJan Tattermusch
2015-08-26Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3Jan Tattermusch
2015-08-20get rid of explicit GrpcEnvironment.Shutdown()Jan Tattermusch
2015-08-08migrated code to proto3Jan Tattermusch
2015-08-04changed the way ports are added to the serverJan Tattermusch
2015-08-04changed way service definitions are added to the serverJan Tattermusch
2015-07-27Add ReleaseSigned configuration for Grpc.slnJan Tattermusch
2015-07-24make insecure channel and server explicitJan Tattermusch
2015-07-24fix x86 target to be AnyCPUJan Tattermusch
2015-07-15introduce Version.cs as single source of truth of gRPC C# versionJan Tattermusch
2015-07-10no need to call GrpcEnvironment.Initialize() explicitlyJan Tattermusch
2015-07-09bumped version of C#Jan Tattermusch
2015-05-15generate MathServer.exe instead of Grpc.Examples.MathServerJan Tattermusch
2015-05-14bump version of gRPC C# assembliesJan Tattermusch
2015-05-07Replace handwritten math stub by the generated oneJan Tattermusch
2015-05-07Split address passed to AddListeningPort into host and portJan Tattermusch
2015-04-24Merge pull request #1358 from jtattermusch/csharp_server_improvementsTim Emiola
2015-04-23Removing some ugly hacks from C# server and improving the comments a bitJan Tattermusch
2015-04-22mathserver listens on fixed portJan Tattermusch
2015-04-06Added example math serverJan Tattermusch