aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
Commit message (Expand)AuthorAge
* Addressing comments.Gravatar Julien Boeuf2015-04-10
* Have the secure credentials in separate header files.Gravatar Julien Boeuf2015-04-09
* 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 co...Gravatar Yang Gao2015-04-02
* Merge branch 'master' into cancelGravatar Yang Gao2015-03-30
|\
| * merge upstream and resolve conflictGravatar Yang Gao2015-03-26
| |\
| | * Merge remote-tracking branch 'upstream/master' into fix_gcc_4_4Gravatar vjpai2015-03-25
| | |\
| | * | Remove lambda expression being used in grpc C++ libraryGravatar vjpai2015-03-25
| | * | Revert "Remove lambda expression to support older compilers"Gravatar Vijay Pai2015-03-25
| | * | Remove lambda expression to support older compilersGravatar vjpai2015-03-25
| | | * Merge pull request #1133 from yang-g/cleanupGravatar Nicolas Noble2015-03-25
| | | |\
| | | | * Clean up unneeded includes and remove shutdown protobuf libraryGravatar Yang Gao2015-03-25
| | * | | Revert "Allow nullptr to be passed in if user doesn't care about tag"Gravatar vjpai2015-03-24
| | * | | Allow nullptr to be passed in if user doesn't care about tagGravatar vjpai2015-03-24
| | * | | Revert "Remove dead members of server context"Gravatar Vijay Pai2015-03-24
| | | * | Revert "Remove dead members of server context"Gravatar Vijay Pai2015-03-24
| | | * | Elminate range-based fors and work around some other limitations in older com...Gravatar Vijay Pai2015-03-24
| | |/ /
| | * | Merge remote-tracking branch 'upstream/master'Gravatar Vijay Pai2015-03-23
| | |\|
* | | | Set cq_ on servercontextGravatar Yang Gao2015-03-22
| |_|/ |/| |
| | * Remove dead members of server contextGravatar Vijay Pai2015-03-22
* | | Protect on some overflow scenarios, add a test and build/run the testGravatar Yang Gao2015-03-20
* | | Make Next free of time_point to timespec conversionGravatar Yang Gao2015-03-20
| |/ |/|
| * covert test to use generic stubGravatar Yang Gao2015-03-19
* | Merge pull request #1093 from nicolasnoble/windowsGravatar Jan Tattermusch2015-03-19
|\ \
| | * Merge branch 'master' into genericstubGravatar Yang Gao2015-03-19
| | |\ | |_|/ |/| |
* | | sync to head and run clang-format againGravatar Yang Gao2015-03-19
|\ \ \
| | | * Implementation of generic stubGravatar Yang Gao2015-03-19
| | |/ | |/|
| | * Various Windows fixes.Gravatar Nicolas Noble2015-03-19
| |/
| * Merge pull request #1072 from yang-g/refreshtokenGravatar jboeuf2015-03-18
| |\
| | * wrap refresh token credentials in c++Gravatar Yang Gao2015-03-17
* | | resolve merge confictGravatar Yang Gao2015-03-17
|\| |
| * | Merge pull request #1023 from vjpai/asyncGravatar Yang Gao2015-03-17
| |\ \ | | |/ | |/|
* / | 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
| |\ \
| * | | remove 'else' code, release lock by destructorGravatar Ruyi Wang2015-03-14
| | * | copy and paste does not workGravatar Yang Gao2015-03-13
| | * | Add error logs when credentials are created with non-positive lifetimesGravatar Yang Gao2015-03-13
| * | | Allowing us to import google::protobuf::int64.Gravatar Nicolas "Pixel" Noble2015-03-13
| * | | Merge pull request #1032 from nicolasnoble/protobuf-alternateGravatar Yang Gao2015-03-13
| |\ \ \
* | | | | wording changeGravatar Yang Gao2015-03-13
| | * | | Moving ZeroCopyOutputStream to grpc++/config.h.Gravatar Nicolas "Pixel" Noble2015-03-13
| | | * | Early return when duration is non-positiveGravatar Yang Gao2015-03-12
* | | | | Rename to AsyncGeneric*Gravatar Yang Gao2015-03-12
| | | | * Change behavior to properly account for possibility of NULLGravatar Vijay Pai2015-03-12
| * | | | Add missing GRPC_OVERRIDE, NFCGravatar Chilledheart2015-03-12
| |/ / /