- Feb 25, 2015
-
-
Tim Emiola authored
-
Tim Emiola authored
-
Tim Emiola authored
-
Tim Emiola authored
-
Craig Tiller authored
After we have called closed() ensure that no other callbacks are ever made.
-
Craig Tiller authored
-
Julien Boeuf authored
-
Julien Boeuf authored
- Added a way to override the cipher suites with an environment variable so that we can still do interop testing with java7. - Takes care of #681.
-
Julien Boeuf authored
- Should fix #746.
-
Julien Boeuf authored
-
David Klempner authored
Instead, we do a shutdown() at the point we are currently closing, to kick off socket teardown while ensuring an fd ref is sufficient to make concurrent syscalls like epoll_ctl safe.
-
Craig Tiller authored
-
Craig Tiller authored
-
murgatroid99 authored
-
Nicolas Noble authored
-
Julien Boeuf authored
-
Craig Tiller authored
HPACK makes headers on the wire very difficult to read. Add a trace facility to print them on the receive path. Later this will be expanded no doubt for sending headers, stream creation, etc...
-
Tim Emiola authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Tim Emiola authored
-
murgatroid99 authored
-
- Feb 24, 2015
-
-
David Klempner authored
This allows us to safely asynchronously add FDs in the possibly-promoting unary add case. Also fix the unary add async path to properly handle more of the extra cases it needs to handle.
-
Nathaniel Manista authored
It's not (yet, see issue 752) allowed and code at the higher level doesn't know how to deal with it.
-
murgatroid99 authored
-
murgatroid99 authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
murgatroid99 authored
-
murgatroid99 authored
-
murgatroid99 authored
-
Nathaniel Manista authored
rear._ActivatedRearLink's inner RearLink should of course send its tickets to whatever ForeLink was joined to the rear._ActivatedRearLink.
-
Julien Boeuf authored
- The SANs take precedence over the CN. - The CN is only checked if there are no SANs. - Fixing the tests as the test cert did not list *.test.google.com in the SANs. Will fix the test cert another time...
-
Nicolas Noble authored
-
- Feb 23, 2015
-
-
Nathaniel Manista authored
-
Craig Tiller authored
For the 2-argument version of CreateChannel. This is a temporary step until #711 is ready to roll out.
-
Craig Tiller authored
-
Julien Boeuf authored
- Renaming default credentials -> google default credentials. - Various other things in cpp: - Adding Cpp wrapping for JWT Tokens. - Renaming ComposeCredentials -> CompositeCredentials.
-