Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | allow shutdown of unstarted server | Jan Tattermusch | 2016-06-08 |
| | |||
* | add unstarted server test | Jan Tattermusch | 2016-06-07 |
| | |||
* | get rid of servicename argument for server service definition. | Jan Tattermusch | 2016-06-06 |
| | |||
* | simple kill test | Jan Tattermusch | 2015-12-15 |
| | |||
* | get rid of explicit GrpcEnvironment.Shutdown() | Jan Tattermusch | 2015-08-20 |
| | |||
* | changed the way ports are added to the server | Jan Tattermusch | 2015-08-04 |
| | |||
* | make insecure channel and server explicit | Jan Tattermusch | 2015-07-24 |
| | |||
* | no need to call GrpcEnvironment.Initialize() explicitly | Jan Tattermusch | 2015-07-10 |
| | |||
* | Split address passed to AddListeningPort into host and port | Jan Tattermusch | 2015-05-07 |
| | |||
* | Various Windows fixes. | Nicolas Noble | 2015-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 warnings | Jan Tattermusch | 2015-03-11 |
| | |||
* | renaming of VS projects and other minor structural fixes | Jan Tattermusch | 2015-02-20 |