summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* Integrate server change to SpdyFrame which eliminates the expandable control ...rch@chromium.org2012-04-183-128/+51
* SPDY - replaced SpdySettings (list) with SettingsMaprtenneti@chromium.org2012-04-1822-408/+194
* Bring spdy_frame_builder.{h,cc} into agreement with server code.rch@chromium.org2012-04-182-4/+3
* Remove unused constants from spdy_protocol.hrch@chromium.org2012-04-171-9/+0
* Make ConvertRequestPriorityToSpdyPriority aware of new SPDY 3 priorities.rch@chromium.org2012-04-1715-50/+87
* Factor out the code to write control and frame headers into a new constructor...rch@chromium.org2012-04-164-121/+98
* Remove resize support from SpdyFrameBuilderrch@chromium.org2012-04-132-38/+9
* Make SpdyFramer::spdy_version_ const.rch@chromium.org2012-04-121-3/+1
* Move class local functions and globals into an annonymous namespace.rch@chromium.org2012-04-111-2/+6
* SPDY - Added the following flow control unitests.rtenneti@chromium.org2012-04-117-28/+341
* Implement a MockCertVerifier that can be used to avoidrsleevi@chromium.org2012-04-102-7/+8
* Remove SPDY 2.1 support.rch@chromium.org2012-04-096-5947/+1
* Revert 131256 - Catch the use after free callstack of HttpServerProperties.rtenneti@chromium.org2012-04-081-1/+0
* Catch the use after free callstack of HttpServerProperties.rtenneti@chromium.org2012-04-071-0/+1
* Turn SPDY NetLog Source references into links onmmenke@chromium.org2012-04-061-5/+5
* Reverting again ... More crashes, and the instrumentation did not appear to helprch@chromium.org2012-04-064-300/+1
* disallow proxy push of HTTPS contentbengr@google.com2012-04-051-1/+9
* Remove crazy c string contortions in spdy_test_util_spdy[23].cc.rch@chromium.org2012-04-042-166/+68
* Properly handle spdy3 responses.rch@chromium.org2012-04-0312-186/+265
* Add a new GetNegotiatedProtocol method to StreamSocket and implement in all s...rch@chromium.org2012-04-033-4/+9
* Enables a SPDY proxy to push resources from arbitrary origins.bengr@google.com2012-04-035-10/+49
* Attempting to re-land this feature with instrumentation to track down the use...rch@chromium.org2012-04-024-1/+300
* Move NextProto enum to a new file net/socket/next_proto.hrch@chromium.org2012-03-3120-56/+49
* Disallowed a NULL pointer from being passed as the second argument to memcpy(...khorimoto@chromium.org2012-03-281-3/+5
* Reject streams with transfer-encoding headers.rch@chromium.org2012-03-274-0/+222
* Reverting this feature, once again. *sigh*rch@chromium.org2012-03-264-300/+1
* Fix a crash in SpdySession::WriteStreamData which can happen if the specified...rch@chromium.org2012-03-241-1/+1
* SPDY - persist SPDY settings.rtenneti@chromium.org2012-03-2411-523/+514
* Implement correct v3 CREDENTIAL frame support.rch@chromium.org2012-03-2416-113/+211
* Land SpdyFramer (et. al.) changes to support setting the credential slot id i...rch@chromium.org2012-03-2313-36/+144
* Move SpdyFramer::compression_default_ to a g_enable_compression_default in sp...rch@chromium.org2012-03-232-6/+3
* Rename origin_bound_cert files to server_bound_cert.mattm@chromium.org2012-03-224-4/+4
* Move all objects from the spdy:: namespace to net::rch@chromium.org2012-03-2250-2571/+2512
* SPDY - Support new status field in SPDY 3 GOAWAY.rtenneti@google.com2012-03-229-54/+132
* Created a new class SpdyTestStateHelper to serve as a helper to manage the st...rch@chromium.org2012-03-2219-107/+86
* Make CertVerifier a pure virtual interface.rsleevi@chromium.org2012-03-212-6/+7
* Attempting to re-land the feature.rch@chromium.org2012-03-214-1/+300
* Explicitly disable SPDY ping on: SpdyNetworkTransactionSpdy*Test.FourGetsWith...rch@chromium.org2012-03-213-0/+6
* Change Origin bound certs -> Domain bound certs.mattm@chromium.org2012-03-208-295/+81
* Revert 127717 - Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300...rch@chromium.org2012-03-204-300/+1
* Revert 118788 - Revert 113405 - Revert 113305 - Revert 113300 - Revert 112134...rch@chromium.org2012-03-204-1/+300
* Remove static initializers from Spdy code.pliard@chromium.org2012-03-192-11/+17
* Add a new set of socket pools for WebSocket connections to HttpNetworkSession.yutak@chromium.org2012-03-1710-41/+74
* Remove "base/values.h" import from "base/location.h", fix up downstream files.isherman@chromium.org2012-03-161-1/+5
* Move SpdySession class statics to .cc globals and rename to match convention.rch@chromium.org2012-03-162-37/+31
* Move some global variables that are set only from test to member fields in Sp...rch@chromium.org2012-03-164-61/+46
* Remove unused variable and method SpdySession::use_ssl_rch@chromium.org2012-03-1610-23/+0
* Send correct request headers when using spdy 3.rch@chromium.org2012-03-1516-197/+219
* SPDY - unkorked spdy_framer and spdy_protocol tests.rtenneti@google.com2012-03-155-3328/+329
* SPDY - don't persist SpdySettings until we convert it to a map.rtenneti@google.com2012-03-154-3/+14