Commit Graph

15 Commits

Author SHA1 Message Date
murgatroid99 d5b0455110 Merge remote-tracking branch 'upstream/v1.4.x' into upmerge_1.4.x 2017-06-15 17:48:42 -07:00
Jan Tattermusch 7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Jan Tattermusch 67206428a4 add StartThrowsWithUnboundPortTest 2017-06-01 00:17:26 +02:00
Jan Tattermusch 8e93533f65 allow shutdown of unstarted server 2016-06-08 19:45:54 -07:00
Jan Tattermusch 95e547ef9e add unstarted server test 2016-06-07 17:14:42 -07:00
Jan Tattermusch 781720f82d get rid of servicename argument for server service definition. 2016-06-06 09:45:16 -07:00
Jan Tattermusch 9bbb1f9222 simple kill test 2015-12-15 11:09:28 -08:00
Jan Tattermusch 2b3579541b get rid of explicit GrpcEnvironment.Shutdown() 2015-08-20 18:36:28 -07:00
Jan Tattermusch 31ba063224 changed the way ports are added to the server 2015-08-04 22:02:55 -07:00
Jan Tattermusch a96ac058f4 make insecure channel and server explicit 2015-07-24 15:35:24 -07:00
Jan Tattermusch 04eb89ca26 no need to call GrpcEnvironment.Initialize() explicitly 2015-07-10 22:18:16 -07:00
Jan Tattermusch 03e82e2cdf Split address passed to AddListeningPort into host and port 2015-05-07 09:14:13 -07:00
Nicolas Noble cfd6073a66 Various Windows fixes.
-) 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.
2015-03-19 04:21:22 +01:00
Jan Tattermusch 075dde42fe code style fixes based on StyleCop warnings 2015-03-11 18:23:53 -07:00
Jan Tattermusch 8b86b15e67 renaming of VS projects and other minor structural fixes 2015-02-20 09:49:25 -08:00