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 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
*
Revert 59908 (breaks WebKit layout tests) - Add HttpResponseBodyDrainer. Use...
willchan@chromium.org
2010-09-20
1
-1
/
+4
*
Add HttpResponseBodyDrainer. Use it for unfinished HttpStreams.
willchan@chromium.org
2010-09-19
1
-4
/
+1
*
Fix case where we close a stream due to socket errors when it is currently
mbelshe@chromium.org
2010-09-17
3
-13
/
+122
*
Change forward declaration of HttpRequestInfo from class to struct to
rch@chromium.org
2010-09-15
1
-1
/
+1
*
Move two methods in spdy_http_stream.cc from an anonymous namespace
rch@chromium.org
2010-09-15
3
-136
/
+174
*
Revision 59384 was incorrect and did not properly perform the check. This fix...
cdn@chromium.org
2010-09-15
1
-1
/
+1
*
Reland 59362 - net: Rename ProxyService::CreateNull to ProxyService::CreateDi...
tfarina@chromium.org
2010-09-15
2
-7
/
+2
*
Linux: More gcc 4.5 NULL versus 0 fixes.
craig.schlenter@chromium.org
2010-09-14
1
-1
/
+1
*
Fix for frame buffer resizing when new size is less than 8 bytes larger than ...
cdn@chromium.org
2010-09-14
1
-8
/
+7
*
Trying to green up the tree, lots of mac and win red around this cl.
thomasvl@chromium.org
2010-09-14
2
-2
/
+7
*
net: Rename ProxyService::CreateNull to ProxyService::CreateDirect.
tfarina@chromium.org
2010-09-14
2
-7
/
+2
*
Fix nits: remove unnecessary local variable, check for
wtc@chromium.org
2010-09-13
1
-5
/
+4
*
Not sure how to disable TEST_P tests :-/
jhawkins@chromium.org
2010-09-10
1
-8
/
+1
[next]