summaryrefslogtreecommitdiffstats
path: root/net/socket/transport_client_socket_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Call sock_->IsConnected() without waiting for the connection to bewtc@chromium.org2012-10-231-7/+9
* TransportClientSocketTest.IsConnected should wait for the server towtc@chromium.org2012-10-231-2/+6
* Remove unnecessary assignment in transport_client_socket_unittest.cc.pliard@chromium.org2012-08-131-1/+1
* CapturingNetLog - remove maximum entries constructor argument.mmenke@chromium.org2012-06-081-1/+0
* Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,mmenke@chromium.org2012-06-021-1/+1
* [net] Switch TestURLRequestContext and other tests to use MockCachingHostReso...szym@chromium.org2012-05-231-5/+3
* Refactor TCPListenSocket.pliard@chromium.org2012-05-161-9/+10
* Upstream changes making ListenSocket an abstract class.pliard@chromium.org2012-04-231-7/+9
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-29/+30
* base::Bind: Convert HostResolver::Resolve.jhawkins@chromium.org2011-11-161-2/+3
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-011-13/+13
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-281-1/+4
* Revert 94412 - HostResolverImpl: don't interpret NULL callback argument as a ...agayev@chromium.org2011-07-281-4/+1
* HostResolverImpl: don't interpret NULL callback argument as a request to do s...agayev@chromium.org2011-07-281-1/+4
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-271-1/+8
* Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...dimich@chromium.org2011-06-241-8/+1
* Warmth of a connection (cwnd) is estimated by the amount of data written to t...gagansingh@google.com2011-06-241-1/+8
* Assert the return value of sock_->Write() for both sync and asyncwtc@chromium.org2011-06-221-3/+2
* Revert of 85854 which is a revert of 85852 - Add a command line optionrtenneti@chromium.org2011-05-191-0/+1
* Revert 85852 - Add a command line option ("host-resolver-retry-attempts")rtenneti@chromium.org2011-05-191-1/+0
* Add a command line option ("host-resolver-retry-attempts")rtenneti@chromium.org2011-05-191-0/+1
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-05-051-55/+116
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-051-2/+2
* Revert 83524 - Re-connect if Keep-Alive connection has been closed by the tim...asanka@chromium.org2011-04-291-87/+17
* Re-connect if Keep-Alive connection has been closed by the time we get around...asanka@chromium.org2011-04-291-17/+87
* Undo raw DNS resolver changes, this will be implemented differently, on IO-th...agayev@chromium.org2011-04-271-1/+1
* Rework the tcp_client_socket_unittest to be a genericmbelshe@chromium.org2011-04-121-0/+375