Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | support per call credentials in c++ | Yang Gao | 2015-05-14 | |
|/ | ||||
* | Merge pull request #1493 from ↵ | Yang Gao | 2015-05-12 | |
|\ | | | | | | | | | ctiller/churn-churn-churn-the-api-gently-down-the-stream Completion queue binding for new requests API change | |||
* \ | Merge github.com:grpc/grpc into the-churnening | Craig Tiller | 2015-05-08 | |
|\ \ | ||||
| | * | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | Craig Tiller | 2015-05-08 | |
| | |\ | | |/ | |/| | ||||
* | | | Lose redundant tag on unary calls | Craig Tiller | 2015-05-06 | |
| | | | ||||
| | * | Completion queue binding for new requests API change | Craig Tiller | 2015-05-06 | |
| |/ |/| | | | | | | | Move completion queue binding for new requests to the new request request time, not server instantiation time. | |||
| * | Merge remote-tracking branch 'upstream/master' into mock | Yang Gao | 2015-05-05 | |
| |\ | |/ |/| | ||||
| * | add client side streaming interfaces | Yang Gao | 2015-05-04 | |
| | | ||||
* | | Expose max message size at the server side | Yang Gao | 2015-04-30 | |
|/ | ||||
* | Merge pull request #1386 from ctiller/cxx | Yang Gao | 2015-04-28 | |
|\ | | | | | Mac C++ compile fix | |||
| * | clang-format | Craig Tiller | 2015-04-28 | |
| | | ||||
* | | Merge pull request #1378 from nicolasnoble/vs2010 | Craig Tiller | 2015-04-28 | |
|\ \ | | | | | | | Few VS2010 fixes. | |||
| | * | Indentation fix | Craig Tiller | 2015-04-27 | |
| | | | ||||
| | * | Mac C++ compile fix | Craig Tiller | 2015-04-27 | |
| |/ |/| | ||||
| * | Few VS2010 fixes. | Nicolas Noble | 2015-04-28 | |
| | | | | | | | | | | | | | | -) = delete isn't supported. Moving destructor out of scope. -) variadic templates aren't supported. Replacing emplace_back's construction. -) C++11's {} inline construction isn't supported. Adding temporary variables. -) std::list<> can't work on a non-declared class. Changing to a raw pointer. | |||
* | | Fix early shutdown: await client context deletion before channel deletion | Craig Tiller | 2015-04-27 | |
|/ | ||||
* | Merge pull request #1227 from nicolasnoble/the-purge-2 | Craig Tiller | 2015-04-24 | |
|\ | | | | | Refactoring std::chrono out. | |||
* \ | Merge pull request #1359 from a11r/cc2 | Yang Gao | 2015-04-24 | |
|\ \ | | | | | | | Test client stream cancellation and fix bug exposed by the test. | |||
| | * | 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. | |||
| | * | Forgot to rename header guard. | Nicolas "Pixel" Noble | 2015-04-24 | |
| | | | ||||
| | * | Adressing comments. | Nicolas "Pixel" Noble | 2015-04-24 | |
| | | | ||||
| | * | 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 | |||
| * | | Test client stream cancellation and fix bug exposed by the test. | Abhishek Kumar | 2015-04-23 | |
|/ / | ||||
* | | clang-format | Craig Tiller | 2015-04-16 | |
| | | ||||
* | | Populate channel tags for methods | Craig Tiller | 2015-04-16 | |
| | | ||||
* | | Add facility to register methods in C++ | Craig Tiller | 2015-04-16 | |
| | | ||||
* | | Make RpcMethod constructor take all args | Craig Tiller | 2015-04-16 | |
| | | ||||
| * | 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 | |||
| * | Addressing github comments. | Nicolas "Pixel" Noble | 2015-04-11 | |
| | | ||||
| * | Refactoring std::chrono out. | Nicolas Noble | 2015-04-08 | |
|/ | ||||
* | Addressing concerns. | Nicolas "Pixel" Noble | 2015-04-07 | |
| | ||||
* | Rewriting mutex, condition_variable, and thread. | Nicolas "Pixel" Noble | 2015-04-04 | |
| | ||||
* | Starting off by removing all offending headers. | Nicolas "Pixel" Noble | 2015-04-03 | |
| | ||||
* | resolve comment | Yang Gao | 2015-04-02 | |
| | ||||
* | Bug fix. User can destroy status after calling Finish and we should keep a ↵ | Yang Gao | 2015-04-02 | |
| | | | | copy of it instead of a pointer | |||
* | merge upstream and resolve conflict | Yang Gao | 2015-03-26 | |
|\ | ||||
| * | Avoid a problem when clang pretends to be GNUC | vjpai | 2015-03-25 | |
| | | ||||
| * | Make a fake version of nullptr to work with old compilers | vjpai | 2015-03-25 | |
| | | ||||
| * | Revert "Remove dead members of server context" | Vijay Pai | 2015-03-24 | |
| | | | | | | | | This reverts commit 8c8588c7dc047ee509c7367f61ba0c5f00cb61d1. | |||
| * | Merge remote-tracking branch 'upstream/master' | Vijay Pai | 2015-03-23 | |
| |\ | ||||
| * | | Remove dead members of server context | Vijay Pai | 2015-03-22 | |
| | | | ||||
| | * | Make Next free of time_point to timespec conversion | Yang Gao | 2015-03-20 | |
| |/ | ||||
| * | Merge pull request #1093 from nicolasnoble/windows | Jan Tattermusch | 2015-03-19 | |
| |\ | | | | | | | Various Windows fixes. | |||
* | | | Merge branch 'master' into genericstub | Yang Gao | 2015-03-19 | |
|\| | | ||||
| * | | resolve merge error | Yang Gao | 2015-03-19 | |
| | | | ||||
| * | | sync to head and run clang-format again | Yang Gao | 2015-03-19 | |
| |\ \ | ||||
* | | | | Implementation of generic stub | Yang Gao | 2015-03-19 | |
| | | | | ||||
| | * | | Dodging VisualStudio's #define of max(). | Nicolas "Pixel" Noble | 2015-03-19 | |
| |/ / |/| | | ||||
| | * | 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. |