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
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert revert 62918 - net: clean up SSLHostInfo construction."
agl@chromium.org
2010-10-19
15
-24
/
+59
*
FBTF: Monster ctor patch after changing heuristics in clang plugin.
erg@google.com
2010-10-18
9
-49
/
+104
*
Revert 62918 - net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
14
-57
/
+23
*
net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
14
-23
/
+57
*
Revert 61897 - Do not use Alternate-Protocol for establishing new SpdySessions.
mbelshe@chromium.org
2010-10-16
4
-75
/
+5
*
Add an off switch for SPDY:
mbelshe@chromium.org
2010-10-16
5
-21
/
+46
*
Convert LOG(INFO) to VLOG(1) - net/.
pkasting@chromium.org
2010-10-16
11
-55
/
+54
*
Plumb up the preconnect logic from pools to StreamFactory.
willchan@chromium.org
2010-10-16
9
-90
/
+469
*
Add actual bytes sent/received to net-internals.
mmenke@chromium.org
2010-10-14
2
-5
/
+5
*
Cleanup StreamFactory && StreamRequest APIs.
willchan@chromium.org
2010-10-14
7
-178
/
+122
*
Add a RenewStreamForAuth method to HttpStream, replacing DetachConnection
vandebo@chromium.org
2010-10-14
11
-83
/
+50
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
7
-22
/
+25
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
2
-2
/
+2
*
Integrate the SpdyProxyClientSocket into the HttpStreamRequest
rch@chromium.org
2010-10-13
6
-150
/
+633
*
Add ClientSocketPoolBaseHelper support for preconnect.
willchan@chromium.org
2010-10-13
2
-0
/
+16
*
Http cache: make sure that we revalidate a cached entry
rvargas@google.com
2010-10-12
5
-27
/
+98
*
Render SpdySessionPools on the Data tab and on a new
mmenke@chromium.org
2010-10-12
2
-0
/
+8
*
Fix miscellaneous cpplint nits.
wtc@chromium.org
2010-10-12
1
-1
/
+1
*
Rename SSLNonSensitiveHostInfo to SSLHostInfo.
agl@chromium.org
2010-10-12
5
-13
/
+12
*
Revert 62171 - Http cache: make sure that we revalidate a cached entry
rvargas@google.com
2010-10-11
5
-98
/
+27
*
Http cache: make sure that we revalidate a cached entry
rvargas@google.com
2010-10-11
5
-27
/
+98
*
Add Net.HttpAuthCount histogram to track failure rate per authentication scheme.
cbentzel@chromium.org
2010-10-11
2
-1
/
+61
*
Http Cache: Remove checks used to track a crash.
rvargas@google.com
2010-10-11
1
-16
/
+12
*
net: add --enable-snap-start
agl@chromium.org
2010-10-11
4
-0
/
+26
*
Http Cache: Add some debug code to track a bug. Basically
rvargas@google.com
2010-10-08
1
-0
/
+8
*
Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."
agl@chromium.org
2010-10-08
10
-6
/
+36
*
Do not use Alternate-Protocol for establishing new SpdySessions.
willchan@chromium.org
2010-10-08
4
-5
/
+75
*
Add a hostname parameter to HttpStreamRequest::GenerateSslParams
rch@chromium.org
2010-10-07
2
-1
/
+5
*
Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."
agl@chromium.org
2010-10-07
10
-36
/
+6
*
net: plumb DnsRRResolver from IOThread to HttpNetworkSession.
agl@chromium.org
2010-10-07
10
-6
/
+36
*
Detach the ClientSocketHandle from an HttpStream so the same socket can be re...
cbentzel@chromium.org
2010-10-06
11
-11
/
+81
*
Added support for raw headers.
caseq@google.com
2010-10-06
1
-0
/
+8
*
FBTF: Continue fixing nits found by my automated source scanner.
erg@google.com
2010-10-05
2
-1
/
+3
*
Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-04
2
-6
/
+19
*
clang/mac: Fix almost all problems when building all.xcodeproj.
thakis@chromium.org
2010-10-04
3
-31
/
+2
*
Stop refcounting HostResolver.
willchan@chromium.org
2010-10-01
12
-36
/
+64
*
Revert "FBTF: Another big ctor/dtor cleanup found by automated tools."
erg@google.com
2010-10-01
2
-19
/
+6
*
FBTF: Another big ctor/dtor cleanup found by automated tools.
erg@google.com
2010-10-01
2
-6
/
+19
*
Fixes the tests written for http://codereview.chromium.org/3432009/show
rch@chromium.org
2010-10-01
3
-31
/
+69
*
FBTF: Move ctors/dtors into implementation files. Adds ctors/dtors to non-POD...
erg@google.com
2010-09-30
2
-0
/
+14
*
Call GetSSLInfo late, after we have received the response
wtc@chromium.org
2010-09-30
2
-9
/
+5
*
Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...
willchan@chromium.org
2010-09-30
6
-72
/
+98
*
Extract name-value pair parsing from http_auth.cc (ChallengeTokenizer) into h...
erikwright@chromium.org
2010-09-30
13
-247
/
+434
*
Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.
willchan@chromium.org
2010-09-30
6
-98
/
+72
*
Stop refcounting SpdySessionPool.
willchan@chromium.org
2010-09-30
6
-72
/
+98
*
Stop refcounting ClientSocketPool.
willchan@chromium.org
2010-09-29
9
-328
/
+148
*
HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.
cbentzel@chromium.org
2010-09-29
6
-11
/
+28
*
FBTF: Moves code to the headers.
erg@google.com
2010-09-28
2
-0
/
+8
*
Kill all HttpResponseBodyDrainers when HttpNetworkSession goes away.
willchan@chromium.org
2010-09-28
6
-14
/
+63
*
Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver ...
cbentzel@chromium.org
2010-09-28
6
-28
/
+11
[next]