| Commit message (Expand) | Author | Age | Files | Lines |
* | Attempting to re-land a small portion of this change... Simply add links from | rch@chromium.org | 2012-04-10 | 1 | -0/+21 |
* | Reverting again ... More crashes, and the instrumentation did not appear to help | rch@chromium.org | 2012-04-06 | 1 | -37/+0 |
* | Attempting to re-land this feature with instrumentation to track down the use... | rch@chromium.org | 2012-04-02 | 1 | -0/+37 |
* | Reverting this feature, once again. *sigh* | rch@chromium.org | 2012-03-26 | 1 | -21/+0 |
* | Attempting to re-land the feature. | rch@chromium.org | 2012-03-21 | 1 | -0/+21 |
* | Revert 127717 - Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300... | rch@chromium.org | 2012-03-20 | 1 | -21/+0 |
* | Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300 - Revert 112134... | rch@chromium.org | 2012-03-20 | 1 | -0/+21 |
* | Revert r113405, since it appears to be causing a crash and a hang. Also rever... | eroman@chromium.org | 2012-01-24 | 1 | -22/+1 |
* | base::Bind: Finish converting net/socket. | jhawkins@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Revert 113305 - Revert 113300 - Revert of 112134 of Revert 112130 - Close idl... | rtenneti@google.com | 2011-12-07 | 1 | -0/+21 |
* | Revert 113300 - Revert of 112134 of Revert 112130 - Close idle connections / ... | rtenneti@chromium.org | 2011-12-07 | 1 | -21/+0 |
* | Revert of 112134 of Revert 112130 - Close idle connections / SPDY sessions wh... | rtenneti@chromium.org | 2011-12-06 | 1 | -0/+21 |
* | Revert 112130 - Close idle connections / SPDY sessions when needed. | sail@chromium.org | 2011-11-30 | 1 | -19/+0 |
* | Close idle connections / SPDY sessions when needed. | willchan@chromium.org | 2011-11-30 | 1 | -0/+19 |
* | Expose some network configurations for performance tuning. | wangxianzhu@chromium.org | 2011-10-12 | 1 | -2/+5 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -2/+2 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -2/+2 |
* | Move base/values.h into the base namespace. This includes a cros DEPS roll | dmazzoni@chromium.org | 2011-07-12 | 1 | -3/+6 |
* | Net: Add net_api to the socket code | rvargas@google.com | 2011-05-19 | 1 | -1/+2 |
* | Rename ClientSocket to StreamSocket. | sergeyu@chromium.org | 2011-05-05 | 1 | -4/+4 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxy | rch@chromium.org | 2010-12-17 | 1 | -2/+2 |
* | Plumb up the preconnect logic from pools to StreamFactory. | willchan@chromium.org | 2010-10-16 | 1 | -6/+17 |
* | Add ClientSocketPoolBaseHelper support for preconnect. | willchan@chromium.org | 2010-10-13 | 1 | -0/+15 |
* | FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD... | erg@google.com | 2010-09-30 | 1 | -2/+2 |
* | Stop refcounting ClientSocketPool. | willchan@chromium.org | 2010-09-29 | 1 | -5/+3 |
* | Add missing nested socket pools to socket pool info page. Each socket pool s... | mmenke@chromium.org | 2010-09-08 | 1 | -5/+8 |
* | Sockets page on net-internals now displays some information about the current... | mmenke@chromium.org | 2010-08-30 | 1 | -0/+7 |
* | FBTF: Remove unnecessary STL #includes from src/net. | viettrungluu@chromium.org | 2010-08-19 | 1 | -1/+0 |
* | `#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 | -2/+3 |
* | Make the various SocketParams reference counted. | vandebo@chromium.org | 2010-07-12 | 1 | -3/+5 |
* | Put HttpProxyClientSocket into a pool. | vandebo@chromium.org | 2010-07-12 | 1 | -4/+9 |
* | A/B test for determining a value for unused socket timeout. Currently the | ziadh@chromium.org | 2010-06-21 | 1 | -0/+4 |
* | Improve error messages for bad SocketParams. | willchan@chromium.org | 2010-06-15 | 1 | -6/+17 |
* | Do not attempt to reuse active sockets after a socket pool flush (usually a n... | willchan@chromium.org | 2010-06-07 | 1 | -2/+12 |
* | Make ClientSocketPool histograms static so that they work properly. | vandebo@chromium.org | 2010-05-20 | 1 | -2/+4 |
* | Implement SOCKSClientSocketPool | vandebo@chromium.org | 2010-03-22 | 1 | -2/+9 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -2/+2 |
* | When connect takes too long for a new socket group, issue a single | mbelshe@chromium.org | 2010-03-14 | 1 | -0/+3 |
* | Update network priorities to support better granularity | mbelshe@google.com | 2009-12-02 | 1 | -1/+2 |
* | Make ClientSocketHandle::Init() typesafe. | willchan@chromium.org | 2009-08-19 | 1 | -0/+16 |
* | Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic. | willchan@chromium.org | 2009-08-14 | 1 | -1/+1 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -3/+3 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -1/+3 |
* | Refactor ClientSocketPoolBase to be testable without host resolution / tcp co... | willchan@chromium.org | 2009-06-30 | 1 | -3/+0 |
* | Move socket related files from net/base to net/socket. | willchan@chromium.org | 2009-06-22 | 1 | -0/+97 |