1. 3f6007ab Refactor socket pool handling of priorities by [email protected] · 12 years ago
  2. 18ccfdb [net] Use scoped_ptr<> consistently in ClientSocketFactory and related code by [email protected] · 12 years ago
  3. ee6e0b6 Change ownership of |job| objects in ClientSocketPoolBaseHelper by [email protected] · 12 years ago
  4. 03b7c8c Add load states for requests stalled waiting for a socket slot by [email protected] · 12 years ago
  5. 18b57741 Use a direct include of the message_loop header in net/, part 2. by [email protected] · 12 years ago
  6. f002abb Use a direct include of time headers in net/, part 3. by [email protected] · 12 years ago
  7. b021ece6 net: Socket pools prioritize requests with ignore_limits. by [email protected] · 12 years ago
  8. fc9be580 Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, net/server/, net/socket/, net/spdy/, net/ssl/. by [email protected] · 12 years ago
  9. 2da659e net: Use base::MessageLoop. by [email protected] · 12 years ago
  10. aa249b5 net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. by [email protected] · 12 years ago
  11. 58e562f When a new request comes in to a socket pool, and that by [email protected] · 12 years ago
  12. e86df8dc Remove experimental code to pick the "warmest" socket by [email protected] · 12 years ago
  13. 1083335 Cleanup: Remove deprecated base::Value methods from net. Use base::Value too. by [email protected] · 12 years ago
  14. 034df0f3 LoadTiming implementation in net, part 1. by [email protected] · 12 years ago
  15. e9d7d25 NetLog: Move the group_name to a CONNECT_JOB's first event. by [email protected] · 12 years ago
  16. 7af985a Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on that error. by [email protected] · 12 years ago
  17. dba9bd2 Change www.crbug.com (fails) links to crbug.com links (works). by [email protected] · 12 years ago
  18. 2a848e0e Clean-up inline members of nested classes (net/) by [email protected] · 13 years ago
  19. 3aa4af04 NetLogEventParameter to Callback refactoring 9. by [email protected] · 13 years ago
  20. 8159a1c Fix ClientSocketPoolBaseTest.RequestSocketsMultipleTimesDoesNothing. by [email protected] · 13 years ago
  21. 31ae7ab [net] Change order of RequestPriority to natural: higher > lower by [email protected] · 13 years ago
  22. 40dee91a Revert 132478 - Attempt to close idle connections in higher layer socket pools when a lower layer pool is stalled. by [email protected] · 13 years ago
  23. 4e5540a Attempt to close idle connections in higher layer socket pools when a lower layer pool is stalled. by [email protected] · 13 years ago
  24. 51fdc7c Attempting to re-land a small portion of this change... Simply add links from by [email protected] · 13 years ago
  25. 2c75400a Reverting again ... More crashes, and the instrumentation did not appear to help by [email protected] · 13 years ago
  26. 711f7e7 Attempting to re-land this feature with instrumentation to track down the use-after-free. by [email protected] · 13 years ago
  27. f8f951d Reverting this feature, once again. *sigh* by [email protected] · 13 years ago
  28. ba0a931 Attempting to re-land the feature. by [email protected] · 13 years ago
  29. 4ab20fd Revert 127717 - Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300 - Revert 112134 - Revert 112130 - Close idle connections / SPDY sessions when needed by [email protected] · 13 years ago
  30. 691ee16 Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300 - Revert 112134 - Revert 112130 - Close idle connections / SPDY sessions when needed by [email protected] · 13 years ago
  31. 26b997396 Convert use of int ms to TimeDelta in files owned by jar. by [email protected] · 13 years ago
  32. e34400c3 Revert r113405, since it appears to be causing a crash and a hang. Also reverted r118506 since it is no longer applicable. by [email protected] · 13 years ago
  33. 96b939a Revert 117772 - Add instrumentation to help track down a use-after-free. by [email protected] · 13 years ago
  34. 9db08db3 Revert 118074 - Disable FPO throughout client_socket_pool_base.cc. by [email protected] · 13 years ago
  35. d05c787 Fix a use-after free in socket pool which can happen after reaching the maxium number of sockets. by [email protected] · 13 years ago
  36. 15f32e9 Disable FPO throughout client_socket_pool_base.cc. by [email protected] · 13 years ago
  37. 7e379c12 Add instrumentation to help track down a use-after-free. by [email protected] · 13 years ago
  38. 49639fa base::Bind: Convert most of net/http. by [email protected] · 13 years ago
  39. d4dfdab Revert 113305 - Revert 113300 - Revert of 112134 of Revert 112130 - Close idle connections / SPDY sessions when needed. by [email protected] · 13 years ago
  40. a4f8f99 Revert 113300 - Revert of 112134 of Revert 112130 - Close idle connections / SPDY sessions when needed. by [email protected] · 14 years ago
  41. f26d7fa Revert of 112134 of Revert 112130 - Close idle connections / SPDY sessions when needed. by [email protected] · 14 years ago
  42. 83e4330 Revert 112130 - Close idle connections / SPDY sessions when needed. by [email protected] · 14 years ago
  43. cb8a5468 Close idle connections / SPDY sessions when needed. by [email protected] · 14 years ago
  44. 64770b7d Close idle sockets next time we are about to send data. by [email protected] · 14 years ago
  45. f1f3f0f8 Begin CompletionCallback switchover. by [email protected] · 14 years ago
  46. d323a17 Update base/timer.h code to pass through Location from call sites. (reland) original CL w/LGTMs: http://codereview.chromium.org/7812036/ by [email protected] · 14 years ago
  47. 6fd550b Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, by [email protected] · 14 years ago
  48. 400d323 Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so the original code that created the delayed callback is lost. by [email protected] · 14 years ago
  49. 7286e3fc some cleanup for base/stl_util by [email protected] · 14 years ago
  50. 5e6efa5 Warmth of a connection (cwnd) is estimated by the amount of data written to the socket. by [email protected] · 14 years ago
  51. ea678b0 Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of data written to the socket. by [email protected] · 14 years ago
  52. 0ca76cb6 Warmth of a connection (cwnd) is estimated by the amount of data written to the socket. by [email protected] · 14 years ago
  53. f0b73990 Remove prefer_ipv4. by [email protected] · 14 years ago
  54. e4d9a972 Revert r85014 because it doesn't work fully and we're doing something else. by [email protected] · 14 years ago
  55. 374d909 Restart socket pool backup job timer on ReleaseSocket. by [email protected] · 14 years ago
  56. a9fc8fc Start backup socket timer for preconnects too. by [email protected] · 14 years ago
  57. 0d1f4c4 Prefer IPv4 in the ConnectBackupJob to work around broken IPv6 networks by [email protected] · 14 years ago
  58. 3268023f Rename ClientSocket to StreamSocket. by [email protected] · 14 years ago
  59. 636b825 Turn off backup sockets for most tests in net_unittests. by [email protected] · 14 years ago
  60. c847c2a - minor comment change by [email protected] · 14 years ago
  61. 5acdce1 Add ignore limits flag and use for sync request by [email protected] · 14 years ago
  62. 2d672869 Reland rest of r77399. by [email protected] · 14 years ago
  63. a3d677d Revert r77399 in preparation for merging a small portion of it to 696. by [email protected] · 14 years ago
  64. 417da10 Coverity: Fix unnecessary call by values. by [email protected] · 14 years ago
  65. 106c27f4 Reland r77075,r77077. by [email protected] · 14 years ago
  66. 232a581 Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enabling by [email protected] · 14 years ago
  67. d7fd178 NetLog: Log net error codes on a lot of EndEvents. by [email protected] · 14 years ago
  68. fd2e53e Fix preconnect crash on synchronous socket error. by [email protected] · 14 years ago
  69. dcbe168a Fix preconnect crash when we hit max socket limit. by [email protected] · 15 years ago
  70. 3c819f52 Fix ClientSocketPoolBaseHelper preconnect crasher. by [email protected] · 15 years ago
  71. 0707e2a Support predictive request for multiple preconnections by [email protected] · 15 years ago
  72. df0f70c Revert 67614 - Support predictive request for multiple preconnections by [email protected] · 15 years ago
  73. 4376ec3d Support predictive request for multiple preconnections by [email protected] · 15 years ago
  74. 00cd9c4 Convert implicit scoped_refptr constructor calls to explicit ones, part 2 by [email protected] · 15 years ago
  75. 835d7c8 Move Stats, histograms, and field trial into a metrics subdirectory of base and by [email protected] · 15 years ago
  76. 2c2bef15 Add ClientSocketPoolBaseHelper support for preconnect. by [email protected] · 15 years ago
  77. e1b54dc Prefer used idle sockets over unused idle sockets. by [email protected] · 15 years ago
  78. 86ab0ba Remove spammy warning about reaching maximum socket count for the pool. by [email protected] · 15 years ago
  79. 0496f9a3 Adds the ability for a link to set the filter in the events tab. by [email protected] · 15 years ago
  80. 2431756e Stop refcounting ClientSocketPool. by [email protected] · 15 years ago
  81. 3f00be8 Clean up socket backup job when there are no requests. by [email protected] · 15 years ago
  82. 3598c602 Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>... by [email protected] · 15 years ago
  83. ba00b49 Add missing nested socket pools to socket pool info page. Each socket pool should be displayed once and only once. Also, if more than one proxy is in use, socket pools with the same proxy will appear adjacent to each other. by [email protected] · 15 years ago
  84. 0f873e8 Fix ClientSocketHandle reuse_type(). Correctly track socket use. by [email protected] · 15 years ago
  85. 19ac2b9 Stop leaking requests on abort. by [email protected] · 15 years ago
  86. 06f9246 Abort ConnectJobs with ERR_ABORTED when network changes. by [email protected] · 15 years ago
  87. 9349cfb FBTF: A giant cleanup to net/ by [email protected] · 15 years ago
  88. 4baaf9d ClientSocketPoolBaseHelper can try to read an invalid iterator. Fix that. by [email protected] · 15 years ago
  89. 59d7a5a Sockets page on net-internals now displays some information about the current socket pool state. Table padding slightly increased for legibility. by [email protected] · 15 years ago
  90. 1350e83 ClientSocketPoolBaseHelper crash fix: add a self-reference. BUG=49254 by [email protected] · 15 years ago
  91. aed99ef0 Reland r57100. Only create the backup ConnectJob when it is needed. by [email protected] · 15 years ago
  92. 2abfe90a Fix a crash in ClientSocketPoolBaseHelper where we double erase a Group from the GroupMap. by [email protected] · 15 years ago
  93. 06d9404 A/B experiment for re-establishing TCP connections. by [email protected] · 15 years ago
  94. 74d75e0b Revert 57100 - Only create the backup ConnectJob when it is needed. by [email protected] · 15 years ago
  95. 3aa054c Only create the backup ConnectJob when it is needed. by [email protected] · 15 years ago
  96. 000de16c Don't cancel outstanding connect jobs when "flushing" socket pool. by [email protected] · 15 years ago
  97. 09d6ecb0 Fix idle socket cleanup code path. by [email protected] · 15 years ago
  98. 05ea9ff Refactor how ClientSocketPoolBaseHelper avoids re-entrancy. by [email protected] · 15 years ago
  99. 8bad479 Fix bad merge in ClientSocketPoolBaseHelper. by [email protected] · 15 years ago
  100. e60e47a Implement SSLClientSocketPool. by [email protected] · 15 years ago