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
/
socks_client_socket_pool.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
When an idle socket is added back to a socket pool,
mmenke@chromium.org
2013-08-22
1
-18
/
+17
*
Refactor socket pool handling of priorities
akalin@chromium.org
2013-08-22
1
-6
/
+6
*
Remove HostResolver::RequestInfo's priority parameter
akalin@chromium.org
2013-08-20
1
-5
/
+9
*
Add a priority parameter for HostResolver::RequestInfo's constructor
akalin@chromium.org
2013-08-16
1
-2
/
+1
*
[net] Use scoped_ptr<> consistently in ClientSocketFactory and related code
akalin@chromium.org
2013-08-15
1
-13
/
+15
*
Use a direct include of time headers in net/, part 3.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
Make net and ipc explicitly use the base namespace for Values.
brettw@chromium.org
2013-06-13
1
-3
/
+3
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-1
/
+1
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-2
/
+2
*
Introduce ERR_NETWORK_CHANGED and allow URLFetcher to automatically retry on ...
joaodasilva@chromium.org
2012-12-14
1
-2
/
+2
*
Attempting to re-land a small portion of this change... Simply add links from
rch@chromium.org
2012-04-10
1
-1
/
+26
*
Reverting again ... More crashes, and the instrumentation did not appear to help
rch@chromium.org
2012-04-06
1
-26
/
+1
*
Attempting to re-land this feature with instrumentation to track down the use...
rch@chromium.org
2012-04-02
1
-1
/
+26
*
Reverting this feature, once again. *sigh*
rch@chromium.org
2012-03-26
1
-26
/
+1
*
Attempting to re-land the feature.
rch@chromium.org
2012-03-21
1
-1
/
+26
*
Revert 127717 - Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300...
rch@chromium.org
2012-03-20
1
-26
/
+1
*
Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300 - Revert 112134...
rch@chromium.org
2012-03-20
1
-1
/
+26
*
Revert r113405, since it appears to be causing a crash and a hang. Also rever...
eroman@chromium.org
2012-01-24
1
-27
/
+2
*
base::Bind: Convert most of net/http.
jhawkins@chromium.org
2011-12-20
1
-6
/
+4
*
base::Bind: Convert proxy_resolving_client_socket.[cc,h] and deps.
jhawkins@chromium.org
2011-12-15
1
-8
/
+8
*
Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().
ajwong@chromium.org
2011-12-09
1
-3
/
+4
*
Revert 113305 - Revert 113300 - Revert of 112134 of Revert 112130 - Close idl...
rtenneti@google.com
2011-12-07
1
-1
/
+26
*
Revert 113300 - Revert of 112134 of Revert 112130 - Close idle connections / ...
rtenneti@chromium.org
2011-12-07
1
-26
/
+1
*
Revert of 112134 of Revert 112130 - Close idle connections / SPDY sessions wh...
rtenneti@chromium.org
2011-12-06
1
-1
/
+26
*
Revert 112130 - Close idle connections / SPDY sessions when needed.
sail@chromium.org
2011-11-30
1
-26
/
+1
*
Close idle connections / SPDY sessions when needed.
willchan@chromium.org
2011-11-30
1
-1
/
+26
*
Remove referrer from TransportSocketParams and SOCKSSocketParams.
szym@chromium.org
2011-11-15
1
-4
/
+1
*
Remove unused HostResolver::Observer.
szym@chromium.org
2011-11-15
1
-4
/
+1
*
Expose some network configurations for performance tuning.
wangxianzhu@chromium.org
2011-10-12
1
-3
/
+2
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-1
/
+1
*
Rename ClientSocket to StreamSocket.
sergeyu@chromium.org
2011-05-05
1
-1
/
+1
*
Rename a number of classes previously labeled "TCP" to "Transport" in
mbelshe@chromium.org
2011-04-07
1
-34
/
+45
*
Add ignore limits flag and use for sync request
kristianm@google.com
2011-03-30
1
-1
/
+5
*
More net/ reordering.
erg@google.com
2011-01-21
1
-5
/
+5
*
Start deinlining non-empty virtual methods. (This will be automatically checked
erg@google.com
2010-12-09
1
-0
/
+12
*
Add ClientSocketPoolBaseHelper support for preconnect.
willchan@chromium.org
2010-10-13
1
-0
/
+11
*
Stop refcounting HostResolver.
willchan@chromium.org
2010-10-01
1
-2
/
+2
*
Stop refcounting ClientSocketPool.
willchan@chromium.org
2010-09-29
1
-4
/
+3
*
net: Fix incorrect style used in some enumerations.
tfarina@chromium.org
2010-09-22
1
-15
/
+15
*
Flush all nested pools.
willchan@chromium.org
2010-09-16
1
-0
/
+1
*
Add a new net error code for when the load failure was due to connecting to a...
eroman@chromium.org
2010-09-16
1
-1
/
+1
*
Change HostResolver::RequestInfo to take a HostPortPair rather than naked hos...
eroman@chromium.org
2010-09-15
1
-1
/
+1
*
Add missing nested socket pools to socket pool info page. Each socket pool s...
mmenke@chromium.org
2010-09-08
1
-1
/
+18
*
Remove a bunch of extra includes.
vandebo@chromium.org
2010-08-11
1
-0
/
+1
*
Net: Get rid of ProxyServer::host_and_port() and friends.
thestig@chromium.org
2010-07-22
1
-1
/
+1
*
Refactor how ClientSocketPoolBaseHelper avoids re-entrancy.
willchan@chromium.org
2010-07-15
1
-1
/
+1
*
Make the various SocketParams reference counted.
vandebo@chromium.org
2010-07-12
1
-22
/
+36
*
Massively simplify the NetworkChangeNotifier infrastructure:
pkasting@chromium.org
2010-06-25
1
-3
/
+2
*
A/B test for determining a value for unused socket timeout. Currently the
ziadh@chromium.org
2010-06-21
1
-1
/
+2
*
Do not attempt to reuse active sockets after a socket pool flush (usually a n...
willchan@chromium.org
2010-06-07
1
-2
/
+7
[next]