- Sep 01, 2015
-
-
Craig Tiller authored
-
Nicolas Noble authored
Update c++ examples.
-
- 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
-
- Aug 29, 2015
-
-
Nathaniel Manista authored
Tickets should not be ignored if the end is in a grace period; rather they should be ignored if they are for an unrecognized (likely new) operation and the end is in a grace period.
-
Tim Emiola authored
Provide troubleshooting instructions for 'cannot load grpc_csharp_ext.dll' problem
-
Tim Emiola authored
- ensures that servers cancels calls after the shutdown timeout - uses an infinite timeout when request server calls This two changes fix the issue where the server segfaults on shutdown.
-
Julien Boeuf authored
-
Julien Boeuf authored
-