Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | adjust C# generator to match the new API | Jan Tattermusch | 2015-07-15 |
| | |||
* | introduce Version.cs as single source of truth of gRPC C# version | Jan Tattermusch | 2015-07-15 |
| | |||
* | no need to call GrpcEnvironment.Initialize() explicitly | Jan Tattermusch | 2015-07-10 |
| | |||
* | bumped version of C# | Jan Tattermusch | 2015-07-09 |
| | |||
* | 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 |
| | |||
* | Make IAsyncReadStream use IAsyncEnumerator from Ix-Async | Jan Tattermusch | 2015-05-20 |
| | |||
* | bump version of gRPC C# assemblies | Jan Tattermusch | 2015-05-14 |
| | |||
* | 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 |
| | |||
* | csharp version 0.1 -> 0.2 | Jan Tattermusch | 2015-04-07 |
| | |||
* | 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 |