aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
Commit message (Expand)AuthorAge
* 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
* Merge pull request #1093 from nicolasnoble/windowsGravatar Jan Tattermusch2015-03-19
|\
* \ sync to head and run clang-format againGravatar 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
| |/ / /
* | | | resolve leak, now asan cleanGravatar Yang Gao2015-03-11
* | | | Rename anonymous to generic globallyGravatar Yang Gao2015-03-11
| | | * Add support for deadline on CompletionQueue::NextGravatar Vijay Pai2015-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
|\|
| * Merge pull request #998 from yang-g/nameoverrideGravatar Vijay Pai2015-03-11
| |\
* | | Expose server cq for polling incoming anonymous rpcsGravatar Yang Gao2015-03-11
* | | Merge branch 'master' into untypedAPIGravatar Yang Gao2015-03-10
|\| |
| * | Merge pull request #978 from Chilledheart/masterGravatar Yang Gao2015-03-10
| |\ \
| | | * 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
|\| |
* | | read and copy add two ref's, unref oneGravatar Yang Gao2015-03-10
* | | initial imple of byte buffer and sliceGravatar Yang Gao2015-03-10
| | * Avoid unnecessary copies during protobuf serialization and deserializationGravatar Chilledheart2015-03-10
* | | Service side should be done, it builds and existing tests passGravatar Yang Gao2015-03-06
* | | first sets of changes, it buildsGravatar Yang Gao2015-03-05
| |/ |/|
| * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-04
| |\ | |/ |/|
* | Remove include google/protobuf/message.h as it should be covered in config.hGravatar Yang Gao2015-03-04
| * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-03
| |\ | |/ |/|
* | Merge pull request #920 from vjpai/async-probsGravatar Craig Tiller2015-03-03
|\ \
| * | Solve the call-suppression problem earlier in the stackGravatar Vijay Pai2015-03-03
* | | Global replace google::protobuf::Message with grpc::protobuf::Message, all te...Gravatar Yang Gao2015-03-03
* | | Propagate grpc_google_default_credentials_create errorsGravatar Raul Silvera2015-03-02
| * | Sanity checks for calls that were causing crashesGravatar Vijay Pai2015-03-02
|/ /
| * De-C++11-ificationGravatar Craig Tiller2015-03-02