summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket_pool_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-1/+1
* Add ClientSocketPoolBaseHelper support for preconnect.willchan@chromium.org2010-10-131-17/+90
* Prefer used idle sockets over unused idle sockets.willchan@chromium.org2010-10-061-21/+49
* Remove spammy warning about reaching maximum socket count for the pool.cbentzel@chromium.org2010-10-041-1/+0
* Adds the ability for a link to set the filter in the eventsmmenke@chromium.org2010-09-301-2/+18
* Stop refcounting ClientSocketPool.willchan@chromium.org2010-09-291-17/+11
* Clean up socket backup job when there are no requests.willchan@chromium.org2010-09-271-14/+9
* Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>...willchan@chromium.org2010-09-171-11/+1
* Add missing nested socket pools to socket pool info page. Each socket pool s...mmenke@chromium.org2010-09-081-1/+1
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-021-9/+12
* Stop leaking requests on abort.willchan@chromium.org2010-09-011-0/+1
* Abort ConnectJobs with ERR_ABORTED when network changes.willchan@chromium.org2010-08-311-0/+32
* FBTF: A giant cleanup to net/erg@google.com2010-08-311-0/+1
* ClientSocketPoolBaseHelper can try to read an invalid iterator. Fix that.willchan@chromium.org2010-08-311-0/+9
* Sockets page on net-internals now displays some information about the current...mmenke@chromium.org2010-08-301-0/+42
* ClientSocketPoolBaseHelper crash fix: add a self-reference.willchan@chromium.org2010-08-261-0/+6
* Reland r57100. Only create the backup ConnectJob when it is needed.willchan@chromium.org2010-08-261-146/+167
* Fix a crash in ClientSocketPoolBaseHelper where we double erase a Group from ...willchan@chromium.org2010-08-251-3/+9
* A/B experiment for re-establishing TCP connections.ziadh@chromium.org2010-08-251-12/+27
* Revert 57100 - Only create the backup ConnectJob when it is needed.thestig@chromium.org2010-08-231-166/+146
* Only create the backup ConnectJob when it is needed.willchan@chromium.org2010-08-231-146/+166
* Don't cancel outstanding connect jobs when "flushing" socket pool.eroman@chromium.org2010-07-291-1/+0
* Fix idle socket cleanup code path.vandebo@chromium.org2010-07-221-1/+11
* Refactor how ClientSocketPoolBaseHelper avoids re-entrancy.willchan@chromium.org2010-07-151-79/+89
* Fix bad merge in ClientSocketPoolBaseHelper.vandebo@chromium.org2010-07-151-6/+0
* Implement SSLClientSocketPool.vandebo@chromium.org2010-07-141-1/+12
* Put HttpProxyClientSocket into a pool.vandebo@chromium.org2010-07-121-2/+15
* Reland 51081:mbelshe@chromium.org2010-07-111-128/+99
* Fix a bug in backup socket cleanup where when we call RemoveConnectJob,mbelshe@chromium.org2010-07-101-11/+17
* Revert 51081 for causing crashes -willchan@chromium.org2010-07-071-101/+130
* We basically don't do late socket binding when a connect has alreadymbelshe@chromium.org2010-06-291-130/+101
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-9/+9
* Reland my close on idle socket change (r43882+r44150).willchan@chromium.org2010-06-101-22/+51
* Revert "Revert an idle sockets change to trigger reliability bot. Will rever...willchan@chromium.org2010-06-081-54/+23
* Revert an idle sockets change to trigger reliability bot. Will revert again ...willchan@chromium.org2010-06-081-23/+54
* Do not attempt to reuse active sockets after a socket pool flush (usually a n...willchan@chromium.org2010-06-071-6/+12
* Fixes an invalid read bug in ClientSocketPoolBaseHelper and cancels ConnectJo...willchan@chromium.org2010-06-031-0/+13
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-031-41/+52
* Revert r47395. Looks like it still crashes =/willchan@chromium.org2010-05-201-1/+13
* Revert r47583 for causing reliability bot crashes.willchan@chromium.org2010-05-191-54/+23
* Reland my close on idle socket change.willchan@chromium.org2010-05-181-23/+54
* This is roughly a reland of r43908, although I had to rewrite a fair chunk si...willchan@chromium.org2010-05-171-13/+1
* Reland 46757.willchan@chromium.org2010-05-101-26/+32
* Revert 46757 - Fix IO thread hang on releasing a socket.sky@chromium.org2010-05-081-30/+26
* Fix IO thread hang on releasing a socket.willchan@chromium.org2010-05-071-26/+30
* Fix some uses of scoped_ptr.release() in net/ such that the return value is n...estade@chromium.org2010-05-041-8/+7
* More cleanup to address TODOs in net_log.h.eroman@chromium.org2010-04-281-33/+39
* Cleanup: Address some of the todos in net_log.heroman@chromium.org2010-04-271-14/+17
* Fix case where backup socket jobs ignored the socket limits.mbelshe@chromium.org2010-04-271-3/+9
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-14/+18