aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs
Commit message (Collapse)AuthorAge
* fix warnings in integration testsGravatar Jan Tattermusch2017-08-11
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* eliminate crosstalk between C# testsGravatar Jan Tattermusch2017-04-20
|
* added the real unimplemented_method test to csharp interop testGravatar Noah Eisen2016-10-21
|
* renamed unimplemented_method -> unimplemented_serviceGravatar Noah Eisen2016-10-21
|
* remove occurences of NewClient factory methodGravatar Jan Tattermusch2016-06-22
|
* migrate code to single client-side classGravatar Jan Tattermusch2016-04-01
|
* migrate from client side interface to client side abstract classGravatar Jan Tattermusch2016-04-01
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* fix copyrightGravatar Jan Tattermusch2016-03-01
|
* fix #4427Gravatar Jan Tattermusch2016-03-01
|
* temporarily disable UnimplementedMethod testGravatar Jan Tattermusch2015-12-14
|
* temporarily disable StatusCodeAndMessage testGravatar Jan Tattermusch2015-12-14
|
* implement unimplemented_method interop testGravatar Jan Tattermusch2015-12-09
|
* implemented more interop testsGravatar Jan Tattermusch2015-12-09
|
* stop using SSL_CERT_FILE env for C# interop testsGravatar Jan Tattermusch2015-10-22
|
* Merge remote-tracking branch 'upstream/master' into csharp_upgrade_to_proto3Gravatar Jan Tattermusch2015-08-26
|\ | | | | | | | | Conflicts: src/csharp/Grpc.IntegrationTesting/InteropClient.cs
| * implement timeout_on_sleeping_server interop testGravatar Jan Tattermusch2015-08-20
| |
| * get rid of explicit GrpcEnvironment.Shutdown()Gravatar Jan Tattermusch2015-08-20
| |
| * Revert "implement timeout_on_sleeping_server interop test"Gravatar Jan Tattermusch2015-08-13
| |
| * implement timeout_on_sleeping_server interop testGravatar Jan Tattermusch2015-08-12
| |
* | migrated code to proto3Gravatar Jan Tattermusch2015-08-08
|/
* changed the way ports are added to the serverGravatar Jan Tattermusch2015-08-04
|
* changed way service definitions are added to the serverGravatar Jan Tattermusch2015-08-04
|
* make some interop tests run as async methodsGravatar Jan Tattermusch2015-07-24
|
* make insecure channel and server explicitGravatar Jan Tattermusch2015-07-24
|
* adjust C# generator to match the new APIGravatar Jan Tattermusch2015-07-15
|
* no need to call GrpcEnvironment.Initialize() explicitlyGravatar Jan Tattermusch2015-07-10
|
* fix stylecop issuesGravatar Jan Tattermusch2015-06-09
|
* revamp of c# channel optionsGravatar Jan Tattermusch2015-06-09
|
* add host and port overload for new channelGravatar Jan Tattermusch2015-06-08
|
* 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