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
/
buffered_spdy_framer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SPDY] Do not advertise SPDY/2 by default
akalin@chromium.org
2013-10-06
1
-1
/
+1
*
[SPDY] Remove references to obsolete SPDY versions SPDY/1 and SPDY/2.1
akalin@chromium.org
2013-10-04
1
-2
/
+0
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
1
-0
/
+22
*
Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04"
akalin@chromium.org
2013-07-30
1
-22
/
+0
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
1
-0
/
+22
*
Declaration of SPDY 4 PUSH_PROMISE; not yet used.
akalin@chromium.org
2013-07-16
1
-0
/
+5
*
SPDY Framer: Refactorings.
eustas@chromium.org
2013-07-10
1
-6
/
+5
*
Add SpdyMajorVersion enum and use it everywhere
akalin@chromium.org
2013-05-16
1
-1
/
+2
*
SPDY: Respect SETTINGS_FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS.
rtenneti@chromium.org
2013-04-30
1
-0
/
+4
*
Remove SpdyDataFlags from SpdyFramerVisitorInterface::OnStreamFrameData()
akalin@chromium.org
2013-03-08
1
-2
/
+2
*
[SPDY] Clean up stream flow control code a bit
akalin@chromium.org
2013-02-28
1
-1
/
+1
*
Remove SpdyDataFrame. Useful in SPDY 4 development.
akalin@chromium.org
2013-02-21
1
-4
/
+4
*
Remove SpdyDataFrame from OnSpdyDataFrameHeader() arguments.
akalin@chromium.org
2013-02-19
1
-2
/
+4
*
Remove unused state SPDY_DONE from SpdyFramer.
akalin@chromium.org
2013-02-15
1
-2
/
+1
*
Serious cleanup of SpdyFramer compression code:
akalin@chromium.org
2013-02-15
1
-5
/
+4
*
Remove unused method SpdyFramer::IsCompressible().
akalin@chromium.org
2013-02-15
1
-4
/
+0
*
Remove SpdySettingsControlFrame struct. Useful for Spdy 4 Development.
akalin@chromium.org
2013-02-15
1
-1
/
+1
*
Remove SpdySynStreamControlFrame struct. Useful in SPDY 4 development.
akalin@chromium.org
2013-02-15
1
-1
/
+1
*
Remove SpdyHeadersControlFrame struct. Useful in SPDY 4 development.
akalin@chromium.org
2013-02-14
1
-1
/
+1
*
Remove SpdyCredentialControlFrame struct. Useful for SPDY 4 development.
akalin@chromium.org
2013-02-14
1
-1
/
+1
*
Remove SpdyRstStreamControlFrame struct. Useful for SPDY 4 development.
akalin@chromium.org
2013-02-14
1
-1
/
+1
*
Remove SpdyPingControlFrame struct. Useful for SPDY 4 development.
akalin@chromium.org
2013-02-14
1
-1
/
+1
*
Remove SpdyWindowUpdateControlFrame. Useful in SPDY 4 development.
akalin@chromium.org
2013-02-14
1
-1
/
+1
*
Remove SpdySynReplyControlFrame and SpdyGoAwayControlFrame.
akalin@chromium.org
2013-02-14
1
-2
/
+2
*
Rename SpdyStatusCodes to SpdyRstStreamStatus
akalin@chromium.org
2013-02-09
1
-2
/
+2
*
Remove dead code
akalin@chromium.org
2013-02-08
1
-1
/
+2
*
Change SpdyFramer::ParseHeaderBlockInBuffer to return the number of bytes con...
rch@chromium.org
2013-01-24
1
-2
/
+4
*
Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...
rch@chromium.org
2012-12-04
1
-13
/
+2
*
net: workaround compression leaks
agl@chromium.org
2012-08-15
1
-5
/
+0
*
Revert "net: workaround compression leaks"
agl@chromium.org
2012-08-14
1
-0
/
+5
*
net: workaround compression leaks
agl@chromium.org
2012-08-14
1
-5
/
+0
*
SPDY_SESSION_RECV_DATA doesn't indicate the DATA_FLAG_FIN
toyoshim@chromium.org
2012-07-12
1
-2
/
+3
*
Remove several usages of linked_ptr in spdy land.
rch@chromium.org
2012-07-11
1
-2
/
+2
*
Created new SpdyFramerVisitorInterface::OnSynStream(), SpdyFramerVisitorInter...
rch@chromium.org
2012-07-09
1
-62
/
+79
*
Add a new OnControlFrameCompressed method to SpdyFramerVisitor which is invok...
rch@chromium.org
2012-06-26
1
-0
/
+7
*
Move SpdyFramer::set_enable_compression_default to BufferedSpdyFramer
rch@chromium.org
2012-04-24
1
-0
/
+12
*
[net] Change order of RequestPriority to natural: higher > lower
szym@chromium.org
2012-04-24
1
-1
/
+1
*
Remove SpdyFramer::CompressFrame() and use CompressControlFrame instead.
rch@chromium.org
2012-04-23
1
-4
/
+5
*
SPDY - replaced SpdySettings (list) with SettingsMap
rtenneti@chromium.org
2012-04-18
1
-1
/
+1
*
Land SpdyFramer (et. al.) changes to support setting the credential slot id i...
rch@chromium.org
2012-03-23
1
-2
/
+4
*
Move all objects from the spdy:: namespace to net::
rch@chromium.org
2012-03-22
1
-9
/
+9
*
SPDY - Support new status field in SPDY 3 GOAWAY.
rtenneti@google.com
2012-03-22
1
-2
/
+3
*
SPDY - integration of spdy/3 code.
rtenneti@google.com
2012-03-12
1
-8
/
+11
*
SPDY - pass spdy protocol version that will be used by the SpdyFramer.
rtenneti@chromium.org
2012-03-08
1
-7
/
+43
*
SPDY - Better SPDY error logging in NetLog.
rtenneti@chromium.org
2012-02-23
1
-5
/
+7
*
Valgrind: Initialize |frames_received_|.
jhawkins@chromium.org
2012-02-20
1
-1
/
+2
*
Refactor BufferedSpdyFramer so that SpdySession is not a visitor of
rch@chromium.org
2012-02-20
1
-4
/
+44
*
SPDY - pass stream_id instread contol frame to
rtenneti@chromium.org
2012-02-15
1
-6
/
+24
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2012-02-08
1
-0
/
+1
*
SPDY - FlipServer - changes to use BufferedSpdyFramer.
rtenneti@chromium.org
2012-01-18
1
-1
/
+14
[next]