- Nov 25, 2015
-
-
jboeuf authored
Changing the credentials plugin API.
-
Julien Boeuf authored
Also passing empty string as opposed to NULL when the method name is not found. This is much less error-prone.
-
- Nov 20, 2015
-
-
Julien Boeuf authored
The purpose of this is to be able to install a composition policy that describes which types are incompatible and that will be enforced during call creds composition. If this functionality is wanted it will be done in an additive function in the API like : void grpc_call_credentials_set_composite_policy( grpc_call_credentials_composite_policy policy);
-
- Nov 19, 2015
-
-
Jan Tattermusch authored
Updated Node package version to 0.12.0
-
murgatroid99 authored
-
Michael Lumish authored
bump C# version to 0.12.0
-
Jan Tattermusch authored
-
Julien Boeuf authored
-
Julien Boeuf authored
-
Julien Boeuf authored
- The plugin is now passed more information that it can use to create auth metadata: - service_url (as before) - method name - channel_auth_context
-
- Nov 18, 2015
-
-
jboeuf authored
Core credentials API refactoring
-
https://github.com/grpc/grpcJulien Boeuf authored
-
jboeuf authored
Fixing NULL terminator for test cert.
-
Julien Boeuf authored
Forgot to do that when I replaced the cert in #4096. Thanks asan for catching that!
-
Julien Boeuf authored
-
jboeuf authored
Updating the server1 cert so that it can be used with Go.
-
https://github.com/grpc/grpcJulien Boeuf authored
-
Julien Boeuf authored
-
Julien Boeuf authored
-
Julien Boeuf authored
-
Jan Tattermusch authored
Merge release-0_11 into master
-
David G. Quintas authored
Handle Cancel before start.
-
Nathaniel Manista authored
Add missing grace value to server stop in Python example.
-
Julien Boeuf authored
-
- Nov 17, 2015
-
-
jboeuf authored
Update Python C wrapping layers to new credentials API
-
Jan Tattermusch authored
Fix dead link in doc
-
yang-g authored
-
yang-g authored
-
Masood Malekghassemi authored
-
Carl Mastrangelo authored
-
Nicolas Noble authored
Generate all file lists and build target lists in binding.gyp from build.yaml
-
Sree Kuchibhotla authored
Fix naming issue in stress_test
-
David Garcia Quintas authored
-
David Garcia Quintas authored
(via ahh@google.com) Under some configurations gRPC includes google3 base headers. google3 has a namespace "thread" which mixes poorly with unqualified use of the type std::thread; adding that namespace to various google3 headers breaks this test.
-
Jorge Canizales authored
Improve grammar/language for clarity
-
Masood Malekghassemi authored
Fixes #4122
-
Eric Anderson authored
-
- Nov 16, 2015
-
-
Masood Malekghassemi authored
Add a useful __str__ method to face exceptions
-
Michael Lumish authored
Small typo of NodeJS version in README.md
-
- Nov 15, 2015
-
-
Valentyn Shybanov authored
-