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
*
Fixes an invalid read bug in ClientSocketPoolBaseHelper and cancels ConnectJo...
willchan@chromium.org
2010-06-03
1
-0
/
+13
*
Rework the logging for sockets/connectjobs.
eroman@chromium.org
2010-06-03
1
-41
/
+52
*
Revert r47395. Looks like it still crashes =/
willchan@chromium.org
2010-05-20
1
-1
/
+13
*
Revert r47583 for causing reliability bot crashes.
willchan@chromium.org
2010-05-19
1
-54
/
+23
*
Reland my close on idle socket change.
willchan@chromium.org
2010-05-18
1
-23
/
+54
*
This is roughly a reland of r43908, although I had to rewrite a fair chunk si...
willchan@chromium.org
2010-05-17
1
-13
/
+1
*
Reland 46757.
willchan@chromium.org
2010-05-10
1
-26
/
+32
*
Revert 46757 - Fix IO thread hang on releasing a socket.
sky@chromium.org
2010-05-08
1
-30
/
+26
*
Fix IO thread hang on releasing a socket.
willchan@chromium.org
2010-05-07
1
-26
/
+30
*
Fix some uses of scoped_ptr.release() in net/ such that the return value is n...
estade@chromium.org
2010-05-04
1
-8
/
+7
*
More cleanup to address TODOs in net_log.h.
eroman@chromium.org
2010-04-28
1
-33
/
+39
*
Cleanup: Address some of the todos in net_log.h
eroman@chromium.org
2010-04-27
1
-14
/
+17
*
Fix case where backup socket jobs ignored the socket limits.
mbelshe@chromium.org
2010-04-27
1
-3
/
+9
*
Add net log entries that summarize transmit and receive byte counts.
vandebo@chromium.org
2010-04-23
1
-14
/
+18
*
Fix crash on IP address change.
willchan@chromium.org
2010-04-19
1
-1
/
+13
*
Fix FindTopStalledGroup() to catch groups correctly.
willchan@chromium.org
2010-04-16
1
-9
/
+13
*
Revert r44150 and r43882.
willchan@chromium.org
2010-04-13
1
-45
/
+17
*
Fix crash when we delete the group we're requesting a socket for.
willchan@chromium.org
2010-04-09
1
-17
/
+17
*
Flush socket pools and SPDY session pool properly on explicit requests and ne...
willchan@chromium.org
2010-04-08
1
-13
/
+1
*
Fix ClientSocketPool to count idle sockets toward socket limit.
willchan@chromium.org
2010-04-07
1
-9
/
+37
*
Fix to bug 39063.
mbelshe@chromium.org
2010-03-24
1
-7
/
+6
*
Add an initial implementation of net-internals inspector in javascript.
eroman@chromium.org
2010-03-23
1
-1
/
+2
*
Implement SOCKSClientSocketPool
vandebo@chromium.org
2010-03-22
1
-1
/
+7
*
Disable backup connect jobs for all pools except TCPClientSocketPool
vandebo@chromium.org
2010-03-20
1
-1
/
+2
*
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
[next]