summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_cache_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of strings headers in net/http/.avi@chromium.org2013-06-111-3/+3
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-071-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-8/+13
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-13/+8
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-8/+13
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-291-9/+9
* Linux/ChromeOS Chromium style checker cleanup, net/ edition.rsleevi@chromium.org2013-02-061-4/+4
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-1/+1
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-58/+77
* [cros] Transfer proxy HTTP authentication from login screen into new session.ivankr@chromium.org2011-10-031-0/+85
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-1/+1
* Pick the closest enclosing path match when looking up HTTP auth cache entries...asanka@chromium.org2011-03-021-9/+25
* Cleanup: Use AUTH_SCHEME enum instead of a string.cbentzel@chromium.org2011-01-131-58/+88
* Histogram target for each HTTP Authentication Scheme.cbentzel@chromium.org2010-12-131-1/+1
* net: Append base:: in the StringPrintf calls.tfarina@chromium.org2010-09-251-2/+3
* Don't evict username/password when handling "stale" digest authentication cha...cbentzel@chromium.org2010-09-161-0/+49
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-1/+5
* 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-69/+90
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-101-14/+8
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-24/+20
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-25/+61
* Added authentication scheme as key to HttpAuthCache.cbentzel@chromium.org2010-05-131-31/+81
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-1/+1
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-9/+20
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-0/+3
* Implement the NTLM authentication scheme by portingwtc@chromium.org2009-02-281-9/+10
* Add unittests for eviction of http auth cache entries.ericroman@google.com2008-11-111-1/+99
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-081-0/+206