summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* 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