summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_digest.h
Commit message (Expand)AuthorAgeFilesLines
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-3/+4
* Uninitialized member vars and inlined constructors.finnur@chromium.org2010-08-121-3/+2
* More FRIEND_TEST_ALL_PREFIXES.phajdan.jr@chromium.org2010-07-301-6/+4
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-7/+10
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-101-11/+6
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-071-1/+1
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-271-0/+1
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-201-1/+4
* Digest Authentication: Test that "nc" is incremented for same "nonce".cbentzel@chromium.org2010-05-181-0/+9
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-151-5/+15
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-051-5/+10
* Second patch in making destructors of refcounted objects private.jam@chromium.org2009-11-051-0/+2
* Minor refactorings:ericroman@google.com2008-12-021-1/+1
* - Add preemptive authorization (new http stack only)ericroman@google.com2008-11-081-0/+3
* Initial stab at http authentication (basic + digest) in new http stack.ericroman@google.com2008-09-271-0/+105