| Commit message (Expand) | Author | Age | Files | Lines |
* | [Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITY | akalin@chromium.org | 2013-11-14 | 1 | -9/+16 |
* | Revert 232802 "[Net] Assert that URLRequests with LOAD_IGNORE_LI..." | scherkus@chromium.org | 2013-11-04 | 1 | -16/+9 |
* | [Net] Assert that URLRequests with LOAD_IGNORE_LIMITS have MAXIMUM_PRIORITY | akalin@chromium.org | 2013-11-04 | 1 | -9/+16 |
* | [Net] Make ClientSocketPoolBaseHelper::Group use a timer | akalin@chromium.org | 2013-10-29 | 1 | -26/+29 |
* | [Net] Make ClientSocketPoolBaseHelper::Group use PriorityQueue | akalin@chromium.org | 2013-10-24 | 1 | -44/+25 |
* | [Net] Log RequestPriority instances as strings instead of integers | akalin@chromium.org | 2013-10-16 | 1 | -2/+3 |
* | Encapsulate handling of pending requests in ClientSocketPoolBase::Group | akalin@chromium.org | 2013-08-23 | 1 | -104/+127 |
* | When an idle socket is added back to a socket pool, | mmenke@chromium.org | 2013-08-22 | 1 | -33/+71 |
* | Refactor socket pool handling of priorities | akalin@chromium.org | 2013-08-22 | 1 | -0/+2 |
* | [net] Use scoped_ptr<> consistently in ClientSocketFactory and related code | akalin@chromium.org | 2013-08-15 | 1 | -32/+43 |
* | Change ownership of |job| objects in ClientSocketPoolBaseHelper | akalin@chromium.org | 2013-08-14 | 1 | -5/+7 |
* | Add load states for requests stalled waiting for a socket slot | mmenke@chromium.org | 2013-07-20 | 1 | -17/+19 |
* | Use a direct include of the message_loop header in net/, part 2. | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Use a direct include of time headers in net/, part 3. | avi@chromium.org | 2013-06-28 | 1 | -2/+2 |
* | net: Socket pools prioritize requests with ignore_limits. | mmenke@chromium.org | 2013-06-11 | 1 | -9/+33 |
* | Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ... | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | net: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-23 | 1 | -3/+3 |
* | net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-30 | 1 | -2/+2 |
* | When a new request comes in to a socket pool, and that | mmenke@chromium.org | 2013-04-22 | 1 | -0/+20 |
* | Remove experimental code to pick the "warmest" socket | mmenke@chromium.org | 2013-03-30 | 1 | -42/+1 |
* | Cleanup: Remove deprecated base::Value methods from net. Use base::Value too. | thestig@chromium.org | 2013-02-12 | 1 | -9/+9 |
* | LoadTiming implementation in net, part 1. | mmenke@chromium.org | 2013-01-07 | 1 | -9/+19 |
* | NetLog: Move the group_name to a CONNECT_JOB's first | mmenke@chromium.org | 2013-01-04 | 1 | -3/+3 |
* | Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ... | joaodasilva@chromium.org | 2012-12-14 | 1 | -6/+6 |
* | Change www.crbug.com (fails) links to crbug.com links (works). | dbeam@chromium.org | 2012-12-06 | 1 | -1/+1 |
* | Clean-up inline members of nested classes (net/) | hans@chromium.org | 2012-08-09 | 1 | -0/+10 |
* | NetLogEventParameter to Callback refactoring 9. | mmenke@chromium.org | 2012-06-14 | 1 | -25/+19 |
* | Fix ClientSocketPoolBaseTest.RequestSocketsMultipleTimesDoesNothing. | mmenke@chromium.org | 2012-06-07 | 1 | -32/+45 |
* | [net] Change order of RequestPriority to natural: higher > lower | szym@chromium.org | 2012-04-24 | 1 | -3/+2 |
* | Revert 132478 - Attempt to close idle connections in higher layer socket pool... | rch@chromium.org | 2012-04-17 | 1 | -15/+5 |
* | Attempt to close idle connections in higher layer socket pools when a lower l... | rch@chromium.org | 2012-04-16 | 1 | -5/+15 |
* | Attempting to re-land a small portion of this change... Simply add links from | rch@chromium.org | 2012-04-10 | 1 | -10/+71 |
* | Reverting again ... More crashes, and the instrumentation did not appear to help | rch@chromium.org | 2012-04-06 | 1 | -87/+15 |
* | Attempting to re-land this feature with instrumentation to track down the use... | rch@chromium.org | 2012-04-02 | 1 | -15/+87 |
* | Reverting this feature, once again. *sigh* | rch@chromium.org | 2012-03-26 | 1 | -86/+15 |
* | Attempting to re-land the feature. | rch@chromium.org | 2012-03-21 | 1 | -15/+86 |
* | Revert 127717 - Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300... | rch@chromium.org | 2012-03-20 | 1 | -86/+15 |
* | Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300 - Revert 112134... | rch@chromium.org | 2012-03-20 | 1 | -15/+86 |
* | Convert use of int ms to TimeDelta in files owned by jar. | tedvessenes@gmail.com | 2012-01-28 | 1 | -1/+1 |
* | Revert r113405, since it appears to be causing a crash and a hang. Also rever... | eroman@chromium.org | 2012-01-24 | 1 | -74/+14 |
* | Revert 117772 - Add instrumentation to help track down a use-after-free. | eroman@chromium.org | 2012-01-20 | 1 | -38/+2 |
* | Revert 118074 - Disable FPO throughout client_socket_pool_base.cc. | eroman@chromium.org | 2012-01-20 | 1 | -13/+0 |
* | Fix a use-after free in socket pool which can happen after reaching the maxiu... | eroman@chromium.org | 2012-01-20 | 1 | -0/+5 |
* | Disable FPO throughout client_socket_pool_base.cc. | eroman@chromium.org | 2012-01-18 | 1 | -0/+13 |
* | Add instrumentation to help track down a use-after-free. | eroman@chromium.org | 2012-01-14 | 1 | -2/+38 |
* | base::Bind: Convert most of net/http. | jhawkins@chromium.org | 2011-12-20 | 1 | -15/+16 |
* | Revert 113305 - Revert 113300 - Revert of 112134 of Revert 112130 - Close idl... | rtenneti@google.com | 2011-12-07 | 1 | -13/+68 |
* | Revert 113300 - Revert of 112134 of Revert 112130 - Close idle connections / ... | rtenneti@chromium.org | 2011-12-07 | 1 | -68/+13 |
* | Revert of 112134 of Revert 112130 - Close idle connections / SPDY sessions wh... | rtenneti@chromium.org | 2011-12-06 | 1 | -13/+68 |
* | Revert 112130 - Close idle connections / SPDY sessions when needed. | sail@chromium.org | 2011-11-30 | 1 | -68/+13 |