| Commit message (Expand) | Author | Age | Files | Lines |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -2/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | SPDY now always uses http_network_transaction instead of spdy_network_transac... | erikchen@google.com | 2010-07-23 | 1 | -1/+15 |
* | Implement MAX_CONCURRENT_STREAMS SETTINGS header | gavinp@google.com | 2010-07-17 | 1 | -0/+4 |
* | Remove now unused states (cleanup). | vandebo@chromium.org | 2010-07-16 | 1 | -5/+0 |
* | Implement SSLClientSocketPool. | vandebo@chromium.org | 2010-07-14 | 1 | -4/+0 |
* | Put HttpProxyClientSocket into a pool. | vandebo@chromium.org | 2010-07-12 | 1 | -10/+3 |
* | Implement HttpProxyClientSocket: Http proxie setup is now done in it's own cl... | vandebo@chromium.org | 2010-07-12 | 1 | -15/+14 |
* | Make the Negotiate Authentication Handler a state machine. | cbentzel@chromium.org | 2010-07-01 | 1 | -5/+0 |
* | Hooking GSSAPI code into HTTP authenticate Negotiate handler. | ahendrickson@google.com | 2010-06-28 | 1 | -0/+3 |
* | SPDY: Make sure we don't try to send https/wss over an unauthenticated, but e... | willchan@chromium.org | 2010-06-28 | 1 | -0/+3 |
* | Fixed bug where streams do not shutdown properly after the user callback dele... | erikchen@google.com | 2010-06-24 | 1 | -1/+1 |
* | Create HttpAuthController. (again) | vandebo@chromium.org | 2010-06-24 | 1 | -74/+6 |
* | Revert 50647 - Create HttpAuthController. | vandebo@chromium.org | 2010-06-23 | 1 | -6/+74 |
* | Create HttpAuthController. | vandebo@chromium.org | 2010-06-23 | 1 | -74/+6 |
* | Revert 50215 because of crashes - Refactor SpdyStream to get HTTP specific ou... | willchan@chromium.org | 2010-06-18 | 1 | -1/+1 |
* | Refactor SpdyStream to get HTTP specific out of the interface and members. | ukai@chromium.org | 2010-06-18 | 1 | -1/+1 |
* | HttpNetworkTransaction handles asynchronous auth token generation. | cbentzel@chromium.org | 2010-06-17 | 1 | -12/+28 |
* | Refactor SpdyStream. | ukai@chromium.org | 2010-06-14 | 1 | -2/+2 |
* | Add metrics for measuring spdy transaction latency. | mbelshe@chromium.org | 2010-06-13 | 1 | -2/+2 |
* | Async support for HttpAuthHandler::GenerateAuthToken. | cbentzel@chromium.org | 2010-06-10 | 1 | -0/+2 |
* | HttpAuthHandler's are no longer refcounted. | cbentzel@chromium.org | 2010-06-07 | 1 | -1/+1 |
* | Eliminate the establishing_tunnel_ internal state and move to explicit | mbelshe@chromium.org | 2010-05-25 | 1 | -8/+12 |
* | Add --host-rules support. | willchan@chromium.org | 2010-05-12 | 1 | -0/+2 |
* | Fix a DCHECK that was hit when trying to log information on an invalid proxy-... | eroman@chromium.org | 2010-05-05 | 1 | -0/+4 |
* | Implement a 15 connection per proxy server limit. | willchan@chromium.org | 2010-04-29 | 1 | -3/+3 |
* | Remove proxy_mode_ from the HttpNetworkTransaction since it | mbelshe@chromium.org | 2010-04-28 | 1 | -8/+0 |
* | SPDY: Fix Alternate-Protocol. | willchan@chromium.org | 2010-04-26 | 1 | -0/+6 |
* | Refactored to pass the URLSecurityManager via the HttpAuthFactory class to th... | ahendrickson@chromium.org | 2010-04-16 | 1 | -5/+0 |
* | SPDY: Alternate-Protocol changes. | willchan@chromium.org | 2010-04-15 | 1 | -0/+3 |
* | Kerberos uses an SPN (Service Principal Name) to identify a server. This is t... | cbentzel@chromium.org | 2010-04-14 | 1 | -0/+4 |
* | Reland r42300: "HttpRequestHeaders refactor." | willchan@chromium.org | 2010-03-29 | 1 | -2/+4 |
* | On Windows, use IInternetSecurityManager to determine if it's OK | wtc@chromium.org | 2010-03-29 | 1 | -0/+9 |
* | Revert "Reland r42300: "HttpRequestHeaders refactor.""" | willchan@chromium.org | 2010-03-23 | 1 | -4/+2 |
* | Reland r42300: "HttpRequestHeaders refactor."" | willchan@chromium.org | 2010-03-23 | 1 | -2/+4 |
* | Revert r42300: "HttpRequestHeaders refactor." | willchan@chromium.org | 2010-03-23 | 1 | -4/+2 |
* | HttpRequestHeaders refactor. | willchan@chromium.org | 2010-03-23 | 1 | -2/+4 |
* | Implement SOCKSClientSocketPool | vandebo@chromium.org | 2010-03-22 | 1 | -6/+2 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -3/+4 |
* | SPDY: Alternate-Protocol changes. | willchan@chromium.org | 2010-03-10 | 1 | -3/+6 |
* | SPDY: Add basic support for Alternate-Protocol header. | willchan@chromium.org | 2010-03-09 | 1 | -0/+9 |
* | Don't ignore certificate errors with SPDY. | mbelshe@chromium.org | 2010-03-03 | 1 | -0/+6 |
* | Add APIs to expose http cache's metadata and the | rvargas@google.com | 2010-02-23 | 1 | -0/+1 |
* | Rename use_spdy_ to using_spdy_ and test it in more places: | wtc@chromium.org | 2010-02-22 | 1 | -3/+2 |
* | Fix a SPDY regression introduced in r39037. When we ignore certificate | wtc@chromium.org | 2010-02-19 | 1 | -0/+4 |
* | The great Flip -> Spdy rename. | mbelshe@chromium.org | 2010-02-08 | 1 | -2/+2 |
* | SPDY: Enable SPDY via NPN. | willchan@chromium.org | 2009-12-21 | 1 | -2/+21 |
* | Make the transactions own the HttpResponseInfo. | willchan@chromium.org | 2009-12-16 | 1 | -0/+1 |
* | Flip: Comma delimit the various flip options. Redo the fixed testing server f... | willchan@chromium.org | 2009-12-15 | 1 | -0/+1 |
* | Refactor HttpNetworkTransaction so that HttpStream is responsible for parsing... | vandebo@chromium.org | 2009-10-17 | 1 | -108/+18 |