summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_handler_mock.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* base::Bind: Convert most of net/http.jhawkins@chromium.org2011-12-201-4/+4
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-9/+10
* Use AuthCredentials throughout the network stack instead of username/password.cbentzel@chromium.org2011-10-281-3/+1
* base::Bind conversion for net/http/...adamk@chromium.org2011-10-201-2/+2
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-3/+3
* Don't try to use explicit credentials with schemes that don't support it.asanka@chromium.org2011-08-311-2/+14
* Change HttpAuthHandlerMock to accept and return more than one http_auth_handler.rch@chromium.org2011-08-111-5/+6
* More net/ method ordering.erg@google.com2011-01-261-26/+28
* Fix multi-round authentication.cbentzel@chromium.org2010-09-111-1/+3
* Remove obviously unneeded forward declarations from headers under src/{app,ba...viettrungluu@chromium.org2010-08-211-0/+2
* SPDY Alternate-Protocol works through a Digest authentication proxy.cbentzel@chromium.org2010-08-031-2/+13
* Revert 54528 - Digest authentication uses a uri field to prevent replay attacks.nick@chromium.org2010-08-021-13/+2
* Digest authentication uses a uri field to prevent replay attacks.cbentzel@chromium.org2010-08-021-2/+13
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-2/+3
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* On multi-round authentication schemes, the info_ field in the HttpAuthControl...cbentzel@chromium.org2010-07-151-0/+11
* Refactor: Rename MockAuthHandler and move to a separate file.cbentzel@chromium.org2010-06-211-0/+83