summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_pool_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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