| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate the SpdyProxyClientSocket into the HttpStreamRequest | rch@chromium.org | 2010-10-13 | 1 | -0/+21 |
* | Add ClientSocketPoolBaseHelper support for preconnect. | willchan@chromium.org | 2010-10-13 | 1 | -0/+5 |
* | Stop refcounting HostResolver. | willchan@chromium.org | 2010-10-01 | 1 | -4/+4 |
* | Stop refcounting ClientSocketPool. | willchan@chromium.org | 2010-09-29 | 1 | -17/+16 |
* | net: Fix incorrect style used in some enumerations. | tfarina@chromium.org | 2010-09-22 | 1 | -7/+7 |
* | Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>... | willchan@chromium.org | 2010-09-17 | 1 | -5/+9 |
* | Add missing nested socket pools to socket pool info page. Each socket pool s... | mmenke@chromium.org | 2010-09-08 | 1 | -4/+5 |
* | Add support for speaking SPDY to an HTTPS proxy. | rch@chromium.org | 2010-09-01 | 1 | -0/+1 |
* | Sockets page on net-internals now displays some information about the current... | mmenke@chromium.org | 2010-08-30 | 1 | -0/+5 |
* | Attempting to re-land CL 3110006 which turned out to have | rch@chromium.org | 2010-08-25 | 1 | -10/+30 |
* | Revert 57333 - Add support for speaking SSL to an HTTP Proxy, to | dhollowa@chromium.org | 2010-08-25 | 1 | -30/+10 |
* | Add support for speaking SSL to an HTTP Proxy, to | rch@chromium.org | 2010-08-25 | 1 | -10/+30 |
* | Remove obviously unneeded forward declarations from headers under src/{app,ba... | viettrungluu@chromium.org | 2010-08-21 | 1 | -3/+0 |
* | Send user agent with CONNECT requests. | vandebo@chromium.org | 2010-08-18 | 1 | -1/+5 |
* | Remove a bunch of extra includes. | vandebo@chromium.org | 2010-08-11 | 1 | -3/+3 |
* | Recommit 54405 - Fix late binding induced mismatch of Socket and AuthController | vandebo@chromium.org | 2010-08-03 | 1 | -4/+5 |
* | Revert 54405 - Fix late binding induced mismatch of Socket and AuthController | nick@chromium.org | 2010-08-02 | 1 | -5/+4 |
* | Fix late binding induced mismatch of Socket and AuthController | vandebo@chromium.org | 2010-07-30 | 1 | -4/+5 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Refactor how ClientSocketPoolBaseHelper avoids re-entrancy. | willchan@chromium.org | 2010-07-15 | 1 | -1/+1 |
* | Implement SSLClientSocketPool. | vandebo@chromium.org | 2010-07-14 | 1 | -1/+4 |
* | Make the various SocketParams reference counted. | vandebo@chromium.org | 2010-07-12 | 1 | -13/+13 |
* | Put HttpProxyClientSocket into a pool. | vandebo@chromium.org | 2010-07-12 | 1 | -0/+201 |