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
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
1
-1
/
+1
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
2
-12
/
+24
*
Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...
avi@chromium.org
2013-06-11
10
-12
/
+12
*
Add BLOCKED frame type to SPDY 4 for increased debugability/tunability.
akalin@chromium.org
2013-06-11
4
-79
/
+169
*
Remove a couple of obsolete/done TODOs.
akalin@chromium.org
2013-06-11
1
-6
/
+0
*
[SPDY] Fix crash in SpdyHttpStream::GetUploadProgress()
akalin@chromium.org
2013-06-11
4
-1
/
+20
*
Use a direct include of utf_string_conversions.h in net/.
avi@chromium.org
2013-06-07
2
-2
/
+2
*
Fix even more remaining uses of WeakPtr<T>'s operator T* conversion
akalin@chromium.org
2013-06-04
1
-1
/
+1
*
Fix remaining uses of WeakPtr<T>'s operator T* conversion
akalin@chromium.org
2013-06-04
1
-7
/
+7
*
Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*"
akalin@chromium.org
2013-06-02
11
-55
/
+55
*
[SPDY] Merge the SpdyStream unit tests and parametrize them on a NextProto
akalin@chromium.org
2013-06-01
4
-579
/
+280
*
[SPDY] Put back SPDY2-specific behavior in SpdyTestUtil::ConstructSpdyPush
akalin@chromium.org
2013-06-01
2
-35
/
+60
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
19
-317
/
+334
*
[SPDY] Move the rest of the spdy_test_util* functions to the SpdyTestUtil class
akalin@chromium.org
2013-05-31
8
-559
/
+499
*
[SPDY] Rewrite SpdyTestUtil::ConstructSpdyReplyString()
akalin@chromium.org
2013-05-31
4
-147
/
+34
*
Fix for closing idle SPDY sessions with aliases to unblock
mmenke@chromium.org
2013-05-30
3
-4
/
+174
*
[SPDY] Refactor SpdyStream state machine
akalin@chromium.org
2013-05-29
6
-139
/
+132
*
[SPDY] Refactor SpdyStream::Delegate
akalin@chromium.org
2013-05-29
14
-217
/
+134
*
[SPDY] Add a SpdyStreamType enum and use it for SpdyStream
akalin@chromium.org
2013-05-27
20
-248
/
+390
*
[SPDY] Keep track of whether we have no more data to send in SpdyStream
akalin@chromium.org
2013-05-25
14
-168
/
+202
*
[SPDY] Remove {,set_}spdy_headers() and make SendRequest() take the headers
akalin@chromium.org
2013-05-24
11
-208
/
+143
*
Merge ConstructSpdyConnect
ttuttle@chromium.org
2013-05-24
6
-52
/
+28
*
[SPDY] Remove more code related to sending HEADERS frames
akalin@chromium.org
2013-05-24
10
-81
/
+44
*
[SPDY] Remove the ability to send HEADERS frames
akalin@chromium.org
2013-05-23
10
-284
/
+18
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
16
-94
/
+94
*
[SPDY] Change SpdyStream::QueueStreamData() To SendStreamData()
akalin@chromium.org
2013-05-23
13
-212
/
+444
*
Merge ConstructSpdyGet into SpdyTestUtil
ttuttle@chromium.org
2013-05-23
12
-501
/
+493
*
[SPDY] Remove SpdyStream::Delegate::OnSendBody()'s return value
akalin@chromium.org
2013-05-22
12
-97
/
+101
*
[SPDY] Rework SPDY flow control tests and add some for http://crbug.com/242288
akalin@chromium.org
2013-05-22
4
-190
/
+170
*
Remove ConstructSpdyHeader
ttuttle@chromium.org
2013-05-21
4
-94
/
+0
*
Merge ConstructSpdyReplyString into SpdyTestUtil
ttuttle@chromium.org
2013-05-20
8
-172
/
+91
*
ChannelID-less Connections in Chrome should be more granular.
mef@chromium.org
2013-05-17
19
-357
/
+558
*
Add SpdyMajorVersion enum and use it everywhere
akalin@chromium.org
2013-05-16
23
-219
/
+205
*
Merge SpdyProxyClientSocket unittests.
ttuttle@chromium.org
2013-05-16
4
-1528
/
+118
*
[SPDY] Strengthen checks in SpdyStream::DoSendBody()
akalin@chromium.org
2013-05-15
1
-3
/
+4
*
Merge framer-based Construct* functions to SpdyTestUtil
ttuttle@chromium.org
2013-05-15
16
-267
/
+250
*
[SPDY] Add in_do_loop_ sentinel variable to SpdyStream
akalin@chromium.org
2013-05-15
3
-8
/
+31
*
[SPDY] Make DoSend{DomainBoundCert,Body}Complete() take a result parameter
akalin@chromium.org
2013-05-15
2
-8
/
+12
*
[SPDY] Incorporate latest framing changes from HTTP2 into SPDY 4 as SPDY 4a2.
akalin@chromium.org
2013-05-15
10
-117
/
+236
*
Clean up local functions in spdy_test_util_spdy[23]
ttuttle@chromium.org
2013-05-15
4
-97
/
+38
*
[SPDY] Make SpdyStream not ref-counted
akalin@chromium.org
2013-05-14
9
-227
/
+245
*
Merge ConstructSpdyControlFrame into SpdyTestUtil.
ttuttle@chromium.org
2013-05-14
12
-698
/
+687
*
[SPDY] Make SpdyWriteQueue use WeakPtrs and not scoped_refptrs for SpdyStream
akalin@chromium.org
2013-05-14
6
-66
/
+72
*
Make SpdySessions implement LayeredPool and hook them up
mmenke@chromium.org
2013-05-14
4
-5
/
+456
*
[SPDY] Make sure final SpdyStream references are held by SpdySession
akalin@chromium.org
2013-05-13
20
-455
/
+584
*
[SPDY] Make SpdySession::ResetStream take a RequestPriority parameter
akalin@chromium.org
2013-05-10
3
-58
/
+71
*
Merge ConstructSpdyFrame into SpdyTestUtil
ttuttle@chromium.org
2013-05-10
13
-211
/
+251
*
Create SpdyTestUtil and add first two methods
ttuttle@chromium.org
2013-05-08
9
-103
/
+139
*
Merge spdy2/3 versions of Spdy{SessionDependencies,URLRequestContext}
ttuttle@chromium.org
2013-05-03
19
-561
/
+417
*
SPDY - In CreateStream close the SpdySession if socket is not connected.
rtenneti@chromium.org
2013-05-01
3
-14
/
+116
[next]