Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Expose gpr_asprintf and gpr_strdup | 2015-06-03 | |
| | |||
* | Addressing iniitial feedback. | 2015-02-23 | |
| | | | | | | | - Renaming default credentials -> google default credentials. - Various other things in cpp: - Adding Cpp wrapping for JWT Tokens. - Renaming ComposeCredentials -> CompositeCredentials. | ||
* | Added support for default credentials. | 2015-02-21 | |
- Tested with new tool (print_default_creds_token) on: - workstation for env var and well known place. - GCE for compute engine default creds. - I'd prefer the grpc_default_credentials_create() API to remain synchronous even though there may be an async call for gce detection on which we block. |