summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_factory.cc
Commit message (Expand)AuthorAgeFilesLines
* Support specifying the GSSAPI library that will be used.danno@chromium.org2010-11-121-2/+23
* Fix miscellaneous cpplint nits.wtc@chromium.org2010-10-121-1/+1
* Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h...erikwright@chromium.org2010-09-301-2/+3
* HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.cbentzel@chromium.org2010-09-291-4/+8
* Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver ...cbentzel@chromium.org2010-09-281-8/+4
* HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.cbentzel@chromium.org2010-09-281-4/+8
* --auth-schemes specifies which authentication schemes are supported on the co...cbentzel@chromium.org2010-08-231-0/+46
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-5/+5
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-3/+6
* Lazy initialization of URLSecurityManager to reduce start-up time.ahendrickson@chromium.org2010-05-201-1/+1
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-2/+17
* Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th...ahendrickson@chromium.org2010-04-161-11/+4
* Added HttpAuthFilter.cbentzel@chromium.org2010-02-261-1/+27
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-0/+82