aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/http_proxy.c
Commit message (Collapse)AuthorAge
* Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
| | | | Also converting to .cc
* Fix C++ goto problem.Gravatar Mark D. Roth2017-09-27
|
* Fix http_proxy proxy mapper to not set proxy_name when returning false.Gravatar Mark D. Roth2017-09-27
|
* Removing designated initializers, implicit string literal to char *Gravatar Yash Tibrewal2017-09-18
| | | | conversions and solving crosses initialization due to jump warnings
* Removing deprecated string to char * conversionsGravatar Yash Tibrewal2017-09-17
|
* Changing a few variable names and adding few safety conditionsGravatar Yash Tibrewal2017-07-21
|
* Test credentials are passed with channel arg. Renamed macros and refactored ↵Gravatar Yash Tibrewal2017-07-20
| | | | code as per suggestions. Renamed test to proxy_auth and changed it to use simple_request instead of a payload.
* Nit correctionGravatar Yash Tibrewal2017-07-19
|
* Removing a few style issuesGravatar Yash Tibrewal2017-07-19
|
* Merged latest commit from upstreamGravatar Yash Tibrewal2017-07-19
|\
* | Adding connect auth feature. Proxy-Authorization header is being inserted ↵Gravatar Yash Tibrewal2017-07-19
| | | | | | | | when user creds are present in uri
| * Check for no_proxy environment variable and skip proxy if host is listedGravatar Ben Sykes2017-07-19
|/ | | | | | | This will fix #9989, #11603, #11751. no_proxy is typically comma separated list of hosts and or domains. Matching must be from the end of the uri to accomodate whole domain and subdomain whitelisting. This will work for well-formed no_proxy strings, but may fail if there are additional spaces.
* Add helpers for creating channel args.Gravatar Mark D. Roth2017-06-09
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Reorganize ext treeGravatar Craig Tiller2017-03-31
- filters live under filters - lb_policy, resolver implementations (being part of client_channel) live under client_channel