aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs
Commit message (Collapse)AuthorAge
* Replace handwritten testService stub by the generated oneGravatar Jan Tattermusch2015-05-07
|
* Split address passed to AddListeningPort into host and portGravatar Jan Tattermusch2015-05-07
|
* Added basic support for cancellationGravatar Jan Tattermusch2015-05-04
|
* A new version C# API based on async/awaitGravatar Jan Tattermusch2015-05-04
|
* 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.
* Started using immutable collections and other code cleanupGravatar Jan Tattermusch2015-03-12
|
* code style fixes based on StyleCop warningsGravatar Jan Tattermusch2015-03-11
|
* C# server side TLS supportGravatar Jan Tattermusch2015-03-09
|
* added C# interop serverGravatar Jan Tattermusch2015-02-26
|
* Added interop server, interop unit tests and fixes to pingpongGravatar Jan Tattermusch2015-02-25