aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
Commit message (Collapse)AuthorAge
* 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
|
* 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.
* | Merge pull request #1072 from yang-g/refreshtokenGravatar jboeuf2015-03-18
|\ \ | | | | | | wrap refresh token credentials in c++
| * | wrap refresh token credentials in c++Gravatar Yang Gao2015-03-17
| | |
| | * clang-format new changesGravatar Yang Gao2015-03-17
| | |
| | * resolve merge confictGravatar Yang Gao2015-03-17
| | |\ | |_|/ |/| |
* | | Merge pull request #1023 from vjpai/asyncGravatar Yang Gao2015-03-17
|\ \ \ | |/ / |/| | Non-blocking Next method for C++ async completion queue
| | * clang-format c++ codeGravatar Yang Gao2015-03-17
| |/ |/|
| * Change to std::chrono and add a test.Gravatar vjpai2015-03-17
| |
* | expose the server's cq through the generic service objectGravatar Yang Gao2015-03-16
| |
* | Merge branch 'master' into untypedAPIGravatar Yang Gao2015-03-16
|\ \
| * \ Merge pull request #1011 from yang-g/jwtGravatar jboeuf2015-03-16
| |\ \ | | | | | | | | Put back C++ JWTCredentials code and add a test case in interop test.
* | | | add a commentGravatar Yang Gao2015-03-13
| | | |
| * | | Allowing us to import google::protobuf::int64.Gravatar Nicolas "Pixel" Noble2015-03-13
| | | | | | | | | | | | | | | | | | | | If for any reason, our definition of gpr_int64 is different from the definition of google::protobuf::int64, the virtual override would fail, as this needs to be of the precisely exactly the same type. That change allows us to use protobuf's int64 definition.
| * | | Moving ZeroCopyOutputStream to grpc++/config.h.Gravatar Nicolas "Pixel" Noble2015-03-13
| | | |
* | | | Rename to AsyncGeneric*Gravatar Yang Gao2015-03-12
| | | |
* | | | add missing GRPC_FINALGravatar Yang Gao2015-03-12
| | | |
| | | * More sane ordering of methodsGravatar Vijay Pai2015-03-12
| | | |
| | | * Change behavior to properly account for possibility of NULLGravatar Vijay Pai2015-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tag. This can happen if the tag is actually an integer being typecast to void* To avoid breaking the API of existing Next calls, I've made a new AsyncNext method with a tri-state return that indicates whether there is a shutdown, an actual event, or a timeout. Still needs proper testing for the AsyncNext method specifically.
* | | | Rename anonymous to generic globallyGravatar Yang Gao2015-03-11
| | | |
| | | * Add support for deadline on CompletionQueue::NextGravatar Vijay Pai2015-03-11
| | |/ | |/| | | | | | | If the deadline elapses, return true but have a null tag.
| | * formattingGravatar Yang Gao2015-03-11
| | |
| | * The Jwt code was dropped somewhere in a merge. Put it backGravatar Yang Gao2015-03-11
| |/
* | Merge branch 'master' into untypedAPIGravatar Yang Gao2015-03-11
|\|
* | Expose server cq for polling incoming anonymous rpcsGravatar Yang Gao2015-03-11
| |
| * Use ssl name override if it's in the channel argumentGravatar Yang Gao2015-03-10
| |
* | merge with upstream and resolve conflictGravatar Yang Gao2015-03-10
|\|
* | initial imple of byte buffer and sliceGravatar Yang Gao2015-03-10
| |
| * Add missing GRPC_OVERRIDE, NFCGravatar Chilledheart2015-03-10
| | | | | | | | | | Testing asan configuration with the latest clang compiler fails due to the warning `-Winconsistent-missing-override`. This patch fixes it.