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.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Report HTTP/2 HEADERS frames as HEADERS, not SYN_STREAM.
bnc
2014-11-07
1
-16
/
+2
*
Use kPadLengthFieldSize instead of magic literal 1.
bnc
2014-10-24
1
-1
/
+1
*
Code cleanup of control frame size enforcement.
bnc
2014-10-24
1
-6
/
+10
*
Implement padding PUSH_PROMISE and HEADERS frames.
bnc
2014-10-22
1
-40
/
+94
*
Standardize usage of virtual/override/final in net/
dcheng
2014-10-21
1
-18
/
+15
*
Update HTTP/2 DATA frame padding to 0x00.
bnc
2014-10-20
1
-1
/
+1
*
Misc. cleanup, primarily removing unused locals.
pkasting
2014-10-13
1
-8
/
+4
*
replace OVERRIDE and FINAL with override and final in net/
mostynb
2014-10-09
1
-14
/
+14
*
HTTP2 draft 14 support
bnc@chromium.org
2014-08-21
1
-29
/
+51
*
Ignore cookie where both name and value are empty in SPDY header block
xunjieli@chromium.org
2014-07-31
1
-4
/
+30
*
Fixes for re-enabling more MSVC level 4 warnings: net/spdy/ edition
pkasting@chromium.org
2014-07-08
1
-1
/
+1
*
Fragment headers payloads at smaller boundaries.
jgraettinger@chromium.org
2014-07-07
1
-4
/
+4
*
Update SPDY4 SpdyFramerDebugVisitorInterface payload lengths for HEADERS/PUSH...
jgraettinger@chromium.org
2014-07-07
1
-11
/
+13
*
Land recent SPDY changes (through 70021377)
jgraettinger@chromium.org
2014-06-27
1
-196
/
+131
*
SpdySession sends GOAWAY frame when closing on an error.
jgraettinger@chromium.org
2014-06-10
1
-1
/
+3
*
Initial support for HTTP/2 dependencies and weights.
jgraettinger@chromium.org
2014-05-20
1
-10
/
+36
*
Land recent SPDY changes (through 67282679)
jgraettinger@chromium.org
2014-05-18
1
-52
/
+299
*
Land recent SPDY changes (through 66310528)
jgraettinger@chromium.org
2014-05-14
1
-29
/
+25
*
SPDY & HPACK: Land recent internal changes (through 65328503)
jgraettinger@chromium.org
2014-04-29
1
-157
/
+307
*
Add settings IDs to SpdyConstants.
jgraettinger@chromium.org
2014-03-31
1
-186
/
+335
*
Change the SPDY4 maximum frame size to 16K-1
jgraettinger@chromium.org
2014-03-19
1
-1
/
+13
*
SpdyFramer now uses HPACK for SPDY4 headers (re-apply)
jgraettinger@chromium.org
2014-03-19
1
-61
/
+154
*
Revert 257227 "SpdyFramer now uses HPACK for SPDY4 headers"
jam@chromium.org
2014-03-14
1
-154
/
+61
*
SpdyFramer now uses HPACK for SPDY4 headers
jgraettinger@chromium.org
2014-03-14
1
-61
/
+154
*
Implement SPDY4 CONTINUATION frame in SpdyFramer.
jgraettinger@chromium.org
2014-03-03
1
-42
/
+208
*
Remove SPDY4 RST_STREAM payload flag remnants.
jgraettinger@chromium.org
2014-02-28
1
-31
/
+2
*
Processing for new SPDY4/HTTP2 SETTINGS frame payload format.
jgraettinger@chromium.org
2014-02-28
1
-43
/
+67
*
SPDY4 Settings ACK support
jgraettinger@chromium.org
2014-02-27
1
-10
/
+43
*
Implements the ACK flag for SPDY4/HTTP2 PING frames
jgraettinger@chromium.org
2014-02-25
1
-3
/
+10
*
Changes the type for PING id from uint32 to uint64.
jgraettinger@chromium.org
2014-02-12
1
-5
/
+20
*
SPDY cleanup: remove credential slot.
jgraettinger@chromium.org
2014-01-30
1
-12
/
+5
*
Use EXPECT_DFATAL instead of EXPECT_DEBUG_DEATH in spdy_protocol_test.cc.
rch@chromium.org
2014-01-25
1
-1
/
+1
*
Additional SpdyFramer::Create*() methods removed.
jgraettinger@chromium.org
2014-01-24
1
-61
/
+0
*
Modified SpdyFramer to ignore credential frames.
jgraettinger@chromium.org
2014-01-23
1
-123
/
+7
*
Enable an opaque data field on RST_STREAM frames
jgraettinger@chromium.org
2014-01-23
1
-23
/
+130
*
Removed SpdyFramer::CreateDataFrame()
jgraettinger@chromium.org
2014-01-22
1
-48
/
+0
*
Added a reason field and a description to GOAWAY.
jgraettinger@chromium.org
2014-01-21
1
-33
/
+125
*
Added a flow control blocked notification message.
jgraettinger@chromium.org
2014-01-16
1
-0
/
+5
*
SPDY4: Turn SYN_STREAM and SYN_REPLY into HEADERS.
jgraettinger@chromium.org
2014-01-16
1
-18
/
+68
*
SPDY 4: Remove CREDENTIAL from SPDY 4.
jgraettinger@chromium.org
2014-01-14
1
-0
/
+3
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2013-12-02
1
-20
/
+14
*
Revert 237095 "LOG(INFO) tidying in net/"
scottmg@chromium.org
2013-11-25
1
-8
/
+8
*
LOG(INFO) tidying in net/
scottmg@chromium.org
2013-11-25
1
-8
/
+8
*
Rearrange code to match spdy_protocol.h SpdyFrameType declaration order: most...
akalin@chromium.org
2013-07-22
1
-110
/
+110
*
Fix SpdyFramer CREDENTIAL frame parsing bug that showed up by way of test fla...
akalin@chromium.org
2013-07-22
1
-0
/
+4
*
Signal error in SpdyFramer if receive a header block frame with stream ID zero
akalin@chromium.org
2013-07-22
1
-0
/
+19
*
Declaration of SPDY 4 PUSH_PROMISE; not yet used.
akalin@chromium.org
2013-07-16
1
-12
/
+87
*
SPDY Framer: Refactorings.
eustas@chromium.org
2013-07-10
1
-9
/
+12
*
Add FrameType and SerializeWith methods to SpdyFrameIR and friends
akalin@chromium.org
2013-06-27
1
-0
/
+57
*
Extend SpdyFramerDebugVisitorInterface interface.
akalin@chromium.org
2013-06-14
1
-7
/
+34
[next]