aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Examples.Tests
Commit message (Collapse)AuthorAge
* csharp version 0.1 -> 0.2Gravatar Jan Tattermusch2015-04-07
|
* cleanup of C# API examplesGravatar Jan Tattermusch2015-04-02
|
* Various Windows fixes.Gravatar Nicolas Noble2015-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 metadataGravatar Jan Tattermusch2015-03-16
|
* code style fixes based on StyleCop warningsGravatar Jan Tattermusch2015-03-11
|
* Rename Grpc.Api to Grpc.ExamplesGravatar Jan Tattermusch2015-02-20