summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-8/+5
* [cros] Transfer proxy HTTP authentication from login screen into new session.ivankr@chromium.org2011-10-031-0/+17
* Use const operator to enable compilation with stlport.jknotten@chromium.org2011-05-111-2/+2
* Pick the closest enclosing path match when looking up HTTP auth cache entries...asanka@chromium.org2011-03-021-6/+20
* Fix Coverity UNINIT_CTOR defect in the HttpAuthCache::Entrywtc@chromium.org2011-02-111-1/+2
* Even more reordering the methods in headers and implementation in net/.erg@google.com2011-01-201-6/+6
* Cleanup: Use AUTH_SCHEME enum instead of a string.cbentzel@chromium.org2011-01-131-4/+4
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-0/+9
* Don't evict username/password when handling "stale" digest authentication cha...cbentzel@chromium.org2010-09-161-0/+17
* Uninitialized member vars and inlined constructors.finnur@chromium.org2010-08-121-0/+4
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-9/+9
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-5/+11
* Added authentication scheme as key to HttpAuthCache.cbentzel@chromium.org2010-05-131-6/+11
* Auto-format style pass over files.cbentzel@chromium.org2010-05-041-2/+2
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Add unittests for eviction of http auth cache entries.ericroman@google.com2008-11-111-7/+0
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-081-0/+179