- Aug 29, 2015
-
-
Julien Boeuf authored
-
- Aug 28, 2015
-
-
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
-
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
-
yang-g authored
-
Masood Malekghassemi authored
-
murgatroid99 authored
-
murgatroid99 authored
-
Stanley Cheung authored
-
Stanley Cheung authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Craig Tiller authored
-
Julien Boeuf authored
-
yang-g authored
-
Nathaniel Manista authored
-
Hongyu Chen authored
-
Craig Tiller authored
-
Craig Tiller authored
-
- Aug 26, 2015
-
-
Craig Tiller authored
-
Craig Tiller authored
-
David Garcia Quintas authored
'stream' may be left nullptr after a pop, so don't try to dereference it. (via nlewycky@google.com).
-
Masood Malekghassemi authored
cc grpc/grpc-common#274, #2896
-
Craig Tiller authored
-
Julien Boeuf authored
-
Julien Boeuf authored
- Removing service_accounts credentials. These credentials just have drawbacks compared to service_account_jwt_access credentials, notably in terms for security. - Renaming Google specific credentials with a Google prefix for C and C++. This should be done as well for wrapped languages.
-