summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket.h
Commit message (Expand)AuthorAgeFilesLines
* Add experimental option for TCP FastOpen.mbelshe@chromium.org2010-10-261-0/+4
* Revert 63648 - Revert 63643 - Add Reset to ClientSocket::UseHistory, and call...cbentzel@chromium.org2010-10-251-0/+4
* Revert 63643 - Add Reset to ClientSocket::UseHistory, and call on TCP disconn...cbentzel@chromium.org2010-10-231-4/+0
* Add Reset to ClientSocket::UseHistory, and call on TCP disconnect.cbentzel@chromium.org2010-10-231-0/+4
* Add actual bytes sent/received to net-internals.mmenke@chromium.org2010-10-141-1/+7
* Clarify the semantics of Socket::Read() and Socket::Write(), rch@chromium.org2010-10-051-1/+1
* Update ClientSocket::GetPeerAddress() to specify therch@chromium.org2010-09-251-0/+1
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-021-1/+8
* Gather preconnection use vs waste statisticsjar@chromium.org2010-08-251-36/+42
* Reland 54771 (and 54795) To enable TCP Preconnection by defaultjar@chromium.org2010-08-061-0/+38
* Revert 55071 - Reland 54771 (and 54795) To enable TCP Preconnection by defaultdhollowa@chromium.org2010-08-051-38/+0
* Reland 54771 (and 54795) To enable TCP Preconnection by defaultjar@chromium.org2010-08-051-0/+38
* Revert 54771 - Enable speculative preconnection by defaultjar@chromium.org2010-08-041-38/+0
* Enable speculative preconnection by defaultjar@chromium.org2010-08-031-0/+38
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Add net log entries that summarize transmit and receive byte counts.vandebo@chromium.org2010-04-231-3/+5
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-2/+3
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-201-13/+3
* BSD port: USE_NSS and other macros instead of OS_LINUX where applicablepvalchev@google.com2010-01-291-1/+2
* Turn GetPeerName into a pure virtual and provide local impls, this way any fu...thomasvl@chromium.org2010-01-201-1/+1
* Define the GetPeerName method of the ClientSocket interface for allwtc@chromium.org2009-11-301-3/+4
* Fix a style nit in client_socket.h.wtc@chromium.org2009-11-101-1/+1
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-1/+3
* Enable SSL session resumption for Mac OS X.hawk@chromium.org2009-09-031-3/+3
* Fix a crash in net::SSLClientSocketWin::OnIOComplete(int) whenwtc@chromium.org2009-06-251-4/+8
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-0/+59