Commit Graph

19 Commits

Author SHA1 Message Date
Jan Tattermusch acb842c205 fix copyrights 2016-04-01 16:25:45 -07:00
Jan Tattermusch 809148d6c5 migrate code to single client-side class 2016-04-01 16:25:43 -07:00
Jan Tattermusch d8f7c8ae0e migrate from client side interface to client side abstract class 2016-04-01 16:25:42 -07:00
Jan Tattermusch 46e85b02cd Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3
Conflicts:
	src/csharp/Grpc.Core/VersionInfo.cs
	src/csharp/Grpc.Examples.Tests/MathClientServerTests.cs
	src/csharp/Grpc.IntegrationTesting/Grpc.IntegrationTesting.csproj
	src/csharp/Grpc.IntegrationTesting/InteropClient.cs
	src/csharp/Grpc.IntegrationTesting/packages.config
	src/csharp/build_packages.bat
2015-08-13 10:31:05 -07:00
Jan Tattermusch f22abfbf1a rename async extension methods for clarity 2015-08-10 21:05:16 -07:00
Jan Tattermusch 28526319e0 upgraded NuGet package 2015-08-08 00:40:07 -07:00
Jan Tattermusch a236ff205b rename Result to ResponseAsync 2015-07-21 12:33:31 -07:00
Jan Tattermusch 25bb2ef8b8 regenerated code and fixed inconsistencies 2015-07-21 12:15:53 -07:00
Jan Tattermusch e5c9b80566 renaming stub to client and refactoring metadata class 2015-07-15 11:29:38 -07:00
Jan Tattermusch 9f550a3e99 changed tests and examples to use "using" for IDisposable calls 2015-05-20 18:35:59 -07:00
Jan Tattermusch acfcfeffb6 remove unused example 2015-05-20 18:35:55 -07:00
Jan Tattermusch 1c51f550de Merge branch 'master' of github.com:grpc/grpc into csharp_cleanup
Conflicts:
	src/csharp/Grpc.Examples/MathGrpc.cs
2015-05-08 10:12:52 -07:00
Jan Tattermusch e84b6180dc get rid of dependencies on some unneeded nuget packages 2015-05-07 16:38:59 -07:00
Jan Tattermusch 085533e1dc Replace handwritten math stub by the generated one 2015-05-07 14:50:46 -07:00
Jan Tattermusch a5272b6adc A new version C# API based on async/await 2015-05-04 09:21:37 -07:00
Jan Tattermusch 8c61db9164 cleanup of C# API examples 2015-04-02 15:22:31 -07:00
Jan Tattermusch 075dde42fe code style fixes based on StyleCop warnings 2015-03-11 18:23:53 -07:00
Jan Tattermusch 13cd1256af Used StyleCop to get rid of tabs in the source code 2015-03-06 10:11:50 -08:00
Jan Tattermusch babfd91e4a Rename Grpc.Api to Grpc.Examples 2015-02-20 09:49:25 -08:00