summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* SPDY - Deleted the code that sends trailing ping.rtenneti@chromium.org2012-05-114-111/+26
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-114-28/+20
* Consistently log the ID of a spdy stream as "stream_id"rch@chromium.org2012-05-093-5/+5
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-077-25/+15
* Land small change to SPDY code from serverrch@chromium.org2012-05-073-9/+10
* Make ServerBoundCertService use TaskRunner interface instead of using WorkerP...mattm@chromium.org2012-05-041-1/+7
* Coverity: Fix uninit member variables.kmadhusu@chromium.org2012-05-031-0/+1
* Change a DCHECK into a CHECK in SpdySession::WriteStreamData to ensure that w...rch@chromium.org2012-05-011-10/+5
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-283-13/+23
* Add a new UMA histogram for tracking SpdySessionErrorDetailsrch@chromium.org2012-04-282-0/+70
* Merge SettingsMap changes from server coderch@chromium.org2012-04-274-8/+90
* Change BufferedSpdyFramerVisitorInterface::OnError to take an SpdyFramer::Spd...rch@chromium.org2012-04-275-5/+5
* Fixed unsafe passing of command-line parameter to SpdySessionbengr@google.com2012-04-2710-174/+194
* Move SpdyFramer::set_enable_compression_default to BufferedSpdyFramerrch@chromium.org2012-04-248-16/+21
* Clean up a raft of SPDY files to bring in sync with serverrch@chromium.org2012-04-244-162/+143
* [net] Change order of RequestPriority to natural: higher > lowerszym@chromium.org2012-04-2413-84/+84
* Remove SPDY priority #defines from spdy_protocol.h since they differ between ...rch@chromium.org2012-04-232-11/+8
* Add a number of tests to spdy_framer_test.cc from server code.rch@chromium.org2012-04-231-1/+293
* Remove SpdyFramer::CompressFrame() and use CompressControlFrame instead.rch@chromium.org2012-04-236-32/+42
* Fix kDataFlagsMask, which I missed in an earlier CL.rch@chromium.org2012-04-231-1/+1
* Change SpdyFrameBuilder::length() to return size_t instead of int to avoid a ...rch@chromium.org2012-04-213-14/+14
* Merge changes to SpdyFramer from server code (#88):rch@chromium.org2012-04-213-58/+112
* Revert 133226 - Merge changes to SpdyFramer from server code (#88):rch@chromium.org2012-04-203-100/+48
* Merge changes to SpdyFramer from server code (#88):rch@chromium.org2012-04-203-48/+100
* Merge changes to SpdyFramer from server code (#83): rch@chromium.org2012-04-204-174/+83
* Merge changes to SpdyFramer from server code (#87, #82): rch@chromium.org2012-04-202-77/+74
* Fix small typo in spdy_frame_reader.hrch@chromium.org2012-04-192-4/+4
* Remove the SpdyStatusCode INVALID_ASSOCIATED_STREAM which was never defined i...rch@chromium.org2012-04-195-5/+16
* 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