summaryrefslogtreecommitdiffstats
path: root/net/socket/tcp_client_socket_pool.cc
Commit message (Expand)AuthorAgeFilesLines
* Make ConnectJob::ReleaseSocket() return NULL on connection error.willchan@chromium.org2009-07-021-0/+3
* Refactor ConnectJob and TCPConnectJob.willchan@chromium.org2009-07-011-33/+60
* Refactor ClientSocketPoolBase to be testable without host resolution / tcp co...willchan@chromium.org2009-06-301-34/+18
* Remove some dead code -- this was moved into client_socket_pool_base.cc.ericroman@google.com2009-06-291-15/+0
* Break out classes from tcp_client_socket_pool.h into their own files.willchan@chromium.org2009-06-241-363/+11
* Fix crash in ClientSocketPoolBase.willchan@chromium.org2009-06-231-42/+20
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-221-0/+555