- Jul 14, 2017
-
-
Julien Boeuf authored
- In C++, we need a constant for the max lifetime. - In C, make sure that we crop the lifetime in the credentials object itself and not just later during the creation of the token. This will allow the refresh to occur based on the actual token lifetime as opposed to the one from the user (which may be cropped).
-
- Jun 09, 2017
- Jun 08, 2017
-
-
Jan Tattermusch authored
-
- Apr 12, 2017
-
-
David Garcia Quintas authored
-
- Jan 23, 2017
-
-
Craig Tiller authored
This reverts commit 5e01e2ac.
-
- Jan 21, 2017
-
-
Craig Tiller authored
-
- Dec 29, 2016
-
-
Craig Tiller authored
- make closures know where they should be executed (eg, on a workqueue, or a combiner, or on an exec_ctx) - this allows removal of a large number of trampoline functions that were appearing whenever we used combiners, and should allow for a much easier interface to combiner locks
-
- Nov 21, 2016
-
-
Craig Tiller authored
-
- Nov 17, 2016
-
-
Craig Tiller authored
-
- Nov 10, 2016
-
-
Craig Tiller authored
-
- Oct 27, 2016
-
-
Craig Tiller authored
-
Craig Tiller authored
-
- Sep 23, 2016
-
-
Julien Boeuf authored
This will be useful when talking to non-trusted load balancer (balancers which are not able to impersonate real backends) as these balancers should not receive bearer tokens.
-
- Aug 10, 2016
-
-
murgatroid99 authored
-
- Aug 09, 2016
-
-
murgatroid99 authored
-
- May 24, 2016
-
-
Craig Tiller authored
-
- May 19, 2016
-
-
Julien Boeuf authored
- We still need a way to bubble up this error.
-
- May 18, 2016
-
-
Craig Tiller authored
-
Craig Tiller authored
-
- May 06, 2016
-
-
Craig Tiller authored
-
- May 05, 2016
-
-
Julien Boeuf authored
As opposed to a flat directory, we now have the following structure: - security -context - credentials - composite - fake - google_default - iam - jwt - oauth2 - plugin - ssl - transport - util We have not refactored the test code yet but this PR is already large enough...
-
- Mar 31, 2016
-
-
Craig Tiller authored
-
- Mar 26, 2016
-
-
Craig Tiller authored
-
- Mar 25, 2016
-
-
Craig Tiller authored
-
- Mar 23, 2016
-
-
Matthew Iselin authored
This extends the existing http parser to support requests as well as responses. httpcli continues to exist and work as it has previously, though in the new directory src/core/http (to reflect the fact the directory now contains code relevant to parsing requests, which httpcli would not generally involve itself in).
-
- Feb 23, 2016
-
-
Craig Tiller authored
-
- Feb 02, 2016
-
-
Alistair Veitch authored
-
- Feb 01, 2016
-
-
Nicolas "Pixel" Noble authored
-
- Jan 31, 2016
-
-
Nicolas "Pixel" Noble authored
-
- Dec 14, 2015
-
-
Craig Tiller authored
-
- Dec 11, 2015
-
-
Julien Boeuf authored
-
- Dec 10, 2015
-
-
Julien Boeuf authored
-
Craig Tiller authored
To do pollset work we need grpc to be initialized
-
Julien Boeuf authored
-
- Dec 08, 2015
-
-
Craig Tiller authored
-
- Dec 07, 2015
-
-
Craig Tiller authored
-
- Dec 01, 2015
-
-
Nicolas "Pixel" Noble authored
-
- Nov 19, 2015
-
-
Craig Tiller authored
-
Julien Boeuf authored
-