| Commit message (Expand) | Author | Age | Files | Lines |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -20/+21 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -5/+5 |
* | base::Bind conversion for net/http/... | adamk@chromium.org | 2011-10-20 | 1 | -5/+8 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -4/+4 |
* | Don't try to use explicit credentials with schemes that don't support it. | asanka@chromium.org | 2011-08-31 | 1 | -2/+14 |
* | Change HttpAuthHandlerMock to accept and return more than one http_auth_handler. | rch@chromium.org | 2011-08-11 | 1 | -6/+7 |
* | More net/ method ordering. | erg@google.com | 2011-01-26 | 1 | -7/+11 |
* | Cleanup: Use AUTH_SCHEME enum instead of a string. | cbentzel@chromium.org | 2011-01-13 | 1 | -2/+1 |
* | Histogram target for each HTTP Authentication Scheme. | cbentzel@chromium.org | 2010-12-13 | 1 | -0/+1 |
* | Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h... | erikwright@chromium.org | 2010-09-30 | 1 | -2/+1 |
* | Fix multi-round authentication. | cbentzel@chromium.org | 2010-09-11 | 1 | -0/+11 |
* | SPDY Alternate-Protocol works through a Digest authentication proxy. | cbentzel@chromium.org | 2010-08-03 | 1 | -1/+15 |
* | Revert 54528 - Digest authentication uses a uri field to prevent replay attacks. | nick@chromium.org | 2010-08-02 | 1 | -15/+1 |
* | Digest authentication uses a uri field to prevent replay attacks. | cbentzel@chromium.org | 2010-08-02 | 1 | -1/+15 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -2/+2 |
* | On multi-round authentication schemes, the info_ field in the HttpAuthControl... | cbentzel@chromium.org | 2010-07-15 | 1 | -2/+5 |
* | Refactor: Rename MockAuthHandler and move to a separate file. | cbentzel@chromium.org | 2010-06-21 | 1 | -0/+138 |