aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp
Commit message (Expand)AuthorAge
* 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
* Early return when duration is non-positiveGravatar Yang Gao2015-03-12
* The Jwt code was dropped somewhere in a merge. Put it backGravatar Yang Gao2015-03-11
* Merge pull request #998 from yang-g/nameoverrideGravatar Vijay Pai2015-03-11
|\
* \ 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
| |/ |/|
| * Avoid unnecessary copies during protobuf serialization and deserializationGravatar Chilledheart2015-03-10
* | 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
* | De-C++11-ificationGravatar Craig Tiller2015-03-02
* | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-02
|\|
| * Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
| * Make it possible to compile with gcc4.6Gravatar Craig Tiller2015-02-26
* | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-24
|\|
| * Add Server.WaitGravatar Craig Tiller2015-02-24
* | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-24
|\|
| * Merge github.com:google/grpc into deprecate-c++Gravatar Craig Tiller2015-02-23
| |\
| | * Addressing a first batch of feedback.Gravatar Nicolas Noble2015-02-23
* | | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-23
|\ \ \ | | |/ | |/|
| | * s/CreateChannel/CreateChannelDeprecatedGravatar Craig Tiller2015-02-23
| * | Addressing iniitial feedback.Gravatar Julien Boeuf2015-02-23
| |/
* | Remove dynamic_castGravatar Craig Tiller2015-02-23
* | Update C++ server with new core APIGravatar Craig Tiller2015-02-23
* | Credentials prototypingGravatar Craig Tiller2015-02-23
|/
* Merge pull request #619 from jayantkolhe/jayantkolhe-patch-2Gravatar Mugur Marculescu2015-02-19
|\
| * Create README.mdGravatar Jayant Kolhe2015-02-19
* | Merge pull request #605 from vjpai/macGravatar Nicolas Noble2015-02-19
|\ \
| * | Some compilers expect class SyncRequest to be declared fully and not justGravatar vjpai2015-02-18
* | | Merge github.com:grpc/grpc into an-update-on-c++Gravatar Craig Tiller2015-02-18
|\| |
* | | Simplify TryPluckGravatar Craig Tiller2015-02-18
* | | Move header #includeGravatar Craig Tiller2015-02-18
| * | Merge pull request #588 from yang-g/c++apiGravatar Craig Tiller2015-02-18
| |\ \
| | * | Async client api change. Add a ClientAsyncResponseReader. Make the api simila...Gravatar Yang Gao2015-02-18
* | | | Merge github.com:grpc/grpc into an-update-on-c++Gravatar Craig Tiller2015-02-18
|\| | |
* | | | Server side cancellation receive supportGravatar Craig Tiller2015-02-18
| * | | Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* | | | Initial sketchGravatar Craig Tiller2015-02-18
| |/ / |/| |
| * | Update copyright to 2015Gravatar Craig Tiller2015-02-18
|/ /
* | Add metadata test with rpc. Adding/fixing things to make it workGravatar Yang Gao2015-02-18
* | also set got_messageGravatar Yang Gao2015-02-17
* | When the entire op fails, the recv_message is always discarded.Gravatar Yang Gao2015-02-17
* | Clear receive message buffer when adding it, so that any reused buffer will n...Gravatar Yang Gao2015-02-17