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_protocol.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add BLOCKED frame type to SPDY 4 for increased debugability/tunability.
akalin@chromium.org
2013-06-11
1
-1
/
+11
*
Remove a couple of obsolete/done TODOs.
akalin@chromium.org
2013-06-11
1
-6
/
+0
*
Add SpdyMajorVersion enum and use it everywhere
akalin@chromium.org
2013-05-16
1
-4
/
+11
*
net: Update the include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-04-13
1
-1
/
+1
*
[SPDY] Add flag and about:flags entry for SPDY/4 alpha 1
akalin@chromium.org
2013-04-12
1
-0
/
+2
*
Convert SpdyControlType to SpdyFrameType
akalin@chromium.org
2013-04-09
1
-3
/
+5
*
Clean up spdy_protocol* and spdy_test_utils.* files to match server version
akalin@chromium.org
2013-03-20
1
-137
/
+9
*
[SPDY] Implement per-session flow control
akalin@chromium.org
2013-03-01
1
-6
/
+18
*
Remove SpdyFrameBlock structure, the last remaining "on-the-wire" structs.
akalin@chromium.org
2013-02-27
1
-43
/
+4
*
Overhaul of how SPDY frame headers are written, useful for SPDY 4 development.
akalin@chromium.org
2013-02-26
1
-6
/
+0
*
Remove SpdyFrame::length(). Useful in SPDY 4 development.
akalin@chromium.org
2013-02-26
1
-4
/
+0
*
Add SpdyFrame::size() field and prefer its usage to length() + kHeaderSize
akalin@chromium.org
2013-02-26
1
-1
/
+6
*
Remove SpdyFrame::set_length(), SpdyFrame::set_flags() and SpdyFrame::flags().
akalin@chromium.org
2013-02-22
1
-9
/
+0
*
Remove SpdyDataFrame. Useful in SPDY 4 development.
akalin@chromium.org
2013-02-21
1
-31
/
+0
*
Remove SpdyFrame::is_control_frame(). Useful in SPDY 4 development.
akalin@chromium.org
2013-02-20
1
-5
/
+0
*
Remove SpdyDataFrame references from VTL.
akalin@chromium.org
2013-02-19
1
-7
/
+26
*
Add kSpdyVersion2 to match kSpdyVersion3
akalin@chromium.org
2013-02-16
1
-0
/
+1
*
Remove SpdyControlFrame, and associated cleanup.
akalin@chromium.org
2013-02-16
1
-58
/
+8
*
Reverting as it causes compile failures on windows.
ananta@chromium.org
2013-02-15
1
-7
/
+58
*
Remove SpdyControlFrame, and associated cleanup.
akalin@chromium.org
2013-02-15
1
-58
/
+7
*
Remove SpdySettingsControlFrame struct. Useful for Spdy 4 Development.
akalin@chromium.org
2013-02-15
1
-38
/
+0
*
Remove SpdySynStreamControlFrame struct. Useful in SPDY 4 development.
akalin@chromium.org
2013-02-15
1
-75
/
+0
*
Remove SpdyHeadersControlFrame struct. Useful in SPDY 4 development.
akalin@chromium.org
2013-02-14
1
-40
/
+0
*
Remove SpdyCredentialControlFrame struct. Useful for SPDY 4 development.
akalin@chromium.org
2013-02-14
1
-29
/
+0
*
Remove SpdyRstStreamControlFrame struct. Useful for SPDY 4 development.
akalin@chromium.org
2013-02-14
1
-43
/
+0
*
Remove SpdyPingControlFrame struct. Useful for SPDY 4 development.
akalin@chromium.org
2013-02-14
1
-30
/
+0
*
Remove SpdyWindowUpdateControlFrame. Useful in SPDY 4 development.
akalin@chromium.org
2013-02-14
1
-40
/
+0
*
Clean up the last remaining bits of SpdySynReplyControlFrame.
akalin@chromium.org
2013-02-14
1
-48
/
+0
*
Remove SpdySynReplyControlFrame and SpdyGoAwayControlFrame.
akalin@chromium.org
2013-02-14
1
-42
/
+0
*
Refactor in preparation for SPDY 4, part 1.
akalin@chromium.org
2013-02-12
1
-1
/
+303
*
Rename SpdyStatusCodes to SpdyRstStreamStatus
akalin@chromium.org
2013-02-09
1
-22
/
+22
*
Remove dead code
akalin@chromium.org
2013-02-08
1
-33
/
+0
*
adding a const kSpdyVersion3
akalin@chromium.org
2013-02-08
1
-0
/
+2
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
1
-1
/
+0
*
Land small change to SPDY code from server
rch@chromium.org
2012-05-07
1
-1
/
+1
*
Remove SPDY priority #defines from spdy_protocol.h since they differ between ...
rch@chromium.org
2012-04-23
1
-4
/
+1
*
Merge changes to SpdyFramer from server code (#83):
rch@chromium.org
2012-04-20
1
-2
/
+0
*
Remove the SpdyStatusCode INVALID_ASSOCIATED_STREAM which was never defined i...
rch@chromium.org
2012-04-19
1
-2
/
+5
*
Remove unused constants from spdy_protocol.h
rch@chromium.org
2012-04-17
1
-9
/
+0
*
SPDY - persist SPDY settings.
rtenneti@chromium.org
2012-03-24
1
-0
/
+1
*
Land SpdyFramer (et. al.) changes to support setting the credential slot id i...
rch@chromium.org
2012-03-23
1
-1
/
+14
*
Move all objects from the spdy:: namespace to net::
rch@chromium.org
2012-03-22
1
-2
/
+2
*
SPDY - Support new status field in SPDY 3 GOAWAY.
rtenneti@google.com
2012-03-22
1
-0
/
+23
*
SPDY - integration of spdy/3 code.
rtenneti@google.com
2012-03-12
1
-57
/
+247
*
Remove the origin field from the CREDENTIAL frame.
rch@chromium.org
2012-02-29
1
-7
/
+3
*
Move net/base/sys_byteorder.h to base/sys_byteorder.h
isherman@chromium.org
2011-12-28
1
-1
/
+1
*
Add support to SpdyFramer for the CREDENTIAL frame.
rch@chromium.org
2011-12-27
1
-0
/
+50
*
Deprecate SpdyControlFrame::size in favor of SpdyControlFrame::kHeaderSize
thakis@chromium.org
2011-12-09
1
-4
/
+0
*
Make SpdyFrame::size a constant instead of a static method so gcc can optimiz...
thakis@chromium.org
2011-12-04
1
-7
/
+7
*
SPDY changes from server.
rtenneti@chromium.org
2011-11-29
1
-0
/
+2
[next]