Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵ | Yang Gao | 2015-04-24 |
| | | | | the tests to init/shutdown free. | ||
* | clang-format c++ code under examples | Yang Gao | 2015-03-25 |
| | |||
* | Clean up unneeded includes and remove shutdown protobuf library | Yang Gao | 2015-03-25 |
| | |||
* | 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. | ||
* | Merge github.com:grpc/grpc into credit | Craig Tiller | 2015-03-02 |
|\ | |||
| * | Make it possible to compile with gcc4.6 | Craig Tiller | 2015-02-26 |
| | | |||
| * | s/CreateChannel/CreateChannelDeprecated | Craig Tiller | 2015-02-23 |
| | | | | | | | | | | | | For the 2-argument version of CreateChannel. This is a temporary step until #711 is ready to roll out. | ||
* | | Update C++ server with new core API | Craig Tiller | 2015-02-23 |
|/ | | | | And reflects the C++ API in ServerBuilder. | ||
* | EXPECT_EQ Mac issue... | vjpai | 2015-02-19 |
| | |||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Merge github.com:grpc/grpc into c++api | Craig Tiller | 2015-02-13 |
| | | | | | Conflicts: Makefile | ||
* | Rename examples/tips to examples/pubsub | Chen wang | 2015-02-12 |