| Commit message (Expand) | Author | Age | Files | Lines |
* | Retry requests on reused sockets that receive ERR_EMPTY_RESPONSE. | davidben@chromium.org | 2014-03-18 | 1 | -12/+4 |
* | Clarify conditions of use of ClientSocketHandle::PassSocket() | akalin@chromium.org | 2013-08-28 | 1 | -2/+9 |
* | When an idle socket is added back to a socket pool, | mmenke@chromium.org | 2013-08-22 | 1 | -3/+9 |
* | Remove SocketParams template parameter for functions templated on PoolType | akalin@chromium.org | 2013-08-15 | 1 | -13/+10 |
* | [net] Use scoped_ptr<> consistently in ClientSocketFactory and related code | akalin@chromium.org | 2013-08-15 | 1 | -3/+3 |
* | Use a direct include of time headers in net/, part 3. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | LoadTiming implementation in net, part 1. | mmenke@chromium.org | 2013-01-07 | 1 | -0/+18 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Attempting to re-land a small portion of this change... Simply add links from | rch@chromium.org | 2012-04-10 | 1 | -0/+7 |
* | Reverting again ... More crashes, and the instrumentation did not appear to help | rch@chromium.org | 2012-04-06 | 1 | -7/+0 |
* | Attempting to re-land this feature with instrumentation to track down the use... | rch@chromium.org | 2012-04-02 | 1 | -0/+7 |
* | Reverting this feature, once again. *sigh* | rch@chromium.org | 2012-03-26 | 1 | -5/+0 |
* | Attempting to re-land the feature. | rch@chromium.org | 2012-03-21 | 1 | -0/+5 |
* | Revert 127717 - Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300... | rch@chromium.org | 2012-03-20 | 1 | -5/+0 |
* | Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300 - Revert 112134... | rch@chromium.org | 2012-03-20 | 1 | -0/+5 |
* | Revert r113405, since it appears to be causing a crash and a hang. Also rever... | eroman@chromium.org | 2012-01-24 | 1 | -6/+1 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -2/+2 |
* | base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps. | jhawkins@chromium.org | 2011-12-15 | 1 | -3/+3 |
* | Revert 113305 - Revert 113300 - Revert of 112134 of Revert 112130 - Close idl... | rtenneti@google.com | 2011-12-07 | 1 | -0/+5 |
* | Revert 113300 - Revert of 112134 of Revert 112130 - Close idle connections / ... | rtenneti@chromium.org | 2011-12-07 | 1 | -5/+0 |
* | Revert of 112134 of Revert 112130 - Close idle connections / SPDY sessions wh... | rtenneti@chromium.org | 2011-12-06 | 1 | -0/+5 |
* | Revert 112130 - Close idle connections / SPDY sessions when needed. | sail@chromium.org | 2011-11-30 | 1 | -5/+0 |
* | Close idle connections / SPDY sessions when needed. | willchan@chromium.org | 2011-11-30 | 1 | -0/+5 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 1 | -4/+4 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -2/+2 |
* | 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 | -7/+7 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Even more reordering the methods in headers and implementation in net/. | erg@google.com | 2011-01-20 | 1 | -2/+2 |
* | Stop refcounting ClientSocketPool. | willchan@chromium.org | 2010-09-29 | 1 | -3/+3 |
* | Gather preconnection use vs waste statistics | jar@chromium.org | 2010-08-25 | 1 | -13/+1 |
* | Extract connection logic from HttpNetworkTransaction into a new | mbelshe@chromium.org | 2010-08-19 | 1 | -13/+0 |
* | Reland 54771 (and 54795) To enable TCP Preconnection by default | jar@chromium.org | 2010-08-06 | 1 | -1/+13 |
* | Revert 55071 - Reland 54771 (and 54795) To enable TCP Preconnection by default | dhollowa@chromium.org | 2010-08-05 | 1 | -10/+1 |
* | Reland 54771 (and 54795) To enable TCP Preconnection by default | jar@chromium.org | 2010-08-05 | 1 | -1/+10 |
* | Revert 54771 - Enable speculative preconnection by default | jar@chromium.org | 2010-08-04 | 1 | -9/+1 |
* | Enable speculative preconnection by default | jar@chromium.org | 2010-08-03 | 1 | -1/+9 |
* | Recommit 54405 - Fix late binding induced mismatch of Socket and AuthController | vandebo@chromium.org | 2010-08-03 | 1 | -0/+7 |
* | Revert 54405 - Fix late binding induced mismatch of Socket and AuthController | nick@chromium.org | 2010-08-02 | 1 | -7/+0 |
* | Fix late binding induced mismatch of Socket and AuthController | vandebo@chromium.org | 2010-07-30 | 1 | -0/+7 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Fix crash bug in new SSLClientSocketPool. | vandebo@chromium.org | 2010-07-16 | 1 | -15/+16 |
* | Refactor how ClientSocketPoolBaseHelper avoids re-entrancy. | willchan@chromium.org | 2010-07-15 | 1 | -1/+3 |
* | Implement SSLClientSocketPool. | vandebo@chromium.org | 2010-07-14 | 1 | -1/+27 |
* | Make the various SocketParams reference counted. | vandebo@chromium.org | 2010-07-12 | 1 | -5/+5 |
* | Put HttpProxyClientSocket into a pool. | vandebo@chromium.org | 2010-07-12 | 1 | -0/+6 |
* | Do not attempt to reuse active sockets after a socket pool flush (usually a n... | willchan@chromium.org | 2010-06-07 | 1 | -0/+2 |
* | Rework the logging for sockets/connectjobs. | eroman@chromium.org | 2010-06-03 | 1 | -0/+5 |
* | Implement SOCKSClientSocketPool | vandebo@chromium.org | 2010-03-22 | 1 | -3/+7 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -4/+4 |