summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket.cc
Commit message (Expand)AuthorAgeFilesLines
* More net/ method ordering.erg@google.com2011-01-261-36/+36
* Revert 63648 - Revert 63643 - Add Reset to ClientSocket::UseHistory, and call...cbentzel@chromium.org2010-10-251-0/+8
* Revert 63643 - Add Reset to ClientSocket::UseHistory, and call on TCP disconn...cbentzel@chromium.org2010-10-231-8/+0
* Add Reset to ClientSocket::UseHistory, and call on TCP disconnect.cbentzel@chromium.org2010-10-231-0/+8
* Add actual bytes sent/received to net-internals.mmenke@chromium.org2010-10-141-0/+51
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-6/+6
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-021-1/+5
* Gather preconnection use vs waste statisticsjar@chromium.org2010-08-251-20/+39
* A/B experiment for re-establishing TCP connections.ziadh@chromium.org2010-08-251-1/+10
* Reland 54771 (and 54795) To enable TCP Preconnection by defaultjar@chromium.org2010-08-061-0/+69
* Revert 55071 - Reland 54771 (and 54795) To enable TCP Preconnection by defaultdhollowa@chromium.org2010-08-051-69/+0
* Reland 54771 (and 54795) To enable TCP Preconnection by defaultjar@chromium.org2010-08-051-0/+69
* Revert 54771 - Enable speculative preconnection by defaultjar@chromium.org2010-08-041-68/+0
* Revert 54795 - Initialize was_ever_connected_ in ClientSocket.jar@chromium.org2010-08-041-2/+1
* Initialize was_ever_connected_ in ClientSocket.cbentzel@chromium.org2010-08-031-1/+2
* Enable speculative preconnection by defaultjar@chromium.org2010-08-031-0/+68
* Turn GetPeerName into a pure virtual and provide local impls, this way any fu...thomasvl@chromium.org2010-01-201-20/+0
* Define the GetPeerName method of the ClientSocket interface for allwtc@chromium.org2009-11-301-4/+2
* Enable SSL session resumption for Mac OS X.hawk@chromium.org2009-09-031-2/+2
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-0/+22