- Jan 05, 2016
-
-
Craig Tiller authored
-
- Dec 28, 2015
-
-
Julien Boeuf authored
-
- Dec 01, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Nov 25, 2015
-
-
Julien Boeuf authored
-
Julien Boeuf authored
-
- Nov 20, 2015
-
-
Julien Boeuf authored
-
- Nov 19, 2015
-
-
Craig Tiller authored
-
- Nov 18, 2015
-
-
Craig Tiller authored
-
- Oct 12, 2015
-
-
Julien Boeuf authored
-
- Sep 22, 2015
-
-
Julien Boeuf authored
This is very much unsafe as the string_ref could point on a stack variable of the callee.
-
Julien Boeuf authored
-
- Sep 03, 2015
-
-
Craig Tiller authored
Original PR #3074 by @dgquintas
-
Craig Tiller authored
-
- Sep 02, 2015
-
-
David Garcia Quintas authored
-
- Sep 01, 2015
-
-
Julien Boeuf authored
- We use C++ as an example to show how this API can be used while still providing an idiomatic interface in the wrapped language of choice. - No testing yet.
-
- Aug 29, 2015
-
-
Julien Boeuf authored
-
- Aug 27, 2015
-
-
yang-g authored
-
- Aug 26, 2015
-
-
David Garcia Quintas authored
-
Julien Boeuf authored
- Removing service_accounts credentials. These credentials just have drawbacks compared to service_account_jwt_access credentials, notably in terms for security. - Renaming Google specific credentials with a Google prefix for C and C++. This should be done as well for wrapped languages.
-
David Garcia Quintas authored
-
- Aug 22, 2015
-
-
yang-g authored
-
- Aug 20, 2015
-
-
yang-g authored
-
- Jul 23, 2015
-
-
Julien Boeuf authored
-
- Jul 01, 2015
-
-
Julien Boeuf authored
-
- May 14, 2015
-
-
Yang Gao authored
-
- Apr 27, 2015
-
-
zeliard authored
-
- Apr 24, 2015
-
-
Yang Gao authored
Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all the tests to init/shutdown free.
-
- Apr 11, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Apr 08, 2015
-
-
Nicolas Noble authored
-
- Mar 18, 2015
-
-
Yang Gao authored
-
- Mar 17, 2015
-
-
Yang Gao authored
-
- Mar 11, 2015
- Mar 01, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Feb 27, 2015
-
-
Craig Tiller authored
-
- Feb 26, 2015
-
-
Craig Tiller authored
-
- Feb 23, 2015
-
-
Julien Boeuf authored
- Renaming default credentials -> google default credentials. - Various other things in cpp: - Adding Cpp wrapping for JWT Tokens. - Renaming ComposeCredentials -> CompositeCredentials.
-
Craig Tiller authored
-
Craig Tiller authored
- Remove CredentialsFactory as it's unnecessary - Effectively make Credentials a channel factory, allowing different credential types to create different channel types - this gives us a hook so that InsecureCredentials can at runtime instantiate a different kind of channel as required - giving us a way of generating an openssl free version of grpc++. - Server credentials not touched yet, but they'll need to be updated.
-
- Feb 18, 2015
-
-
Craig Tiller authored
-