summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_basic.cc
Commit message (Expand)AuthorAgeFilesLines
* Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...avi@chromium.org2013-12-251-2/+2
* Revert 239921 "Revert 239759 "The comment in base64.h implies th..."vadimt@chromium.org2013-12-111-7/+3
* Revert 239759 "The comment in base64.h implies that base::Base64..."vadimt@chromium.org2013-12-111-3/+7
* The comment in base64.h implies that base::Base64Encode() can return false, butricea@chromium.org2013-12-101-7/+3
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-1/+1
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-071-1/+1
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-4/+2
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-4/+6
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-1/+1
* Change AuthChallengeInfo to better represent underlying encodings.cbentzel@chromium.org2011-09-121-15/+33
* Fix realm selection when handling Basic authentication.asanka@chromium.org2011-02-241-3/+1
* Check and invalidate cached credentials if they were used for preemptive auth...asanka@chromium.org2011-02-181-3/+14
* Cleanup: Use AUTH_SCHEME enum instead of a string.cbentzel@chromium.org2011-01-131-2/+1
* Histogram target for each HTTP Authentication Scheme.cbentzel@chromium.org2010-12-131-0/+1
* Refactor net::HttpUtil::NameValuePairsIterator to relieve clients of the need...erikwright@chromium.org2010-10-221-1/+1
* Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h...erikwright@chromium.org2010-09-301-6/+7
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-2/+18
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-3/+3
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-101-14/+5
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-2/+2
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-1/+2
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-0/+2
* net: string_utils.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-081-0/+1
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-9/+26
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-6/+21
* Move base64 from 'net/base' into 'base'.hayato@chromium.org2009-11-241-4/+6
* Allow the realm in BASIC and DIGEST challenges to not be specified.eroman@chromium.org2009-09-211-2/+10
* Implement the NTLM authentication scheme by portingwtc@chromium.org2009-02-281-0/+1
* Initial stab at http authentication (basic + digest) in new http stack.ericroman@google.com2008-09-271-0/+46