| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r77399 in preparation for merging a small portion of it to 696. | willchan@chromium.org | 2011-03-11 | 1 | -2/+0 |
* | Coverity: Fix unnecessary call by values. | vandebo@chromium.org | 2011-03-11 | 1 | -1/+1 |
* | Reland r77075,r77077. | willchan@chromium.org | 2011-03-09 | 1 | -0/+2 |
* | Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enabling | adamk@chromium.org | 2011-03-04 | 1 | -2/+2 |
* | Even more reordering the methods in headers and implementation in net/. | erg@google.com | 2011-01-20 | 1 | -2/+3 |
* | More reordering the methods in headers in net/. | erg@chromium.org | 2011-01-11 | 1 | -8/+8 |
* | Fix preconnect crash when we hit max socket limit. | willchan@chromium.org | 2010-12-02 | 1 | -0/+5 |
* | Fix clang build: remove a const on a return value. | willchan@chromium.org | 2010-10-13 | 1 | -1/+1 |
* | Add ClientSocketPoolBaseHelper support for preconnect. | willchan@chromium.org | 2010-10-13 | 1 | -18/+90 |
* | Prefer used idle sockets over unused idle sockets. | willchan@chromium.org | 2010-10-06 | 1 | -3/+4 |
* | Adds the ability for a link to set the filter in the events | mmenke@chromium.org | 2010-09-30 | 1 | -0/+2 |
* | Stop refcounting ClientSocketPool. | willchan@chromium.org | 2010-09-29 | 1 | -32/+27 |
* | Clean up socket backup job when there are no requests. | willchan@chromium.org | 2010-09-27 | 1 | -1/+1 |
* | Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>... | willchan@chromium.org | 2010-09-17 | 1 | -3/+1 |
* | Add missing nested socket pools to socket pool info page. Each socket pool s... | mmenke@chromium.org | 2010-09-08 | 1 | -3/+4 |
* | Fix ClientSocketHandle reuse_type(). Correctly track socket use. | willchan@chromium.org | 2010-09-02 | 1 | -5/+3 |
* | Abort ConnectJobs with ERR_ABORTED when network changes. | willchan@chromium.org | 2010-08-31 | 1 | -3/+6 |
* | Sockets page on net-internals now displays some information about the current... | mmenke@chromium.org | 2010-08-30 | 1 | -0/+8 |
* | Reland r57100. Only create the backup ConnectJob when it is needed. | willchan@chromium.org | 2010-08-26 | 1 | -42/+49 |
* | Fix a crash in ClientSocketPoolBaseHelper where we double erase a Group from ... | willchan@chromium.org | 2010-08-25 | 1 | -0/+6 |
* | A/B experiment for re-establishing TCP connections. | ziadh@chromium.org | 2010-08-25 | 1 | -8/+9 |
* | Revert 57100 - Only create the backup ConnectJob when it is needed. | thestig@chromium.org | 2010-08-23 | 1 | -49/+42 |
* | Only create the backup ConnectJob when it is needed. | willchan@chromium.org | 2010-08-23 | 1 | -42/+49 |
* | Reland 54771 (and 54795) To enable TCP Preconnection by default | jar@chromium.org | 2010-08-06 | 1 | -6/+5 |
* | Revert 55071 - Reland 54771 (and 54795) To enable TCP Preconnection by default | dhollowa@chromium.org | 2010-08-05 | 1 | -5/+6 |
* | Reland 54771 (and 54795) To enable TCP Preconnection by default | jar@chromium.org | 2010-08-05 | 1 | -6/+5 |
* | Revert 54771 - Enable speculative preconnection by default | jar@chromium.org | 2010-08-04 | 1 | -5/+6 |
* | Enable speculative preconnection by default | jar@chromium.org | 2010-08-03 | 1 | -6/+5 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Fix idle socket cleanup code path. | vandebo@chromium.org | 2010-07-22 | 1 | -0/+3 |
* | Refactor how ClientSocketPoolBaseHelper avoids re-entrancy. | willchan@chromium.org | 2010-07-15 | 1 | -21/+43 |
* | Implement SSLClientSocketPool. | vandebo@chromium.org | 2010-07-14 | 1 | -0/+5 |
* | Make the various SocketParams reference counted. | vandebo@chromium.org | 2010-07-12 | 1 | -4/+4 |
* | Reland 51081: | mbelshe@chromium.org | 2010-07-11 | 1 | -61/+28 |
* | Revert 51081 for causing crashes - | willchan@chromium.org | 2010-07-07 | 1 | -28/+61 |
* | We basically don't do late socket binding when a connect has already | mbelshe@chromium.org | 2010-06-29 | 1 | -61/+28 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 1 | -9/+4 |
* | A/B test for determining a value for unused socket timeout. Currently the | ziadh@chromium.org | 2010-06-21 | 1 | -9/+5 |
* | Reland my close on idle socket change (r43882+r44150). | willchan@chromium.org | 2010-06-10 | 1 | -5/+16 |
* | Revert "Revert an idle sockets change to trigger reliability bot. Will rever... | willchan@chromium.org | 2010-06-08 | 1 | -16/+5 |
* | Revert an idle sockets change to trigger reliability bot. Will revert again ... | willchan@chromium.org | 2010-06-08 | 1 | -5/+16 |
* | Do not attempt to reuse active sockets after a socket pool flush (usually a n... | willchan@chromium.org | 2010-06-07 | 1 | -5/+17 |
* | Rework the logging for sockets/connectjobs. | eroman@chromium.org | 2010-06-03 | 1 | -10/+13 |
* | Make ClientSocketPool histograms static so that they work properly. | vandebo@chromium.org | 2010-05-20 | 1 | -5/+7 |
* | Revert r47395. Looks like it still crashes =/ | willchan@chromium.org | 2010-05-20 | 1 | -4/+14 |
* | Revert r47583 for causing reliability bot crashes. | willchan@chromium.org | 2010-05-19 | 1 | -16/+5 |
* | Reland my close on idle socket change. | willchan@chromium.org | 2010-05-18 | 1 | -5/+16 |
* | This is roughly a reland of r43908, although I had to rewrite a fair chunk si... | willchan@chromium.org | 2010-05-17 | 1 | -14/+4 |
* | Reland 46757. | willchan@chromium.org | 2010-05-10 | 1 | -0/+3 |
* | Revert 46757 - Fix IO thread hang on releasing a socket. | sky@chromium.org | 2010-05-08 | 1 | -3/+0 |