Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | remove occurences of NewClient factory method | Jan Tattermusch | 2016-06-22 |
| | |||
* | add support for CoreCLR | Jan Tattermusch | 2016-06-14 |
| | |||
* | add more examples and improve existing ones | Jan Tattermusch | 2016-05-10 |
| | |||
* | migrate Grpc.Examples.Tests to NUnit3 | Jan Tattermusch | 2016-04-11 |
| | |||
* | introduce the new split-type credentials api | Jan Tattermusch | 2015-10-06 |
| | |||
* | error spec compliance and marshalling tests | Jan Tattermusch | 2015-08-27 |
| | |||
* | Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 | Jan Tattermusch | 2015-08-26 |
|\ | | | | | | | | | Conflicts: src/csharp/Grpc.IntegrationTesting/InteropClient.cs | ||
| * | get rid of explicit GrpcEnvironment.Shutdown() | Jan Tattermusch | 2015-08-20 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3 | Jan Tattermusch | 2015-08-13 |
|\| | | | | | | | | | | | | | | | | | | | 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 | ||
| * | rename async extension methods for clarity | Jan Tattermusch | 2015-08-10 |
| | | |||
* | | migrated code to proto3 | Jan Tattermusch | 2015-08-08 |
| | | |||
* | | upgraded NuGet package | Jan Tattermusch | 2015-08-08 |
| | | |||
| * | polishing tests | Jan Tattermusch | 2015-08-07 |
|/ | |||
* | changed the way ports are added to the server | Jan Tattermusch | 2015-08-04 |
| | |||
* | changed way service definitions are added to the server | Jan Tattermusch | 2015-08-04 |
| | |||
* | only use lowercase metadata keys in headers | Jan Tattermusch | 2015-07-27 |
| | |||
* | introducing async tests | Jan Tattermusch | 2015-07-24 |
| | |||
* | make insecure channel and server explicit | Jan Tattermusch | 2015-07-24 |
| | |||
* | add MathService.Fib test with deadline | Jan Tattermusch | 2015-07-23 |
| | |||
* | implemented cancellation support for MathService.Fib | Jan Tattermusch | 2015-07-23 |
| | |||
* | rename Result to ResponseAsync | Jan Tattermusch | 2015-07-21 |
| | |||
* | adjust C# generator to match the new API | Jan Tattermusch | 2015-07-15 |
| | |||
* | no need to call GrpcEnvironment.Initialize() explicitly | Jan Tattermusch | 2015-07-10 |
| | |||
* | add host and port overload for new channel | Jan Tattermusch | 2015-06-08 |
| | |||
* | implemented disposal logic for calls | Jan Tattermusch | 2015-05-20 |
| | |||
* | changed tests and examples to use "using" for IDisposable calls | Jan Tattermusch | 2015-05-20 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into csharp_cleanup | Jan Tattermusch | 2015-05-08 |
|\ | | | | | | | | | Conflicts: src/csharp/Grpc.Examples/MathGrpc.cs | ||
* | | get rid of dependencies on some unneeded nuget packages | Jan Tattermusch | 2015-05-07 |
| | | |||
| * | Replace handwritten math stub by the generated one | Jan Tattermusch | 2015-05-07 |
|/ | |||
* | Split address passed to AddListeningPort into host and port | Jan Tattermusch | 2015-05-07 |
| | |||
* | A new version C# API based on async/await | Jan Tattermusch | 2015-05-04 |
| | |||
* | cleanup of C# API examples | Jan Tattermusch | 2015-04-02 |
| | |||
* | Various Windows fixes. | Nicolas Noble | 2015-03-19 |
| | | | | | | | | | | | | | | -) using dupenv_s instead of getenv_s and calling strdup ourselves. -) few impossible-to-obtain if checks. -) various signed/unsigned casting. -) using time_t instead of time32_t -) checking output of FormatMessage for failures. -) don't redefine _WIN32_WINNT without undefining it first. -) fixed msvc's interlocked casting. -) renamed AddPort to AddListeningPort. -) added protobuf's third_party includes to search path. -) added a missing definition for inet_ntop in mingw32. -) removed useless declarations. | ||
* | added support for metadata | Jan Tattermusch | 2015-03-16 |
| | |||
* | code style fixes based on StyleCop warnings | Jan Tattermusch | 2015-03-11 |
| | |||
* | Rename Grpc.Api to Grpc.Examples | Jan Tattermusch | 2015-02-20 |