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
...
*
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
*
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
*
Fix a bug in SpdyProxyClientSocket::PopulateUserBuffer, where
rch@chromium.org
2010-10-07
2
-2
/
+36
*
Detach the ClientSocketHandle from an HttpStream so the same socket can be re...
cbentzel@chromium.org
2010-10-06
2
-0
/
+10
*
Clean up DeterministicSocketData class. Add unit tests to document
rch@chromium.org
2010-10-05
2
-79
/
+124
*
Clarify the semantics of Socket::Read() and Socket::Write(),
rch@chromium.org
2010-10-05
2
-3
/
+5
*
clang/mac: Fix almost all problems when building all.xcodeproj.
thakis@chromium.org
2010-10-04
1
-2
/
+2
*
Stop refcounting HostResolver.
willchan@chromium.org
2010-10-01
1
-6
/
+7
*
Fixes the tests written for http://codereview.chromium.org/3432009/show
rch@chromium.org
2010-10-01
8
-4
/
+1607
*
Reland 61015 (unnecessary revert due to flaky build) - Stop refcounting SpdyS...
willchan@chromium.org
2010-09-30
8
-34
/
+28
*
Revert 61015 (broke fetch_client) - Stop refcounting SpdySessionPool.
willchan@chromium.org
2010-09-30
8
-28
/
+34
*
Stop refcounting SpdySessionPool.
willchan@chromium.org
2010-09-30
8
-34
/
+28
*
Use ScopedRunnableMethodFactory for SpdySession to better control lifetime.
willchan@chromium.org
2010-09-29
2
-4
/
+15
*
Stop refcounting ClientSocketPool.
willchan@chromium.org
2010-09-29
2
-2
/
+3
*
HttpAuthHandlerFactory::CreateDefault requires a HostResolver argument.
cbentzel@chromium.org
2010-09-29
1
-4
/
+7
*
FBTF: Moves code to the headers.
erg@google.com
2010-09-28
2
-0
/
+4
*
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
*
Revert 60747 - Add a new class SpdyProxyClientSocket which implements ClientS...
rch@chromium.org
2010-09-28
8
-1546
/
+4
*
Add a new class SpdyProxyClientSocket which implements ClientSocket
rch@chromium.org
2010-09-28
8
-4
/
+1546
*
Remove the references to HttpNetworkSession in SpdySession
rch@chromium.org
2010-09-25
8
-26
/
+34
*
Remove SpdySession::Connect(). This methods was only
rch@chromium.org
2010-09-25
5
-116
/
+20
*
net: Append base:: in the StringPrintf calls.
tfarina@chromium.org
2010-09-25
1
-5
/
+5
*
Eliminate HttpStreamHandle. The name confused me.
willchan@chromium.org
2010-09-21
1
-6
/
+3
*
Reland r59910 - Add HttpResponseBodyDrainer. Use it for unfinished HttpStrea...
willchan@chromium.org
2010-09-21
1
-4
/
+1
[prev]
[next]