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
/
spdy
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxy
rch@chromium.org
2010-12-17
5
-10
/
+50
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
1
-0
/
+9
*
Fix 'else' style nit.
wtc@google.com
2010-12-15
1
-3
/
+1
*
Increase the initial spdy concurrent stream limit to 10
mbelshe@chromium.org
2010-12-14
1
-1
/
+1
*
Deinline even more destructors.
erg@google.com
2010-12-14
2
-1
/
+5
*
Add some experiments for different policies on cwnd restore.
mbelshe@chromium.org
2010-12-11
1
-7
/
+37
*
Add more cwnd histograms - this type partitioned by amount of data
mbelshe@chromium.org
2010-12-10
2
-0
/
+26
*
Add histogram to analyze sent cwnd settings for spdy.
mbelshe@chromium.org
2010-12-09
1
-0
/
+14
*
Don't tweak buffer size for SPDY
mbelshe@chromium.org
2010-12-09
1
-13
/
+0
*
Start deinlining non-empty virtual methods. (This will be automatically checked
erg@google.com
2010-12-09
2
-14
/
+32
*
Add a new GetInstance() method for singleton classes under chrome/service and...
satish@chromium.org
2010-12-09
1
-2
/
+0
*
Don't set SSLInfo on non-https requests. For SPDY with self-signed certs
mbelshe@chromium.org
2010-12-09
1
-1
/
+4
*
Linux build fix.
mbelshe@chromium.org
2010-12-08
1
-1
/
+1
*
Add origin checking for server pushed resources.
mbelshe@chromium.org
2010-12-08
6
-22
/
+232
*
Missing comment change from last checkin.
mbelshe@chromium.org
2010-12-07
1
-2
/
+2
*
Add histograms to track stalled spdy streams.
mbelshe@chromium.org
2010-12-06
2
-0
/
+8
*
Update server push to allow use of HEADERS frame.
mbelshe@chromium.org
2010-12-03
16
-333
/
+1405
*
call SpdySession::flow_control() statically, instead of as
rch@chromium.org
2010-12-02
1
-1
/
+1
*
Fix case where a SPDY stream with an un-verified cert would kill the browser
mbelshe@google.com
2010-12-01
1
-6
/
+8
*
Update NetLog to be threadsafe.
mmenke@chromium.org
2010-12-01
1
-9
/
+12
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
1
-5
/
+5
*
Revert "Revert "net: Plumb DnsCertProvenanceChecker around.""
agl@chromium.org
2010-11-22
1
-0
/
+3
*
Revert "net: Plumb DnsCertProvenanceChecker around."
agl@chromium.org
2010-11-22
1
-3
/
+0
*
net: Plumb DnsCertProvenanceChecker around.
agl@chromium.org
2010-11-22
1
-0
/
+3
*
Make sure to send the SpdySettings frame as soon as possible.
willchan@chromium.org
2010-11-19
2
-5
/
+67
*
Revert "net: Plumb DnsCertProvenanceChecker around."
agl@chromium.org
2010-11-18
1
-3
/
+0
*
Fix SPDY crash on race when canceling a stream that just got created.
willchan@chromium.org
2010-11-18
3
-5
/
+131
*
net: Plumb DnsCertProvenanceChecker around.
agl@chromium.org
2010-11-18
1
-0
/
+3
*
Change the way request headers are logged to the NetLog to ensure
rch@chromium.org
2010-11-11
3
-34
/
+90
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 2
thakis@chromium.org
2010-11-02
6
-68
/
+88
*
Convert implicit scoped_refptr constructor calls to explicit ones, part 1
thakis@chromium.org
2010-11-01
5
-22
/
+22
*
Add unit test for Basic authentication over SPDY.
cbentzel@chromium.org
2010-10-29
3
-36
/
+125
*
HttpStream::SendRequest
rch@chromium.org
2010-10-27
3
-7
/
+7
*
Add experimental option for TCP FastOpen.
mbelshe@chromium.org
2010-10-26
2
-0
/
+5
*
Temporary fix to reduce the spdy concurrent streams to 6.
mbelshe@chromium.org
2010-10-25
2
-2
/
+15
*
Move BuildRequestHeaders from HttpNetworkTransaction to
rch@chromium.org
2010-10-20
6
-46
/
+21
*
Revert revert 62918 - net: clean up SSLHostInfo construction."
agl@chromium.org
2010-10-19
1
-0
/
+3
*
FBTF: Monster ctor patch after changing heuristics in clang plugin.
erg@google.com
2010-10-18
1
-0
/
+1
*
Revert 62918 - net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
1
-3
/
+0
*
net: clean up SSLHostInfo construction.
agl@chromium.org
2010-10-18
1
-0
/
+3
*
Add an off switch for SPDY:
mbelshe@chromium.org
2010-10-16
2
-4
/
+63
*
Convert LOG(INFO) to VLOG(1) - net/.
pkasting@chromium.org
2010-10-16
1
-3
/
+2
*
Add actual bytes sent/received to net-internals.
mmenke@chromium.org
2010-10-14
2
-7
/
+7
*
Add a RenewStreamForAuth method to HttpStream, replacing DetachConnection
vandebo@chromium.org
2010-10-14
2
-10
/
+2
*
Move Stats, histograms, and field trial into a metrics subdirectory of base and
brettw@chromium.org
2010-10-14
2
-15
/
+15
*
Integrate the SpdyProxyClientSocket into the HttpStreamRequest
rch@chromium.org
2010-10-13
6
-30
/
+265
*
Render SpdySessionPools on the Data tab and on a new
mmenke@chromium.org
2010-10-12
4
-0
/
+54
*
Fix miscellaneous cpplint nits.
wtc@chromium.org
2010-10-12
1
-1
/
+1
*
Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."
agl@chromium.org
2010-10-08
1
-0
/
+3
*
Speculative fix for SpdySettingsStorage crasher.
willchan@chromium.org
2010-10-07
3
-3
/
+138
[next]