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_framer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Extend SpdyFramerDebugVisitorInterface interface.
akalin@chromium.org
2013-06-14
1
-14
/
+15
*
Add BLOCKED frame type to SPDY 4 for increased debugability/tunability.
akalin@chromium.org
2013-06-11
1
-0
/
+10
*
Add SpdyMajorVersion enum and use it everywhere
akalin@chromium.org
2013-05-16
1
-15
/
+6
*
SPDY: Respect SETTINGS_FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS.
rtenneti@chromium.org
2013-04-30
1
-0
/
+4
*
[SPDY] Plumb SPDY frame type through write queue
akalin@chromium.org
2013-04-15
1
-0
/
+6
*
Convert SpdyControlType to SpdyFrameType
akalin@chromium.org
2013-04-09
1
-5
/
+4
*
Change the signature of SpdyFramer::SerializeNameValueBlockWithoutCompression
akalin@chromium.org
2013-04-08
1
-9
/
+10
*
Add helper function for SPDY 4
akalin@chromium.org
2013-04-08
1
-0
/
+3
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.
dcheng@chromium.org
2013-04-07
1
-1
/
+1
*
Remove SpdyDataFlags from SpdyFramerVisitorInterface::OnStreamFrameData()
akalin@chromium.org
2013-03-08
1
-1
/
+1
*
Support SPDY 4 common header framing.
akalin@chromium.org
2013-03-02
1
-7
/
+16
*
[SPDY] Clean up stream flow control code a bit
akalin@chromium.org
2013-02-28
1
-1
/
+1
*
Rename GetControlFrameMinimumSize() to GetControlFrameHeaderSize() in SpdyFramer
akalin@chromium.org
2013-02-28
1
-1
/
+1
*
Add SpdyFrame::size() field and prefer its usage to length() + kHeaderSize
akalin@chromium.org
2013-02-26
1
-4
/
+0
*
Remove SpdyDataFrame. Useful in SPDY 4 development.
akalin@chromium.org
2013-02-21
1
-2
/
+5
*
Remove SpdyDataFrame references from VTL.
akalin@chromium.org
2013-02-19
1
-2
/
+4
*
Remove SpdyDataFrame from OnSpdyDataFrameHeader() arguments.
akalin@chromium.org
2013-02-19
1
-1
/
+3
*
Remove SpdyControlFrame, and associated cleanup.
akalin@chromium.org
2013-02-16
1
-1
/
+12
*
Reverting as it causes compile failures on windows.
ananta@chromium.org
2013-02-15
1
-12
/
+1
*
Remove SpdyControlFrame, and associated cleanup.
akalin@chromium.org
2013-02-15
1
-1
/
+12
*
Remove unused state SPDY_DONE from SpdyFramer.
akalin@chromium.org
2013-02-15
1
-1
/
+0
*
Serious cleanup of SpdyFramer compression code:
akalin@chromium.org
2013-02-15
1
-14
/
+14
*
SPDY - For SPDY/2 set ControlFrameBufferMaxSize to 2 ** 16
rtenneti@chromium.org
2013-02-15
1
-6
/
+8
*
Remove unused method SpdyFramer::IsCompressible().
akalin@chromium.org
2013-02-15
1
-3
/
+0
*
Remove SpdySettingsControlFrame struct. Useful for Spdy 4 Development.
akalin@chromium.org
2013-02-15
1
-7
/
+2
*
Remove SpdySynStreamControlFrame struct. Useful in SPDY 4 development.
akalin@chromium.org
2013-02-15
1
-8
/
+8
*
Remove SpdyHeadersControlFrame struct. Useful in SPDY 4 development.
akalin@chromium.org
2013-02-14
1
-5
/
+5
*
Remove SpdyCredentialControlFrame struct. Useful for SPDY 4 development.
akalin@chromium.org
2013-02-14
1
-4
/
+3
*
Remove SpdyRstStreamControlFrame struct. Useful for SPDY 4 development.
akalin@chromium.org
2013-02-14
1
-2
/
+2
*
Remove SpdyPingControlFrame struct. Useful for SPDY 4 development.
akalin@chromium.org
2013-02-14
1
-2
/
+2
*
Remove SpdyWindowUpdateControlFrame. Useful in SPDY 4 development.
akalin@chromium.org
2013-02-14
1
-2
/
+2
*
Remove SpdySynReplyControlFrame and SpdyGoAwayControlFrame.
akalin@chromium.org
2013-02-14
1
-8
/
+10
*
Getting rid of SpdyFramer::GetControlFrameStreamId(), which cleans up the cod...
akalin@chromium.org
2013-02-13
1
-8
/
+2
*
Centralize logic for calculating (minimum) size of SPDY frames, by type, in S...
akalin@chromium.org
2013-02-13
1
-4
/
+13
*
Refactor in preparation for SPDY 4, part 1.
akalin@chromium.org
2013-02-12
1
-1
/
+26
*
Invalid flags now result in a GOAWAY
akalin@chromium.org
2013-02-12
1
-8
/
+11
*
Rename SpdyStatusCodes to SpdyRstStreamStatus
akalin@chromium.org
2013-02-09
1
-2
/
+3
*
Remove dead code
akalin@chromium.org
2013-02-08
1
-4
/
+0
*
Refactoring in preparation for handling CREDENTIAL in SpdyClientDispatcher.
akalin@chromium.org
2013-02-08
1
-1
/
+1
*
Add debug callbacks for frame decompression ratios to SpdyFramerDebugVisitorI...
akalin@chromium.org
2013-02-08
1
-0
/
+10
*
Minor semantic variable name changes.
akalin@chromium.org
2013-02-08
1
-2
/
+2
*
Add SpdyFramerDebugVisitorInterface for later usage in stats collecting
akalin@chromium.org
2013-02-06
1
-0
/
+24
*
Change SpdyFramer::ParseHeaderBlockInBuffer to return the number of bytes con...
rch@chromium.org
2013-01-24
1
-2
/
+2
*
A few more minor refactors to spdy code for spdy-over-quic. We need to be abl...
rch@chromium.org
2012-12-19
1
-7
/
+9
*
Add SPDY request headers to DevTools.
mmenke@chromium.org
2012-09-07
1
-4
/
+1
*
net: workaround compression leaks
agl@chromium.org
2012-08-15
1
-3
/
+7
*
Revert "net: workaround compression leaks"
agl@chromium.org
2012-08-14
1
-7
/
+3
*
net: workaround compression leaks
agl@chromium.org
2012-08-14
1
-3
/
+7
*
SPDY_SESSION_RECV_DATA doesn't indicate the DATA_FLAG_FIN
toyoshim@chromium.org
2012-07-12
1
-1
/
+2
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
[next]