- Dec 04, 2015
-
-
Jorge Canizales authored
TODO: - Documentation - Make public - Check I’ve implemented all NSMutDict required methods
-
- Dec 03, 2015
-
-
Masood Malekghassemi authored
Stub and server lifecycle fixes
-
Michael Lumish authored
Use BoringSSL instead of OpenSSL
-
Nathaniel Manista authored
Context management is implemented. Stub deletion now cancels all RPCs immediately.
-
Nathaniel Manista authored
For a termination action to properly mark an _End as having stopped it must clear the _End's _cycle attribute. To be able to do that the termination action must hold a reference to the _End instance. Migrating the _termination_action behavior that creates termination actions into the scope of the _End instance is the best way to afford the needed instance reference.
-
- Dec 02, 2015
-
-
Craig Tiller authored
Clang format.
-
Jorge Canizales authored
-
Jorge Canizales authored
(1.0)
-
Jorge Canizales authored
-
Jorge Canizales authored
Maybe it’s Cocoapods.
-
Jorge Canizales authored
-
- Dec 01, 2015
-
-
Nicolas "Pixel" Noble authored
-
Michael Lumish authored
Filter Protobuf nullable warnings
-
Michael Lumish authored
Update ObjC versions for 0.12 release
-
Jorge Canizales authored
The podspec is a template.
-
Jorge Canizales authored
-
- Nov 26, 2015
-
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Yang Gao authored
Cpp new creds plugin api
-
- Nov 25, 2015
-
-
Julien Boeuf authored
-
Julien Boeuf authored
-
Julien Boeuf authored
-
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
-
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
-