summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* Extract connection logic from HttpNetworkTransaction into a newmbelshe@chromium.org2010-08-191-0/+1
* FBTF: Start cleaning up net/erg@google.com2010-08-111-0/+6
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-311-1/+1
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-4/+4
* Kerberos authentication backoff cleanup.ahendrickson@google.com2010-07-211-2/+2
* Attempt to back off from Kerberos authentication if we don't have credentials.ahendrickson@google.com2010-07-201-6/+46
* On multi-round authentication schemes, the info_ field in the HttpAuthControl...cbentzel@chromium.org2010-07-151-0/+2
* Remove |net_log_| as a class member and pass it in where needed and a little ...vandebo@chromium.org2010-07-131-10/+10
* Put HttpProxyClientSocket into a pool.vandebo@chromium.org2010-07-121-0/+2
* Implement HttpProxyClientSocket: Http proxie setup is now done in it's own cl...vandebo@chromium.org2010-07-121-4/+3
* Make the Negotiate Authentication Handler a state machine.cbentzel@chromium.org2010-07-011-11/+0
* Create HttpAuthController. (again)vandebo@chromium.org2010-06-241-0/+331
* Revert 50647 - Create HttpAuthController.vandebo@chromium.org2010-06-231-331/+0
* Create HttpAuthController.vandebo@chromium.org2010-06-231-0/+331