aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
Commit message (Collapse)AuthorAge
...
| * support per call credentials in c++Gravatar Yang Gao2015-05-14
|/
* Merge pull request #1493 from ↵Gravatar Yang Gao2015-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-churneningGravatar Craig Tiller2015-05-08
|\ \
| | * Merge github.com:grpc/grpc into churn-churn-churn-the-api-gently-down-the-streamGravatar Craig Tiller2015-05-08
| | |\ | | |/ | |/|
* | | Lose redundant tag on unary callsGravatar Craig Tiller2015-05-06
| | |
| | * Completion queue binding for new requests API changeGravatar Craig Tiller2015-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 mockGravatar Yang Gao2015-05-05
| |\ | |/ |/|
| * add client side streaming interfacesGravatar Yang Gao2015-05-04
| |
* | Expose max message size at the server sideGravatar Yang Gao2015-04-30
|/
* Merge pull request #1386 from ctiller/cxxGravatar Yang Gao2015-04-28
|\ | | | | Mac C++ compile fix
| * clang-formatGravatar Craig Tiller2015-04-28
| |
* | Merge pull request #1378 from nicolasnoble/vs2010Gravatar Craig Tiller2015-04-28
|\ \ | | | | | | Few VS2010 fixes.
| | * Indentation fixGravatar Craig Tiller2015-04-27
| | |
| | * Mac C++ compile fixGravatar Craig Tiller2015-04-27
| |/ |/|
| * Few VS2010 fixes.Gravatar Nicolas Noble2015-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 deletionGravatar Craig Tiller2015-04-27
|/
* Merge pull request #1227 from nicolasnoble/the-purge-2Gravatar Craig Tiller2015-04-24
|\ | | | | Refactoring std::chrono out.
* \ Merge pull request #1359 from a11r/cc2Gravatar Yang Gao2015-04-24
|\ \ | | | | | | Test client stream cancellation and fix bug exposed by the test.
| | * Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
| | |\ | |_|/ |/| | | | | | | | Conflicts: include/grpc++/completion_queue.h
* | | Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵Gravatar Yang Gao2015-04-24
| | | | | | | | | | | | the tests to init/shutdown free.
| | * Forgot to rename header guard.Gravatar Nicolas "Pixel" Noble2015-04-24
| | |
| | * Adressing comments.Gravatar Nicolas "Pixel" Noble2015-04-24
| | |
| | * Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-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.Gravatar Abhishek Kumar2015-04-23
|/ /
* | clang-formatGravatar Craig Tiller2015-04-16
| |
* | Populate channel tags for methodsGravatar Craig Tiller2015-04-16
| |
* | Add facility to register methods in C++Gravatar Craig Tiller2015-04-16
| |
* | Make RpcMethod constructor take all argsGravatar Craig Tiller2015-04-16
| |
| * Merge branch 'master' of https://github.com/grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-11
| |\ | |/ |/| | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc test/cpp/interop/client.cc
| * Addressing github comments.Gravatar Nicolas "Pixel" Noble2015-04-11
| |
| * Refactoring std::chrono out.Gravatar Nicolas Noble2015-04-08
|/
* Addressing concerns.Gravatar Nicolas "Pixel" Noble2015-04-07
|
* Rewriting mutex, condition_variable, and thread.Gravatar Nicolas "Pixel" Noble2015-04-04
|
* Starting off by removing all offending headers.Gravatar Nicolas "Pixel" Noble2015-04-03
|
* resolve commentGravatar Yang Gao2015-04-02
|
* Bug fix. User can destroy status after calling Finish and we should keep a ↵Gravatar Yang Gao2015-04-02
| | | | copy of it instead of a pointer
* merge upstream and resolve conflictGravatar Yang Gao2015-03-26
|\
| * Avoid a problem when clang pretends to be GNUCGravatar vjpai2015-03-25
| |
| * Make a fake version of nullptr to work with old compilersGravatar vjpai2015-03-25
| |
| * Revert "Remove dead members of server context"Gravatar Vijay Pai2015-03-24
| | | | | | | | This reverts commit 8c8588c7dc047ee509c7367f61ba0c5f00cb61d1.
| * Merge remote-tracking branch 'upstream/master'Gravatar Vijay Pai2015-03-23
| |\
| * | Remove dead members of server contextGravatar Vijay Pai2015-03-22
| | |
| | * Make Next free of time_point to timespec conversionGravatar Yang Gao2015-03-20
| |/
| * Merge pull request #1093 from nicolasnoble/windowsGravatar Jan Tattermusch2015-03-19
| |\ | | | | | | Various Windows fixes.
* | | Merge branch 'master' into genericstubGravatar Yang Gao2015-03-19
|\| |
| * | resolve merge errorGravatar Yang Gao2015-03-19
| | |
| * | sync to head and run clang-format againGravatar Yang Gao2015-03-19
| |\ \
* | | | Implementation of generic stubGravatar Yang Gao2015-03-19
| | | |
| | * | Dodging VisualStudio's #define of max().Gravatar Nicolas "Pixel" Noble2015-03-19
| |/ / |/| |
| | * Various Windows fixes.Gravatar Nicolas Noble2015-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.