aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/csharp/Grpc.Core.Tests/ServerTest.cs
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.xGravatar murgatroid992017-06-15
|\
* | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| |
| * add StartThrowsWithUnboundPortTestGravatar Jan Tattermusch2017-06-01
|/
* allow shutdown of unstarted serverGravatar Jan Tattermusch2016-06-08
|
* add unstarted server testGravatar Jan Tattermusch2016-06-07
|
* get rid of servicename argument for server service definition.Gravatar Jan Tattermusch2016-06-06
|
* simple kill testGravatar Jan Tattermusch2015-12-15
|
* get rid of explicit GrpcEnvironment.Shutdown()Gravatar Jan Tattermusch2015-08-20
|
* changed the way ports are added to the serverGravatar Jan Tattermusch2015-08-04
|
* make insecure channel and server explicitGravatar Jan Tattermusch2015-07-24
|
* no need to call GrpcEnvironment.Initialize() explicitlyGravatar Jan Tattermusch2015-07-10
|
* Split address passed to AddListeningPort into host and portGravatar Jan Tattermusch2015-05-07
|
* 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.
* code style fixes based on StyleCop warningsGravatar Jan Tattermusch2015-03-11
|
* renaming of VS projects and other minor structural fixesGravatar Jan Tattermusch2015-02-20