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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert Pass()→std::move() in //net
dcheng
2015-12-26
1
-3
/
+3
*
Switch to standard integer types in net/.
Avi Drissman
2015-12-20
1
-2
/
+5
*
base: Template methods on Timer classes instead of the classes themselves.
danakj
2015-09-24
1
-3
/
+3
*
Have ClientSocketPoolBase defriend base::RefCounted.
mmenke
2015-08-03
1
-2
/
+0
*
Remove priority parameter from preconnect requests.
mmenke
2015-07-15
1
-7
/
+3
*
Converted bare pointer to scoped_ptr<> in net/socket and net/http
ketan.goyal
2015-06-03
1
-3
/
+4
*
Add instrumentation to check if a Socket pool request is invalid.
eroman
2015-05-04
1
-0
/
+12
*
Update {virtual,override} to follow C++11 style in net.
nick
2015-04-23
1
-2
/
+2
*
Report the connect status of the oldest connection in the socket pool.
haavardm
2015-04-22
1
-2
/
+2
*
Move NetLog code from src/net/base to src/net/log.
eroman
2015-04-02
1
-1
/
+1
*
Delete the ClientSocketPoolHistograms class.
rkaplow
2015-03-25
1
-17
/
+11
*
Fix bug that would create unnecessary ConnectJobs in some cases.
mmenke
2015-03-09
1
-1
/
+3
*
net: Fix latent style issues
dmichael
2014-12-18
1
-1
/
+1
*
Standardize usage of virtual/override/final in net/
dcheng
2014-10-21
1
-3
/
+3
*
Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.
dcheng
2014-10-15
1
-4
/
+1
*
replace OVERRIDE and FINAL with override and final in net/
mostynb
2014-10-09
1
-3
/
+3
*
Use sockets with unread data if they've never been used before.
davidben@chromium.org
2014-03-26
1
-5
/
+10
*
Retry requests on reused sockets that receive ERR_EMPTY_RESPONSE.
davidben@chromium.org
2014-03-18
1
-1
/
+2
*
[Net] Make ClientSocketPoolBaseHelper::Group use a timer
akalin@chromium.org
2013-10-29
1
-11
/
+8
*
[Net] Make ClientSocketPoolBaseHelper::Group use PriorityQueue
akalin@chromium.org
2013-10-24
1
-7
/
+15
*
Encapsulate handling of pending requests in ClientSocketPoolBase::Group
akalin@chromium.org
2013-08-23
1
-20
/
+45
*
When an idle socket is added back to a socket pool,
mmenke@chromium.org
2013-08-22
1
-17
/
+38
*
Refactor socket pool handling of priorities
akalin@chromium.org
2013-08-22
1
-0
/
+5
*
[net] Use scoped_ptr<> consistently in ClientSocketFactory and related code
akalin@chromium.org
2013-08-15
1
-19
/
+24
*
Change ownership of |job| objects in ClientSocketPoolBaseHelper
akalin@chromium.org
2013-08-14
1
-0
/
+1
*
Use a direct include of time headers in net/, part 3.
avi@chromium.org
2013-06-28
1
-2
/
+2
*
net: Socket pools prioritize requests with ignore_limits.
mmenke@chromium.org
2013-06-11
1
-0
/
+4
*
When a new request comes in to a socket pool, and that
mmenke@chromium.org
2013-04-22
1
-0
/
+4
*
Remove experimental code to pick the "warmest" socket
mmenke@chromium.org
2013-03-30
1
-18
/
+0
*
[Net] Separate out priority field from HttpRequestInfo
akalin@chromium.org
2013-03-19
1
-2
/
+2
*
LoadTiming implementation in net, part 1.
mmenke@chromium.org
2013-01-07
1
-0
/
+9
*
Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...
joaodasilva@chromium.org
2012-12-14
1
-8
/
+8
*
Clean-up inline members of nested classes (net/)
hans@chromium.org
2012-08-09
1
-3
/
+2
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Fix ClientSocketPoolBaseTest.RequestSocketsMultipleTimesDoesNothing.
mmenke@chromium.org
2012-06-07
1
-27
/
+28
*
Attempting to re-land a small portion of this change... Simply add links from
rch@chromium.org
2012-04-10
1
-12
/
+41
*
Reverting again ... More crashes, and the instrumentation did not appear to help
rch@chromium.org
2012-04-06
1
-41
/
+12
*
Attempting to re-land this feature with instrumentation to track down the use...
rch@chromium.org
2012-04-02
1
-12
/
+41
*
Reverting this feature, once again. *sigh*
rch@chromium.org
2012-03-26
1
-41
/
+12
*
Attempting to re-land the feature.
rch@chromium.org
2012-03-21
1
-12
/
+41
*
Revert 127717 - Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300...
rch@chromium.org
2012-03-20
1
-41
/
+12
*
Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300 - Revert 112134...
rch@chromium.org
2012-03-20
1
-12
/
+41
*
Convert use of int ms to TimeDelta in files owned by jar.
tedvessenes@gmail.com
2012-01-28
1
-2
/
+3
*
Revert r113405, since it appears to be causing a crash and a hang. Also rever...
eroman@chromium.org
2012-01-24
1
-39
/
+10
*
Revert 117772 - Add instrumentation to help track down a use-after-free.
eroman@chromium.org
2012-01-20
1
-20
/
+2
*
Add instrumentation to help track down a use-after-free.
eroman@chromium.org
2012-01-14
1
-2
/
+20
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-1
/
+0
*
base::Bind: Convert most of net/http.
jhawkins@chromium.org
2011-12-20
1
-14
/
+16
*
Revert 113305 - Revert 113300 - Revert of 112134 of Revert 112130 - Close idl...
rtenneti@google.com
2011-12-07
1
-9
/
+38
*
Revert 113300 - Revert of 112134 of Revert 112130 - Close idle connections / ...
rtenneti@chromium.org
2011-12-07
1
-38
/
+9
[next]