summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix realm selection when handling Basic authentication.asanka@chromium.org2011-02-241-4/+5
* Check and invalidate cached credentials if they were used for preemptive auth...asanka@chromium.org2011-02-181-14/+18
* Cleanup: Use AUTH_SCHEME enum instead of a string.cbentzel@chromium.org2011-01-131-12/+13
* Move platform_thread to base/threading and put in the base namespace. I left abrettw@chromium.org2010-12-311-2/+4
* Even more virtual method deinlining.erg@google.com2010-12-131-0/+8
* Histogram target for each HTTP Authentication Scheme.cbentzel@chromium.org2010-12-131-10/+69
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-3/+3
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Add Net.HttpAuthCount histogram to track failure rate per authentication scheme.cbentzel@chromium.org2010-10-111-0/+58
* Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>...willchan@chromium.org2010-09-171-18/+20
* Don't evict username/password when handling "stale" digest authentication cha...cbentzel@chromium.org2010-09-161-4/+14
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-18/+35
* 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