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
*
Revert 118074 - Disable FPO throughout client_socket_pool_base.cc.
eroman@chromium.org
2012-01-20
1
-13
/
+0
*
Fix a use-after free in socket pool which can happen after reaching the maxiu...
eroman@chromium.org
2012-01-20
1
-0
/
+5
*
Disable FPO throughout client_socket_pool_base.cc.
eroman@chromium.org
2012-01-18
1
-0
/
+13
*
Add instrumentation to help track down a use-after-free.
eroman@chromium.org
2012-01-14
1
-2
/
+38
*
base::Bind: Convert most of net/http.
jhawkins@chromium.org
2011-12-20
1
-15
/
+16
*
Revert 113305 - Revert 113300 - Revert of 112134 of Revert 112130 - Close idl...
rtenneti@google.com
2011-12-07
1
-13
/
+68
*
Revert 113300 - Revert of 112134 of Revert 112130 - Close idle connections / ...
rtenneti@chromium.org
2011-12-07
1
-68
/
+13
*
Revert of 112134 of Revert 112130 - Close idle connections / SPDY sessions wh...
rtenneti@chromium.org
2011-12-06
1
-13
/
+68
*
Revert 112130 - Close idle connections / SPDY sessions when needed.
sail@chromium.org
2011-11-30
1
-68
/
+13
*
Close idle connections / SPDY sessions when needed.
willchan@chromium.org
2011-11-30
1
-13
/
+68
*
Close idle sockets next time we are about to send data.
sgurun@google.com
2011-11-16
1
-5
/
+33
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-3
/
+3
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
1
-3
/
+3
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
1
-3
/
+3
*
Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...
jbates@chromium.org
2011-09-02
1
-3
/
+3
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-27
1
-1
/
+43
*
Revert 90373 - Warmth of a connection (cwnd) is estimated by the amount of da...
dimich@chromium.org
2011-06-24
1
-43
/
+1
*
Warmth of a connection (cwnd) is estimated by the amount of data written to t...
gagansingh@google.com
2011-06-24
1
-1
/
+43
*
Remove prefer_ipv4.
wtc@chromium.org
2011-05-12
1
-9
/
+0
*
Revert r85014 because it doesn't work fully and we're doing something else.
willchan@chromium.org
2011-05-12
1
-24
/
+6
*
Restart socket pool backup job timer on ReleaseSocket.
willchan@chromium.org
2011-05-11
1
-6
/
+24
*
Start backup socket timer for preconnects too.
willchan@chromium.org
2011-05-10
1
-5
/
+2
*
Prefer IPv4 in the ConnectBackupJob to work around broken IPv6 networks
wtc@chromium.org
2011-05-05
1
-0
/
+9
*
Rename ClientSocket to StreamSocket.
sergeyu@chromium.org
2011-05-05
1
-7
/
+7
*
Turn off backup sockets for most tests in net_unittests.
willchan@chromium.org
2011-04-08
1
-1
/
+3
*
- minor comment change
leighton@cis.udel.edu
2011-04-08
1
-2
/
+2
*
Add ignore limits flag and use for sync request
kristianm@google.com
2011-03-30
1
-4
/
+8
*
Reland rest of r77399.
willchan@chromium.org
2011-03-12
1
-0
/
+5
*
Revert r77399 in preparation for merging a small portion of it to 696.
willchan@chromium.org
2011-03-11
1
-5
/
+0
*
Coverity: Fix unnecessary call by values.
vandebo@chromium.org
2011-03-11
1
-1
/
+1
*
Reland r77075,r77077.
willchan@chromium.org
2011-03-09
1
-0
/
+5
*
Plumb through NetworkChangeNotifier::IsOffline() to WebKit, enabling
adamk@chromium.org
2011-03-04
1
-2
/
+2
*
NetLog: Log net error codes on a lot of EndEvents.
mmenke@chromium.org
2011-02-08
1
-16
/
+12
*
Fix preconnect crash on synchronous socket error.
willchan@chromium.org
2011-01-14
1
-2
/
+6
*
Fix preconnect crash when we hit max socket limit.
willchan@chromium.org
2010-12-02
1
-3
/
+17
*
Fix ClientSocketPoolBaseHelper preconnect crasher.
willchan@chromium.org
2010-12-02
1
-1
/
+13
*
Support predictive request for multiple preconnections
jar@chromium.org
2010-11-30
1
-1
/
+0
*
Revert 67614 - Support predictive request for multiple preconnections
jar@chromium.org
2010-11-30
1
-0
/
+1
*
Support predictive request for multiple preconnections
jar@chromium.org
2010-11-29
1
-1
/
+0
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 2
thakis@chromium.org
2010-11-02
1
-12
/
+14
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
1
-1
/
+1
*
Add ClientSocketPoolBaseHelper support for preconnect.
willchan@chromium.org
2010-10-13
1
-17
/
+90
*
Prefer used idle sockets over unused idle sockets.
willchan@chromium.org
2010-10-06
1
-21
/
+49
*
Remove spammy warning about reaching maximum socket count for the pool.
cbentzel@chromium.org
2010-10-04
1
-1
/
+0
*
Adds the ability for a link to set the filter in the events
mmenke@chromium.org
2010-09-30
1
-2
/
+18
*
Stop refcounting ClientSocketPool.
willchan@chromium.org
2010-09-29
1
-17
/
+11
*
Clean up socket backup job when there are no requests.
willchan@chromium.org
2010-09-27
1
-14
/
+9
*
Break reference cycle from HttpProxyClientSocket=>HttpNetworkSession=>...
willchan@chromium.org
2010-09-17
1
-11
/
+1
*
Add missing nested socket pools to socket pool info page. Each socket pool s...
mmenke@chromium.org
2010-09-08
1
-1
/
+1
[next]