summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move HttpAuth::ChallengeTokenizer to its own file.davidben@chromium.org2014-03-131-1/+2
* Update uses of UTF conversions in courgette/, device/, extensions/, google_ap...avi@chromium.org2013-12-251-1/+2
* 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
* CapturingNetLog - remove maximum entries constructor argument.mmenke@chromium.org2012-06-081-2/+2
* Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,mmenke@chromium.org2012-06-021-1/+1
* Add a source id to global NetLog entries, which makes themmmenke@chromium.org2012-03-151-3/+3
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-2/+2
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-4/+3
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-1/+1
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-011-5/+6
* Add #include utf_string_conversions.h to all files that use ASCIIToWide andbrettw@chromium.org2010-08-031-0/+1
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-2/+3
* Added NetLog support for HTTP authentication.cbentzel@chromium.org2010-06-211-0/+60