- Sep 01, 2015
-
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
Jorge Canizales authored
-
- Aug 31, 2015
-
-
Jan Tattermusch authored
-
murgatroid99 authored
-
Nathaniel Manista authored
-
Tim Emiola authored
-
Tim Emiola authored
-
Tim Emiola authored
-
Tim Emiola authored
- allows use of multiple credentials, e.g, per servername
-
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.
-
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.
-
- 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
- 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
-
Stanley Cheung authored
-
Stanley Cheung authored
-
- Aug 28, 2015
-
-
murgatroid99 authored
-
Julien Boeuf authored
- Had to chnage the core API to add a destroy function pointer in grpc_auth_metadata_processor. - Tested end to end. - Fixed some issues in the server_auth_filter (we were not checking the length which put us at risk of an overflow).
-
Nathaniel Manista authored
-
Alistair Veitch authored
-
Jan Tattermusch authored
-
yang-g authored
-
Nathaniel Manista authored
(1) Move metadata and details constants for gRPC-on-the-wire tests into grpc.test_common. (2) Drop definitions of setUpModule and tearDownModule from a unit test module that, because it uses the load_tests protocol, never had those methods called anyway. :-(
-
Nathaniel Manista authored
-
Jan Tattermusch authored
-
Nathaniel Manista authored
(1) Call "cancel" on each future, not on the list of futures. (2) If and when futures mature their actions should simply abort all outstanding operations and cancel any other futures. They should not shut down the _End's internal thread pool; only the termination action of the last operation to terminate should shut down the pool (in the case of their having been active operations at the time at which the _End's stop(grace) method was called).
-
Jan Tattermusch authored
-
Nathaniel Manista authored
-
Julien Boeuf authored
-
murgatroid99 authored
-
Craig Tiller authored
-
- Aug 27, 2015
-
-
Stanley Cheung authored
-
murgatroid99 authored
-
Jan Tattermusch authored
-
Nathaniel Manista authored
-
yang-g authored
-