| Commit message (Expand) | Author | Age | Files | Lines |
* | More net/ reordering. | erg@google.com | 2011-01-21 | 1 | -5/+5 |
* | More reordering the methods in headers in net/. | erg@chromium.org | 2011-01-11 | 1 | -10/+10 |
* | Remove static "set_fixed_cnonce" in favor of NonceGenerator objects. | cbentzel@chromium.org | 2010-11-17 | 1 | -1/+3 |
* | Support specifying the GSSAPI library that will be used. | danno@chromium.org | 2010-11-12 | 1 | -0/+4 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 1 | -2/+4 |
* | HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument. | cbentzel@chromium.org | 2010-09-29 | 1 | -1/+5 |
* | Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver ... | cbentzel@chromium.org | 2010-09-28 | 1 | -5/+1 |
* | HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument. | cbentzel@chromium.org | 2010-09-28 | 1 | -1/+5 |
* | --auth-schemes specifies which authentication schemes are supported on the co... | cbentzel@chromium.org | 2010-08-23 | 1 | -0/+25 |
* | Remove CRLF. | cbentzel@chromium.org | 2010-08-18 | 1 | -1/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | HttpAuthHandler's are no longer refcounted. | cbentzel@chromium.org | 2010-06-07 | 1 | -4/+4 |
* | HttpAuthHandlers hold onto a bound net log. | cbentzel@chromium.org | 2010-05-27 | 1 | -0/+5 |
* | Lazy initialization of URLSecurityManager to reduce start-up time. | ahendrickson@chromium.org | 2010-05-20 | 1 | -5/+4 |
* | Remove handler from HttpAuthCache. | cbentzel@chromium.org | 2010-05-20 | 1 | -0/+28 |
* | Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th... | ahendrickson@chromium.org | 2010-04-16 | 1 | -15/+15 |
* | Kerberos uses an SPN (Service Principal Name) to identify a server. This is t... | cbentzel@chromium.org | 2010-04-14 | 1 | -3/+7 |
* | Added HttpAuthFilter. | cbentzel@chromium.org | 2010-02-26 | 1 | -7/+38 |
* | Added factories for HttpAuthHandler. | cbentzel@chromium.org | 2010-02-15 | 1 | -0/+96 |