- Aug 01, 2017
-
-
Noah Eisen authored
-
- Jul 26, 2017
-
-
Mark D. Roth authored
- Add shutdown() method (to be used in forthcoming call combiner code). - Use a vtable instead of storing method pointers in each instance. - Check all callers of pull() to make sure that they are properly handling errors. - Clarify ownership rules and attempt to adhere to them. - Added a new grpc_caching_byte_stream implementation, which is used in http_client_filter to avoid having to read the whole send_message byte stream before passing control down the stack. (This class may also be used in the retry code I'm working on separately.) - As part of this, did a major rewrite of http_client_filter, which made the code more readable and fixed a number of potential bugs. Note that some of this code is hard to test right now, due to the fact that the send_message byte stream is always a slice_buffer stream, for which next() is always synchronous and no destruction is needed. However, some future work (specifically, my call combiner work and Craig's incremental send work) will start leveraging this.
-
- Jul 21, 2017
-
-
Yash Tibrewal authored
Test credentials are passed with channel arg. Renamed macros and refactored code as per suggestions. Renamed test to proxy_auth and changed it to use simple_request instead of a payload.
-
- Jul 19, 2017
-
-
Yash Tibrewal authored
Adding connect auth feature. Proxy-Authorization header is being inserted when user creds are present in uri
-
- Jul 18, 2017
-
-
murgatroid99 authored
-
- Jul 15, 2017
-
-
Vijay Pai authored
-
- Jul 14, 2017
-
-
Mark D. Roth authored
-
- Jul 11, 2017
-
-
Noah Eisen authored
-
Ken Payson authored
This reverts commit 3d04e025.
-
- Jul 05, 2017
-
-
Muxi Yan authored
-
- Jun 24, 2017
-
-
Muxi Yan authored
-
- Jun 20, 2017
-
-
Craig Tiller authored
-
Vijay Pai authored
-
- Jun 16, 2017
-
-
Ken Payson authored
-
- Jun 15, 2017
-
-
Ken Payson authored
-
- Jun 07, 2017
-
-
David Garcia Quintas authored
-
- May 23, 2017
- May 19, 2017
-
-
Craig Tiller authored
-
- May 18, 2017
-
-
Alexander Polcyn authored
-
- May 15, 2017
-
-
Muxi Yan authored
-
- May 13, 2017
-
-
Nicolas Noble authored
-
- May 10, 2017
-
-
Craig Tiller authored
-
Muxi Yan authored
-
- May 09, 2017
-
-
Vijay Pai authored
-
- May 08, 2017
-
-
Vijay Pai authored
or otherwise taking long to complete
-
- May 02, 2017
-
-
Vijay Pai authored
-
- Apr 29, 2017
- Apr 28, 2017
-
-
David Garcia Quintas authored
-
- Apr 27, 2017
-
-
Craig Tiller authored
-
- Apr 26, 2017
-
-
Alexander Polcyn authored
This reverts commit 79759fea, reversing changes made to dc36f4df.
-
Craig Tiller authored
-
- Apr 25, 2017
-
-
Noah Eisen authored
-
- Apr 24, 2017
-
-
Craig Tiller authored
This reverts commit 4f98e25f.
-
Craig Tiller authored
-
Craig Tiller authored
-
- Apr 21, 2017
-
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
-