| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Created new SpdyFramerVisitorInterface::OnSynStream(), SpdyFramerVisitorInter... | rch@chromium.org | 2012-07-09 | 1 | -10/+35 |
* | Add a new OnControlFrameCompressed method to SpdyFramerVisitor which is invok... | rch@chromium.org | 2012-06-26 | 1 | -0/+6 |
* | Land small change to SPDY code from server | rch@chromium.org | 2012-05-07 | 1 | -5/+5 |
* | Merge SettingsMap changes from server code | rch@chromium.org | 2012-04-27 | 1 | -1/+1 |
* | Move SpdyFramer::set_enable_compression_default to BufferedSpdyFramer | rch@chromium.org | 2012-04-24 | 1 | -2/+0 |
* | Remove SpdyFramer::CompressFrame() and use CompressControlFrame instead. | rch@chromium.org | 2012-04-23 | 1 | -3/+3 |
* | Merge changes to SpdyFramer from server code (#88): | rch@chromium.org | 2012-04-21 | 1 | -0/+1 |
* | Revert 133226 - Merge changes to SpdyFramer from server code (#88): | rch@chromium.org | 2012-04-20 | 1 | -1/+0 |
* | Merge changes to SpdyFramer from server code (#88): | rch@chromium.org | 2012-04-20 | 1 | -0/+1 |
* | Merge changes to SpdyFramer from server code (#83): | rch@chromium.org | 2012-04-20 | 1 | -14/+1 |
* | Merge changes to SpdyFramer from server code (#87, #82): | rch@chromium.org | 2012-04-20 | 1 | -4/+6 |
* | Integrate server change to SpdyFrame which eliminates the expandable control ... | rch@chromium.org | 2012-04-18 | 1 | -24/+14 |
* | SPDY - replaced SpdySettings (list) with SettingsMap | rtenneti@chromium.org | 2012-04-18 | 1 | -6/+3 |
* | Make SpdyFramer::spdy_version_ const. | rch@chromium.org | 2012-04-12 | 1 | -3/+1 |
* | 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 |