| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce HttpStreamBase | bashi@chromium.org | 2012-11-09 | 1 | -3/+3 |
* | Remove static variables from HttpStreamFactory. | szager@chromium.org | 2012-09-07 | 1 | -35/+4 |
* | net: don't remember TLS intolerant servers. | agl@chromium.org | 2012-04-26 | 1 | -3/+0 |
* | Remove SPDY 2.1 support. | rch@chromium.org | 2012-04-09 | 1 | -12/+5 |
* | Move NextProto enum to a new file net/socket/next_proto.h | rch@chromium.org | 2012-03-31 | 1 | -1/+1 |
* | SPDY - add command line options - enable-npn and enable-npn-http | rtenneti@chromium.org | 2012-03-28 | 1 | -2/+9 |
* | SPDY - Added enabling of SPDY/3 and SPDY flow control to | rtenneti@chromium.org | 2012-03-23 | 1 | -0/+10 |
* | SPDY - by default disable spdy/2.1 (flow control). It | rtenneti@chromium.org | 2012-03-03 | 1 | -6/+5 |
* | Add NetLog entries to preconnect HttpStreamFactoryImpl::Jobs. | mmenke@chromium.org | 2012-01-28 | 1 | -3/+2 |
* | Add HTTP pipelining to net-internals: | simonjam@chromium.org | 2011-12-20 | 1 | -0/+9 |
* | Added protocol_version negotiated with the server. | rtenneti@google.com | 2011-12-20 | 1 | -0/+4 |
* | Add back support for --testing-fixed-http-port and --testing-fixed-https-port | willchan@chromium.org | 2011-12-14 | 1 | -0/+13 |
* | Cleanup: Remove unneeded forward declararations in net. | thestig@chromium.org | 2011-11-11 | 1 | -3/+0 |
* | Use AuthCredentials throughout the network stack instead of username/password. | cbentzel@chromium.org | 2011-10-28 | 1 | -2/+3 |
* | Basic HTTP pipelining support. | simonjam@chromium.org | 2011-10-19 | 1 | -0/+7 |
* | Reset static HttpStreamFactory settings before each test in a NetTestSuite. | szym@chromium.org | 2011-10-18 | 1 | -0/+4 |
* | net: rework the NPN patch. | agl@chromium.org | 2011-10-18 | 1 | -7/+14 |
* | Migrate HttpAlternateProtocols to HttpServerPropertiesImpl. | willchan@chromium.org | 2011-10-10 | 1 | -2/+2 |
* | Change HttpNetworkTransaction and HttpStreamFactoryImpl::Job | rch@chromium.org | 2011-09-02 | 1 | -2/+4 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -4/+4 |
* | Net: Add NET_API to some http code. | rvargas@google.com | 2011-05-19 | 1 | -3/+4 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | The SPDY Exclusions were broken; the intent of the exclusion is so that our | mbelshe@chromium.org | 2011-03-16 | 1 | -3/+2 |
* | Reland rest of r77399. | willchan@chromium.org | 2011-03-12 | 1 | -5/+2 |
* | Revert r77399 in preparation for merging a small portion of it to 696. | willchan@chromium.org | 2011-03-11 | 1 | -2/+5 |
* | Reland r77075,r77077. | willchan@chromium.org | 2011-03-09 | 1 | -5/+2 |
* | Revert 77075 - Don't block on stream requests on Alternate-Protocol. | jochen@chromium.org | 2011-03-07 | 1 | -2/+5 |
* | Don't block on stream requests on Alternate-Protocol. | willchan@chromium.org | 2011-03-06 | 1 | -5/+2 |
* | Refactor HttpStreamFactory. | willchan@chromium.org | 2011-02-23 | 1 | -51/+162 |
* | Revert 75668 for breaking ChromeOS build - Refactor HttpStreamFactory. | willchan@chromium.org | 2011-02-23 | 1 | -162/+51 |
* | Refactor HttpStreamFactory. | willchan@chromium.org | 2011-02-22 | 1 | -51/+162 |
* | Even more reordering the methods in headers and implementation in net/. | erg@google.com | 2011-01-20 | 1 | -29/+25 |
* | Add a port to the SPDY debugging flags so that we can force SPDY for just a | mbelshe@chromium.org | 2011-01-08 | 1 | -0/+14 |
* | Clobber the state of the next-protocol-negotiation when disabling spdy. | mbelshe@chromium.org | 2010-12-21 | 1 | -0/+2 |
* | Add the "virtual" keyword on method overrides that are missing it. | erg@google.com | 2010-12-08 | 1 | -2/+2 |
* | Revert 61897 - Do not use Alternate-Protocol for establishing new SpdySessions. | mbelshe@chromium.org | 2010-10-16 | 1 | -9/+1 |
* | Add an off switch for SPDY: | mbelshe@chromium.org | 2010-10-16 | 1 | -0/+7 |
* | Plumb up the preconnect logic from pools to StreamFactory. | willchan@chromium.org | 2010-10-16 | 1 | -8/+22 |
* | Cleanup StreamFactory && StreamRequest APIs. | willchan@chromium.org | 2010-10-14 | 1 | -7/+6 |
* | Add a RenewStreamForAuth method to HttpStream, replacing DetachConnection | vandebo@chromium.org | 2010-10-14 | 1 | -1/+0 |
* | Do not use Alternate-Protocol for establishing new SpdySessions. | willchan@chromium.org | 2010-10-08 | 1 | -1/+9 |
* | Detach the ClientSocketHandle from an HttpStream so the same socket can be re... | cbentzel@chromium.org | 2010-10-06 | 1 | -0/+1 |
* | Move the stream initialization out of the HttpStreamRequest and back | mbelshe@chromium.org | 2010-08-25 | 1 | -2/+1 |
* | Remove obviously unneeded forward declarations from headers under src/{app,ba... | viettrungluu@chromium.org | 2010-08-21 | 1 | -3/+0 |
* | Extract connection logic from HttpNetworkTransaction into a new | mbelshe@chromium.org | 2010-08-19 | 1 | -0/+113 |