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
*
SPDY - persist SPDY settings.
rtenneti@chromium.org
2012-03-24
1
-0
/
+3
*
Land SpdyFramer (et. al.) changes to support setting the credential slot id i...
rch@chromium.org
2012-03-23
1
-0
/
+2
*
Move SpdyFramer::compression_default_ to a g_enable_compression_default in sp...
rch@chromium.org
2012-03-23
1
-2
/
+0
*
Move all objects from the spdy:: namespace to net::
rch@chromium.org
2012-03-22
1
-4
/
+2
*
SPDY - Support new status field in SPDY 3 GOAWAY.
rtenneti@google.com
2012-03-22
1
-3
/
+3
*
SPDY - unkorked spdy_framer and spdy_protocol tests.
rtenneti@google.com
2012-03-15
1
-37
/
+15
*
SPDY - integration of spdy/3 code.
rtenneti@google.com
2012-03-12
1
-72
/
+156
*
Remove the origin field from the CREDENTIAL frame.
rch@chromium.org
2012-02-29
1
-1
/
+0
*
SPDY - pass stream_id instread contol frame to
rtenneti@chromium.org
2012-02-15
1
-2
/
+2
*
SPDY - delete unused code from spdy_framer.
rtenneti@chromium.org
2012-01-07
1
-10
/
+2
*
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
-1
/
+41
*
Changes to read SPDY headers incrementally.
rtenneti@chromium.org
2011-12-25
1
-5
/
+24
*
SPDY changes from server.
rtenneti@chromium.org
2011-11-29
1
-16
/
+14
*
Merge spdy_framer changes from server.
rtenneti@chromium.org
2011-11-04
1
-1
/
+11
*
Updated spdy_framer.cc with the latest code. Code for PING
rtenneti@chromium.org
2011-09-26
1
-12
/
+128
*
Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.
darin@chromium.org
2011-08-12
1
-3
/
+3
*
Refactoring on WebSocket over SPDY unit tests
toyoshim@chromium.org
2011-07-07
1
-0
/
+2
*
WebSocket over SPDY: SpdyWebSocketStream
toyoshim@chromium.org
2011-06-27
1
-0
/
+2
*
Net: Add NET_API to socket_stream and spdy.
rvargas@google.com
2011-05-19
1
-2
/
+3
*
Add net/base/sys_byteorder.h
sergeyu@chromium.org
2011-04-18
1
-5
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-2
/
+2
*
Update server push to allow use of HEADERS frame.
mbelshe@chromium.org
2010-12-03
1
-19
/
+42
*
Integrate the SpdyProxyClientSocket into the HttpStreamRequest
rch@chromium.org
2010-10-13
1
-0
/
+2
*
Fixes the tests written for http://codereview.chromium.org/3432009/show
rch@chromium.org
2010-10-01
1
-4
/
+6
*
Revert 60747 - Add a new class SpdyProxyClientSocket which implements ClientS...
rch@chromium.org
2010-09-28
1
-6
/
+4
*
Add a new class SpdyProxyClientSocket which implements ClientSocket
rch@chromium.org
2010-09-28
1
-4
/
+6
*
FBTF: Remove unneeded headers from base/ (part 7)
thestig@chromium.org
2010-08-27
1
-1
/
+0
*
Make Chrome capable of advertising spdy version 1.
mbelshe@chromium.org
2010-08-03
1
-0
/
+3
*
More FRIEND_TEST_ALL_PREFIXES.
phajdan.jr@chromium.org
2010-07-30
1
-3
/
+3
*
`#pragma once` for app, base, chrome, gfx, ipc, net, skia, views
thakis@chromium.org
2010-07-26
1
-0
/
+1
*
Fixed memory leak in SpdyHttpStreamTest. Removed suppressions.
erikchen@google.com
2010-07-21
1
-0
/
+2
*
Refactor SpdyStream state for WebSocket support
ukai@chromium.org
2010-07-20
1
-0
/
+2
*
Adds tests for the SpdyFramer.Create* frame creation methods.
mlloyd@chromium.org
2010-07-08
1
-2
/
+2
*
SPDY: Add support for WINDOW_UPDATE frame.
cbentzel@chromium.org
2010-07-01
1
-0
/
+5
*
Separate SPDY data-frame compression from the header compressors.
mbelshe@chromium.org
2010-05-21
1
-14
/
+41
*
Unit test for server push and GetPushStream.
cbentzel@chromium.org
2010-05-04
1
-0
/
+2
*
SPDY: Fix Alternate-Protocol.
willchan@chromium.org
2010-04-26
1
-1
/
+2
*
Fix crash in WriteSocket() when sending Settings frames
mbelshe@chromium.org
2010-04-16
1
-0
/
+3
*
Take 2 at landing the SPDY SETTINGS frame patch.
mbelshe@chromium.org
2010-04-09
1
-1
/
+2
*
Revert 44092 - Add support for the SPDY session frame.
jar@chromium.org
2010-04-09
1
-2
/
+1
*
Add support for the SPDY session frame.
mbelshe@chromium.org
2010-04-09
1
-1
/
+2
*
Missed include of <utility> for new use of std::pair.
mbelshe@chromium.org
2010-04-05
1
-0
/
+1
*
Implement protocol definitions for the SPDY SETTINGS frame (previously
mbelshe@chromium.org
2010-04-02
1
-0
/
+14
*
Update spdy_protocol to support the GOAWAY message.
mbelshe@chromium.org
2010-03-04
1
-0
/
+7
*
API changes and protocol changes for supporting the latest SPDY spec.
mbelshe@chromium.org
2010-02-10
1
-3
/
+5
*
Merge deltas from server team common SPDY files.
mbelshe@chromium.org
2010-02-09
1
-4
/
+11
*
The great Flip -> Spdy rename.
mbelshe@chromium.org
2010-02-08
1
-76
/
+76
*
Rename all files from flip* to spdy*.
mbelshe@chromium.org
2010-02-06
1
-0
/
+260