summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_cache.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup return values in http_authpayal.pandey2015-04-281-6/+2
* Add support for clearing the HTTP auth cache.christiank@opera.com2014-07-141-0/+3
* HttpAuthCache: add eviction histograms.ttuttle@chromium.org2014-03-311-0/+6
* Template arguments to templates in std must have complete types.zeno.albisser@digia.com2013-08-281-73/+71
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-121-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-20/+9
* [cros] Transfer proxy HTTP authentication from login screen into new session.ivankr@chromium.org2011-10-031-0/+3
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-3/+3
* net: Add NET_API to the auth code.rvargas@google.com2011-05-201-2/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Mention that HttpAuthCache::Entry::HasEnclosingPath() can return 0 as a path ...asanka@chromium.org2011-03-041-1/+5
* Pick the closest enclosing path match when looking up HTTP auth cache entries...asanka@chromium.org2011-03-021-2/+5
* Remove unnecessary const from HttpAuthCache to appease the clang gods.cbentzel@chromium.org2011-01-131-1/+1
* Cleanup: Use AUTH_SCHEME enum instead of a string.cbentzel@chromium.org2011-01-131-12/+14
* Start reordering the methods in headers in net/.erg@google.com2011-01-071-10/+11
* FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...erg@google.com2010-09-301-0/+5
* Don't evict username/password when handling "stale" digest authentication cha...cbentzel@chromium.org2010-09-161-0/+12
* Uninitialized member vars and inlined constructors.finnur@chromium.org2010-08-121-1/+1
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-301-4/+3
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-9/+10
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-12/+20
* Added authentication scheme as key to HttpAuthCache.cbentzel@chromium.org2010-05-131-17/+25
* Add unittests for eviction of http auth cache entries.ericroman@google.com2008-11-111-0/+7
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-081-0/+140