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
/
client_socket_pool_base.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generalize the net module's LoadLog facility from a passive container, to an ...
eroman@chromium.org
2010-03-16
1
-49
/
+42
*
When connect takes too long for a new socket group, issue a single
mbelshe@chromium.org
2010-03-14
1
-2
/
+72
*
Use CHECK_* in net
willchan@chromium.org
2010-03-02
1
-3
/
+3
*
Remove connection failed histograms.
vandebo@chromium.org
2010-03-02
1
-2
/
+2
*
Fix infinite loop in ClientSocketPoolBase::DoReleaseSocket.
willchan@chromium.org
2010-03-02
1
-3
/
+2
*
Fix ClientSocketPoolBaseHelper to maintain order properly.
willchan@chromium.org
2010-02-08
1
-20
/
+48
*
Pass the NetworkChangeNotifier to HostResolver.
willchan@chromium.org
2010-02-04
1
-1
/
+1
*
Socket late binding bugfix.
willchan@chromium.org
2010-02-03
1
-0
/
+31
*
Switch on socket late binding - Take 2.
willchan@chromium.org
2010-01-27
1
-128
/
+37
*
Revert 36230 - Switch on socket late binding.
willchan@chromium.org
2010-01-14
1
-36
/
+116
*
Switch on socket late binding.
willchan@chromium.org
2010-01-14
1
-116
/
+36
*
Slightly tweak socket late binding behavior to make it more deterministic whi...
willchan@chromium.org
2010-01-13
1
-1
/
+15
*
Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...
willchan@chromium.org
2009-12-21
1
-2
/
+14
*
Update network priorities to support better granularity
mbelshe@google.com
2009-12-02
1
-2
/
+2
*
Improve the display of LoadLogs when truncation occurs.
eroman@chromium.org
2009-11-06
1
-1
/
+4
*
Make GetLoadState virtual in ConnectJob().
willchan@chromium.org
2009-09-01
1
-3
/
+2
*
Control the amount of time to leave an unused socket idle before closing it.
willchan@chromium.org
2009-08-29
1
-7
/
+10
*
Fix gcc warning about possible unused variable experienced with Apple gcc 4.2
mark@chromium.org
2009-08-20
1
-1
/
+1
*
Add instrumentation to ClientSocketPool, that writes to LoadLog.
eroman@chromium.org
2009-08-20
1
-20
/
+98
*
Add histograms for tracking the unused/unused_idle/reused socket states from ...
willchan@chromium.org
2009-08-17
1
-4
/
+10
*
Make ClientSocketPool/ClientSocketPoolBase/ClientSocketHandle more generic.
willchan@chromium.org
2009-08-14
1
-68
/
+79
*
LoadLog is used as an output parameter, reorder it to the last parameter.
willchan@chromium.org
2009-08-14
1
-5
/
+5
*
Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...
ericroman@google.com
2009-08-12
1
-3
/
+4
*
Make sure the socket is deleted when ConnectJob times out.
willchan@chromium.org
2009-08-06
1
-0
/
+2
*
Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque...
willchan@chromium.org
2009-08-03
1
-1
/
+22
*
Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque...
willchan@chromium.org
2009-08-03
1
-22
/
+1
*
Add timeouts for ConnectJobs. Limit ConnectJobs per group to number of Reque...
willchan@chromium.org
2009-08-03
1
-1
/
+22
*
Fix crash in client_socket_pool_base.cc.
phajdan.jr@chromium.org
2009-07-29
1
-5
/
+2
*
Limit total number of sockets in the system.
phajdan.jr@chromium.org
2009-07-22
1
-3
/
+74
*
Add support for late binding of sockets.
willchan@chromium.org
2009-07-15
1
-33
/
+121
*
Make ConnectJob::ReleaseSocket() return NULL on connection error.
willchan@chromium.org
2009-07-02
1
-0
/
+1
*
Fix leak on connection error.
willchan@chromium.org
2009-07-02
1
-2
/
+2
*
Refactor ConnectJob and TCPConnectJob.
willchan@chromium.org
2009-07-01
1
-69
/
+83
*
Refactor ClientSocketPoolBase to be testable without host resolution / tcp co...
willchan@chromium.org
2009-06-30
1
-35
/
+19
*
Reset internal ClientSocketHandle state on Init() synchronous error (failure ...
willchan@chromium.org
2009-06-26
1
-4
/
+1
*
Break out classes from tcp_client_socket_pool.h into their own files.
willchan@chromium.org
2009-06-24
1
-0
/
+384