summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_controller.h
Commit message (Expand)AuthorAgeFilesLines
* Add Net.HttpAuthCount histogram to track failure rate per authentication scheme.cbentzel@chromium.org2010-10-111-1/+3
* Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>...willchan@chromium.org2010-09-171-6/+14
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-0/+3
* Remove obviously unneeded forward declarations from headers under src/{app,ba...viettrungluu@chromium.org2010-08-211-1/+0
* FBTF: Start cleaning up net/erg@google.com2010-08-111-3/+1
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-2/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Attempt to back off from Kerberos authentication if we don't have credentials.ahendrickson@google.com2010-07-201-0/+11
* Remove |net_log_| as a class member and pass it in where needed and a little ...vandebo@chromium.org2010-07-131-11/+7
* Put HttpProxyClientSocket into a pool.vandebo@chromium.org2010-07-121-11/+17
* Implement HttpProxyClientSocket: Http proxie setup is now done in it's own cl...vandebo@chromium.org2010-07-121-1/+6
* Make the Negotiate Authentication Handler a state machine.cbentzel@chromium.org2010-07-011-5/+2
* Create HttpAuthController. (again)vandebo@chromium.org2010-06-241-0/+134
* Revert 50647 - Create HttpAuthController.vandebo@chromium.org2010-06-231-135/+0
* Create HttpAuthController.vandebo@chromium.org2010-06-231-0/+135