aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting
Commit message (Collapse)AuthorAge
* 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
|
* Started using immutable collections and other code cleanupGravatar Jan Tattermusch2015-03-12
|
* Setting up stylecop to ignore generated files and fixing styleGravatar Jan Tattermusch2015-03-12
|
* code style fixes based on StyleCop warningsGravatar Jan Tattermusch2015-03-11
|
* C# server side TLS supportGravatar Jan Tattermusch2015-03-09
|
* C# interop client support for external CA fileGravatar Jan Tattermusch2015-03-04
|
* client side support for TLSGravatar Jan Tattermusch2015-03-03
|
* added C# interop serverGravatar Jan Tattermusch2015-02-26
|
* Added interop server, interop unit tests and fixes to pingpongGravatar Jan Tattermusch2015-02-25
|
* Added support for true synchronous unary call and added some performance tests.Gravatar Jan Tattermusch2015-02-23
|
* Rename Grpc.Api to Grpc.ExamplesGravatar Jan Tattermusch2015-02-20
|
* moved proto files to Grpc.IntegrationTestingGravatar Jan Tattermusch2015-02-20
|
* moved interop testing specific files to Grpc.IntegrationTestingGravatar Jan Tattermusch2015-02-20
|
* renaming of VS projects and other minor structural fixesGravatar Jan Tattermusch2015-02-20