Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 |
|\ | | | | | | | | | Conflicts: include/grpc++/completion_queue.h | ||
| * | 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. | ||
* | | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-24 |
|\| | | | | | | | | | | | | | Conflicts: src/cpp/client/channel.cc vsprojects/vs2010/grpc++.vcxproj vsprojects/vs2013/grpc++.vcxproj.filters | ||
| * | Remove an extra unref | Yang Gao | 2015-04-21 |
| | | |||
* | | Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2 | Nicolas "Pixel" Noble | 2015-04-11 |
|\| | | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc test/cpp/interop/client.cc | ||
| * | Splitting gRPC service class codegen into its own set of files. | Nicolas "Pixel" Noble | 2015-04-09 |
| | | |||
* | | Removing a few more references to #include <chrono> | Nicolas "Pixel" Noble | 2015-04-08 |
| | | |||
* | | Refactoring std::chrono out. | Nicolas Noble | 2015-04-08 |
|/ | |||
* | merge upstream and resolve conflict | Yang Gao | 2015-03-26 |
|\ | |||
| * | Merge pull request #1133 from yang-g/cleanup | Nicolas Noble | 2015-03-25 |
| |\ | | | | | | | clean up | ||
| | * | Clean up unneeded includes and remove shutdown protobuf library | Yang Gao | 2015-03-25 |
| | | | |||
| * | | Elminate range-based fors and work around some other limitations in older ↵ | Vijay Pai | 2015-03-24 |
| |/ | | | | | | | compilers | ||
* | | covert test to use generic stub | Yang Gao | 2015-03-19 |
| | | |||
| * | Merge pull request #1093 from nicolasnoble/windows | Jan Tattermusch | 2015-03-19 |
|/| | | | | | Various Windows fixes. | ||
| * | 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. | ||
* | | clang-format c++ code | Yang Gao | 2015-03-17 |
|/ | |||
* | expose the server's cq through the generic service object | Yang Gao | 2015-03-16 |
| | |||
* | sort the tags, this is not necessary, just make it look better | Yang Gao | 2015-03-13 |
| | |||
* | add one bidi test | Yang Gao | 2015-03-13 |
| | |||
* | Rename to AsyncGeneric* | Yang Gao | 2015-03-12 |
| | |||
* | Rename anonymous to generic globally | Yang Gao | 2015-03-11 |