summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_controller.h
Commit message (Expand)AuthorAgeFilesLines
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-3/+3
* Don't try to use explicit credentials with schemes that don't support it.asanka@chromium.org2011-08-311-0/+1
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* net: Add NET_API to the auth code.rvargas@google.com2011-05-201-2/+4
* Disable HTTP auth schemes on permanent errors.asanka@chromium.org2011-03-301-0/+5
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Fix realm selection when handling Basic authentication.asanka@chromium.org2011-02-241-1/+3
* Check and invalidate cached credentials if they were used for preemptive auth...asanka@chromium.org2011-02-181-1/+7
* Cleanup: Use AUTH_SCHEME enum instead of a string.cbentzel@chromium.org2011-01-131-3/+3
* Move non_thread_safe from base to base/threading and into the base namespace.brettw@chromium.org2011-01-011-2/+2
* Even more virtual method deinlining.erg@google.com2010-12-131-6/+2
* 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