summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_pool_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-161-3/+3
* When connect takes too long for a new socket group, issue a singlembelshe@chromium.org2010-03-141-7/+138
* Make a proper TCPSocketParamsvandebo@chromium.org2010-02-271-27/+26
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-201-3/+3
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-041-4/+3
* Switch on socket late binding - Take 2.willchan@chromium.org2010-01-271-0/+8
* Turn GetPeerName into a pure virtual and provide local impls, this way any fu...thomasvl@chromium.org2010-01-201-0/+9
* Revert 36230 - Switch on socket late binding.willchan@chromium.org2010-01-141-8/+0
* Switch on socket late binding.willchan@chromium.org2010-01-141-0/+8
* Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...willchan@chromium.org2009-12-211-1/+31
* Update network priorities to support better granularitymbelshe@google.com2009-12-021-41/+41
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-021-3/+3
* This is a second attempt at submitting this changelist. The original one wasmarkus@chromium.org2009-10-131-2/+1
* Add methods for setting socket buffers to the Socket mbelshe@google.com2009-09-091-0/+6
* Make ClientSocketHandle::Init() typesafe.willchan@chromium.org2009-08-191-2/+5
* Change ClientSocketHandle to take the pool as a parameter to Init() rather th...willchan@chromium.org2009-08-181-23/+35
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-141-13/+13
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-121-13/+15
* Followup after socket tests refactoring http://codereview.chromium.org/155925phajdan.jr@chromium.org2009-07-291-15/+19
* Refactoring in socket pool unittests:phajdan.jr@chromium.org2009-07-231-234/+153
* Limit total number of sockets in the system.phajdan.jr@chromium.org2009-07-221-1/+4
* Add synchronous-mode operation to MockHostResolver; this helps clarify some t...ericroman@google.com2009-07-181-15/+28
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-11/+11
* Make net::HostResolver refcounted.ericroman@google.com2009-06-271-2/+1
* Reverting 19425.ericroman@google.com2009-06-261-1/+2
* Make net::HostResolver refcounted.ericroman@google.com2009-06-261-2/+1
* Reset internal ClientSocketHandle state on Init() synchronous error (failure ...willchan@chromium.org2009-06-261-1/+5
* Fix crash in ClientSocketPoolBase.willchan@chromium.org2009-06-231-6/+39
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-0/+588