Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge pull request #1493 from ↵ | 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 | 2015-05-08 | |
|\ \ | |||
| | * | Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-stream | 2015-05-08 | |
| | |\ | | |/ | |/| | |||
* | | | Lose redundant tag on unary calls | 2015-05-06 | |
| | | | |||
| | * | Completion queue binding for new requests API change | 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 | 2015-05-05 | |
| |\ | |/ |/| | |||
| * | add client side streaming interfaces | 2015-05-04 | |
| | | |||
* | | Expose max message size at the server side | 2015-04-30 | |
|/ | |||
* | Merge pull request #1386 from ctiller/cxx | 2015-04-28 | |
|\ | | | | | Mac C++ compile fix | ||
| * | clang-format | 2015-04-28 | |
| | | |||
* | | Merge pull request #1378 from nicolasnoble/vs2010 | 2015-04-28 | |
|\ \ | | | | | | | Few VS2010 fixes. | ||
| | * | Indentation fix | 2015-04-27 | |
| | | | |||
| | * | Mac C++ compile fix | 2015-04-27 | |
| |/ |/| | |||
| * | Few VS2010 fixes. | 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 | 2015-04-27 | |
|/ | |||
* | Merge pull request #1227 from nicolasnoble/the-purge-2 | 2015-04-24 | |
|\ | | | | | Refactoring std::chrono out. | ||
* \ | Merge pull request #1359 from a11r/cc2 | 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 | 2015-04-24 | |
| | |\ | |_|/ |/| | | | | | | | | Conflicts: include/grpc++/completion_queue.h | ||
* | | | Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵ | 2015-04-24 | |
| | | | | | | | | | | | | the tests to init/shutdown free. | ||
| | * | Forgot to rename header guard. | 2015-04-24 | |
| | | | |||
| | * | Adressing comments. | 2015-04-24 | |
| | | | |||
| | * | Merge branch 'master' of github.com:grpc/grpc into the-purge-2 | 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. | 2015-04-23 | |
|/ / | |||
* | | clang-format | 2015-04-16 | |
| | | |||
* | | Populate channel tags for methods | 2015-04-16 | |
| | | |||
* | | Add facility to register methods in C++ | 2015-04-16 | |
| | | |||
* | | Make RpcMethod constructor take all args | 2015-04-16 | |
| | | |||
| * | Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2 | 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. | 2015-04-11 | |
| | | |||
| * | Refactoring std::chrono out. | 2015-04-08 | |
|/ | |||
* | Addressing concerns. | 2015-04-07 | |
| | |||
* | Rewriting mutex, condition_variable, and thread. | 2015-04-04 | |
| | |||
* | Starting off by removing all offending headers. | 2015-04-03 | |
| | |||
* | resolve comment | 2015-04-02 | |
| | |||
* | Bug fix. User can destroy status after calling Finish and we should keep a ↵ | 2015-04-02 | |
| | | | | copy of it instead of a pointer | ||
* | merge upstream and resolve conflict | 2015-03-26 | |
|\ | |||
| * | Avoid a problem when clang pretends to be GNUC | 2015-03-25 | |
| | | |||
| * | Make a fake version of nullptr to work with old compilers | 2015-03-25 | |
| | | |||
| * | Revert "Remove dead members of server context" | 2015-03-24 | |
| | | | | | | | | This reverts commit 8c8588c7dc047ee509c7367f61ba0c5f00cb61d1. | ||
| * | Merge remote-tracking branch 'upstream/master' | 2015-03-23 | |
| |\ | |||
| * | | Remove dead members of server context | 2015-03-22 | |
| | | | |||
| | * | Make Next free of time_point to timespec conversion | 2015-03-20 | |
| |/ | |||
| * | Merge pull request #1093 from nicolasnoble/windows | 2015-03-19 | |
| |\ | | | | | | | Various Windows fixes. | ||
* | | | Merge branch 'master' into genericstub | 2015-03-19 | |
|\| | | |||
| * | | resolve merge error | 2015-03-19 | |
| | | | |||
| * | | sync to head and run clang-format again | 2015-03-19 | |
| |\ \ | |||
* | | | | Implementation of generic stub | 2015-03-19 | |
| | | | | |||
| | * | | Dodging VisualStudio's #define of max(). | 2015-03-19 | |
| |/ / |/| | | |||
| | * | Various Windows fixes. | 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 pull request #1072 from yang-g/refreshtoken | 2015-03-18 | |
|\ \ | | | | | | | wrap refresh token credentials in c++ |