- Sep 01, 2015
-
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
- Aug 31, 2015
-
-
Tim Emiola authored
Ensure that client generated methods don't conflict with other properties
-
jboeuf authored
Add roots.pem to Grpc C# nuget package
-
Jan Tattermusch authored
-
Michael Lumish authored
Prevent using the hosts cache with a nil address
-
Yang Gao authored
Remove redundant Node route guide examples
-
murgatroid99 authored
-
Nathaniel Manista authored
Python Beta codegen.
-
Yang Gao authored
Adding C++ auth metadata processor.
-
Nathaniel Manista authored
-
Michael Lumish authored
Grpc ruby server add support for multiple certs
-
murgatroid99 authored
-
Tim Emiola authored
-
Masood Malekghassemi authored
Metadata and serialization for Python
-
Tim Emiola authored
-
Tim Emiola authored
-
Tim Emiola authored
- allows use of multiple credentials, e.g, per servername
-
Masood Malekghassemi authored
The rest of the Python Beta API
-
Masood Malekghassemi authored
Fix gRPC links lifecycle tracking
-
murgatroid99 authored
-
Masood Malekghassemi authored
Drop invoker during test tear-down
-
Masood Malekghassemi authored
Fix grace period bug in _end.accept_ticket
-
Michael Lumish authored
php: fix gce testing dockerfile
-
Stanley Cheung authored
Grpc ruby fix math client and server
-
Stanley Cheung authored
-
Tim Emiola authored
Update debian source instruction
-
Nathaniel Manista authored
(1) Plumb the metadata transformer given at the Beta API through to the InvocationLink where it will be used. (2) In both InvocationLink and ServiceLink, if there isn't a registered serializer or deserializer, just pass the payload through rather than ignoring the entire RPC.
-
Nathaniel Manista authored
-
Julien Boeuf authored
-
Julien Boeuf authored
-
Julien Boeuf authored
- The processor now belongs to the server credentials in core. - The server credentials now needs to be refcounted. - Changed slighly the vtable of credentials to make it easier to avoid memory leaks (free'ing the pointer is now done at the common layer, the implementations of the creds are now only reponsible for destructing the implementations' specific members.
-
Craig Tiller authored
Tracing api
-
- Aug 30, 2015
-
-
Nathaniel Manista authored
The invoker is an object derived from, and referring to, objects of the Face implementation under test. If those objects are to be garbage collected at the appropriate time the invoker that references them must be made eligible for garbage collection in the test's tearDown method.
-
Nathaniel Manista authored
-