Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | clang-format | Craig Tiller | 2015-04-16 |
| | |||
* | Use channel tags to call methods | 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 |
| | |||
* | Fix some name choices | Vijay Pai | 2015-04-15 |
| | |||
* | Mark creation of call, performing ops on channel | Vijay Pai | 2015-04-15 |
| | |||
* | Add client-side marks for proto processing. | Vijay Pai | 2015-04-15 |
| | | | | Need to go in and fill in tag later | ||
* | Mark proto ser/deser on server side | Vijay Pai | 2015-04-15 |
| | |||
* | Addressing comments. | Julien Boeuf | 2015-04-10 |
| | |||
* | Have the secure credentials in separate header files. | Julien Boeuf | 2015-04-09 |
| | |||
* | 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 branch 'master' into cancel | Yang Gao | 2015-03-30 |
|\ | |||
| * | merge upstream and resolve conflict | Yang Gao | 2015-03-26 |
| |\ | |||
| | * | Merge remote-tracking branch 'upstream/master' into fix_gcc_4_4 | vjpai | 2015-03-25 |
| | |\ | |||
| | * | | Remove lambda expression being used in grpc C++ library | vjpai | 2015-03-25 |
| | | | | |||
| | * | | Revert "Remove lambda expression to support older compilers" | Vijay Pai | 2015-03-25 |
| | | | | | | | | | | | | | | | | This reverts commit 5d5b1d8c8ec4c578f72a12f5b81f705764cdf804. | ||
| | * | | Remove lambda expression to support older compilers | vjpai | 2015-03-25 |
| | | | | |||
| | | * | 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 |
| | | | | | |||
| | * | | | Revert "Allow nullptr to be passed in if user doesn't care about tag" | vjpai | 2015-03-24 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 4cba0ca39c9f979b231d1e64c3ef3aa3104bf1ca. | ||
| | * | | | Allow nullptr to be passed in if user doesn't care about tag | vjpai | 2015-03-24 |
| | | | | | | | | | | | | | | | | | | | | for next,asyncnext | ||
| | * | | | Revert "Remove dead members of server context" | Vijay Pai | 2015-03-24 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 8c8588c7dc047ee509c7367f61ba0c5f00cb61d1. | ||
| | | * | | Revert "Remove dead members of server context" | Vijay Pai | 2015-03-24 |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 8c8588c7dc047ee509c7367f61ba0c5f00cb61d1. | ||
| | | * | | Elminate range-based fors and work around some other limitations in older ↵ | Vijay Pai | 2015-03-24 |
| | |/ / | | | | | | | | | | | | | compilers | ||
| | * | | Merge remote-tracking branch 'upstream/master' | Vijay Pai | 2015-03-23 |
| | |\| | |||
* | | | | Set cq_ on servercontext | Yang Gao | 2015-03-22 |
| |_|/ |/| | | |||
| | * | Remove dead members of server context | Vijay Pai | 2015-03-22 |
| | | | |||
* | | | Protect on some overflow scenarios, add a test and build/run the test | Yang Gao | 2015-03-20 |
| | | | |||
* | | | Make Next free of time_point to timespec conversion | Yang Gao | 2015-03-20 |
| |/ |/| | |||
| * | 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. | ||
| | * | Merge branch 'master' into genericstub | 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 |
| | |/ | |/| | |||
| | * | 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. | ||
| * | Merge pull request #1072 from yang-g/refreshtoken | jboeuf | 2015-03-18 |
| |\ | | | | | | | wrap refresh token credentials in c++ | ||
| | * | wrap refresh token credentials in c++ | Yang Gao | 2015-03-17 |
| | | | |||
* | | | resolve merge confict | Yang Gao | 2015-03-17 |
|\| | | |||
| * | | Merge pull request #1023 from vjpai/async | Yang Gao | 2015-03-17 |
| |\ \ | | |/ | |/| | Non-blocking Next method for C++ async completion queue | ||
* / | | clang-format c++ code | Yang Gao | 2015-03-17 |
|/ / | |||
| * | Change to std::chrono and add a test. | vjpai | 2015-03-17 |
| | | |||
* | | expose the server's cq through the generic service object | Yang Gao | 2015-03-16 |
| | | |||
* | | Merge branch 'master' into untypedAPI | Yang Gao | 2015-03-16 |
|\ \ | |||
| * \ | Merge pull request #1011 from yang-g/jwt | jboeuf | 2015-03-16 |
| |\ \ | | | | | | | | | Put back C++ JWTCredentials code and add a test case in interop test. | ||
| * | | | remove 'else' code, release lock by destructor | Ruyi Wang | 2015-03-14 |
| | | | | |||
| | * | | copy and paste does not work | Yang Gao | 2015-03-13 |
| | | | |