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
/
spdy_test_util.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop refcounting ProxyService.
willchan@chromium.org
2011-04-27
1
-1
/
+3
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-0
/
+7
*
Revert "Add chunked uploads support to SPDY"
satish@chromium.org
2011-03-04
1
-7
/
+0
*
Add chunked uploads support to SPDY
satish@chromium.org
2011-03-04
1
-0
/
+7
*
Refactor HttpNetworkSession construction.
willchan@chromium.org
2011-02-03
1
-1
/
+0
*
More net/ reordering.
erg@google.com
2011-01-21
1
-87
/
+11
*
net: Remove prefix net:: from some places that already are in namespace net.
tfarina@chromium.org
2011-01-19
1
-3
/
+3
*
net: Remove typedef net::URLRequestContext URLRequestContext;
tfarina@chromium.org
2011-01-15
1
-2
/
+2
*
reapply r70628. It was wrongly blamed for breaking Linux valgrind bots.
estade@chromium.org
2011-01-07
1
-0
/
+1
*
Revert r70628. It broke Linux valgrind bots. See for example
estade@chromium.org
2011-01-07
1
-1
/
+0
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-0
/
+1
*
Revert 70618 - First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-1
/
+0
*
First pass at adding http/backend cache events to the NetLog.
mmenke@chromium.org
2011-01-06
1
-0
/
+1
*
Cache certificate verification results in memory.
wtc@google.com
2010-12-16
1
-0
/
+9
*
Update server push to allow use of HEADERS frame.
mbelshe@chromium.org
2010-12-03
1
-3
/
+9
*
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
*
Revert "net: Plumb DnsCertProvenanceChecker around."
agl@chromium.org
2010-11-18
1
-3
/
+0
*
net: Plumb DnsCertProvenanceChecker around.
agl@chromium.org
2010-11-18
1
-0
/
+3
*
Add unit test for Basic authentication over SPDY.
cbentzel@chromium.org
2010-10-29
1
-2
/
+6
*
Revert revert 62918 - net: clean up SSLHostInfo construction."
agl@chromium.org
2010-10-19
1
-0
/
+3
*
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
*
Integrate the SpdyProxyClientSocket into the HttpStreamRequest
rch@chromium.org
2010-10-13
1
-0
/
+18
*
Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."
agl@chromium.org
2010-10-08
1
-0
/
+3
*
Revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."
agl@chromium.org
2010-10-07
1
-3
/
+0
*
net: plumb DnsRRResolver from IOThread to HttpNetworkSession.
agl@chromium.org
2010-10-07
1
-0
/
+3
*
Stop refcounting HostResolver.
willchan@chromium.org
2010-10-01
1
-6
/
+7
*
Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...
willchan@chromium.org
2010-09-30
1
-10
/
+5
*
Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.
willchan@chromium.org
2010-09-30
1
-5
/
+10
*
Stop refcounting SpdySessionPool.
willchan@chromium.org
2010-09-30
1
-10
/
+5
*
HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.
cbentzel@chromium.org
2010-09-29
1
-4
/
+7
*
Revert 60791 - HttpAuthHandlerFactory::CreateDefault requires a HostResolver ...
cbentzel@chromium.org
2010-09-28
1
-7
/
+4
*
HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.
cbentzel@chromium.org
2010-09-28
1
-4
/
+7
*
Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi...
tfarina@chromium.org
2010-09-15
1
-2
/
+2
*
Trying to green up the tree, lots of mac and win red around this cl.
thomasvl@chromium.org
2010-09-14
1
-2
/
+2
*
net: Rename ProxyService::CreateNull to ProxyService::CreateDirect.
tfarina@chromium.org
2010-09-14
1
-2
/
+2
*
Flush SSL pools after SSL config changes.
csilv@chromium.org
2010-09-04
1
-3
/
+3
*
Add support for speaking SPDY to an HTTPS proxy.
rch@chromium.org
2010-09-01
1
-0
/
+12
*
Make sure the key into the spdy session pool identifies the actual proxy used...
eroman@chromium.org
2010-08-25
1
-4
/
+0
*
Added a new MockSocket that enforces ordering of reads/writes.
erikchen@google.com
2010-08-18
1
-3
/
+24
*
SPDY: flow-control fix: resume I/O once a WINDOW_UPDATE frame is received for...
agayev@chromium.org
2010-08-05
1
-0
/
+10
*
Implement server push protocol 2.
erikchen@google.com
2010-08-05
1
-0
/
+88
*
SpdySessionPool now identifies SpdySessions by both HostPortPair and proxy se...
erikchen@google.com
2010-08-02
1
-0
/
+3
*
Revert 54381 - Revert 54378 - Add content-length to spdy post request header.
lzheng@chromium.org
2010-07-30
1
-1
/
+2
*
Revert 54378 - Add content-length to spdy post request header.
lzheng@chromium.org
2010-07-30
1
-2
/
+1
*
Add content-length to spdy post request header.
lzheng@google.com
2010-07-30
1
-1
/
+2
*
I've refactored HttpStream, SpdyHttpStream and HttpBasicStream so that
rch@chromium.org
2010-07-29
1
-0
/
+10
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
1
-0
/
+1
[next]