index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
socket
/
tcp_client_socket_pool.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r47583 for causing reliability bot crashes.
willchan@chromium.org
2010-05-19
1
-1
/
+1
*
Reland my close on idle socket change.
willchan@chromium.org
2010-05-18
1
-1
/
+1
*
This is roughly a reland of r43908, although I had to rewrite a fair chunk si...
willchan@chromium.org
2010-05-17
1
-4
/
+2
*
More cleanup to address TODOs in net_log.h.
eroman@chromium.org
2010-04-28
1
-5
/
+6
*
Cleanup: Address some of the todos in net_log.h
eroman@chromium.org
2010-04-27
1
-3
/
+7
*
Add net log entries that summarize transmit and receive byte counts.
vandebo@chromium.org
2010-04-23
1
-2
/
+3
*
Fix crash on IP address change.
willchan@chromium.org
2010-04-19
1
-2
/
+4
*
Revert r44150 and r43882.
willchan@chromium.org
2010-04-13
1
-1
/
+1
*
Fix crash when we delete the group we're requesting a socket for.
willchan@chromium.org
2010-04-09
1
-1
/
+1
*
Flush socket pools and SPDY session pool properly on explicit requests and ne...
willchan@chromium.org
2010-04-08
1
-4
/
+2
*
Implement SOCKSClientSocketPool
vandebo@chromium.org
2010-03-22
1
-5
/
+10
*
Disable backup connect jobs for all pools except TCPClientSocketPool
vandebo@chromium.org
2010-03-20
1
-1
/
+3
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
1
-15
/
+13
*
Make a proper TCPSocketParams
vandebo@chromium.org
2010-02-27
1
-11
/
+12
*
Pass the NetworkChangeNotifier to HostResolver.
willchan@chromium.org
2010-02-04
1
-1
/
+1
*
Switch on socket late binding - Take 2.
willchan@chromium.org
2010-01-27
1
-3
/
+2
*
Add some extra request information to LoadLog:
eroman@chromium.org
2010-01-21
1
-0
/
+10
*
Revert 36230 - Switch on socket late binding.
willchan@chromium.org
2010-01-14
1
-2
/
+3
*
Switch on socket late binding.
willchan@chromium.org
2010-01-14
1
-3
/
+2
*
Fixup some connection time measurements.
mbelshe@google.com
2009-12-28
1
-3
/
+12
*
Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...
willchan@chromium.org
2009-12-21
1
-2
/
+4
*
Update network priorities to support better granularity
mbelshe@google.com
2009-12-02
1
-1
/
+1
*
Add LoadLog to ClientSocket::Connect().
willchan@chromium.org
2009-11-02
1
-2
/
+2
*
Increase the timeout for TcpConnectJob from 60 seconds to 240 seconds.
eroman@chromium.org
2009-10-06
1
-1
/
+8
*
Make GetLoadState virtual in ConnectJob().
willchan@chromium.org
2009-09-01
1
-4
/
+14
*
Control the amount of time to leave an unused socket idle before closing it.
willchan@chromium.org
2009-08-29
1
-0
/
+2
*
Add instrumentation to ClientSocketPool, that writes to LoadLog.
eroman@chromium.org
2009-08-20
1
-6
/
+9
*
Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic.
willchan@chromium.org
2009-08-14
1
-13
/
+14
*
LoadLog is used as an output parameter, reorder it to the last parameter.
willchan@chromium.org
2009-08-14
1
-4
/
+4
*
Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...
ericroman@google.com
2009-08-12
1
-2
/
+3
*
Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque...
willchan@chromium.org
2009-08-03
1
-2
/
+8
*
Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque...
willchan@chromium.org
2009-08-03
1
-8
/
+2
*
Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque...
willchan@chromium.org
2009-08-03
1
-2
/
+8
*
Limit total number of sockets in the system.
phajdan.jr@chromium.org
2009-07-22
1
-1
/
+2
*
Make ConnectJob::ReleaseSocket() return NULL on connection error.
willchan@chromium.org
2009-07-02
1
-0
/
+3
*
Refactor ConnectJob and TCPConnectJob.
willchan@chromium.org
2009-07-01
1
-33
/
+60
*
Refactor ClientSocketPoolBase to be testable without host resolution / tcp co...
willchan@chromium.org
2009-06-30
1
-34
/
+18
*
Remove some dead code -- this was moved into client_socket_pool_base.cc.
ericroman@google.com
2009-06-29
1
-15
/
+0
*
Break out classes from tcp_client_socket_pool.h into their own files.
willchan@chromium.org
2009-06-24
1
-363
/
+11
*
Fix crash in ClientSocketPoolBase.
willchan@chromium.org
2009-06-23
1
-42
/
+20
*
Move socket related files from net/base to net/socket.
willchan@chromium.org
2009-06-22
1
-0
/
+555