summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
...
* Convert SSLClientSocketNSS to use the NSS Channel ID callback.mattm@chromium.org2012-06-266-26/+15
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-222-12/+12
* Add a new Net.SpdySynStreamCompressionPercentage histogram for tracking how e...rch@chromium.org2012-06-181-1/+13
* SPDY - Added SETTINGS_MAX_CONCURRENT_STREAMS:1000 in the initial SETTINGS frame,rtenneti@google.com2012-06-1410-17/+124
* SPDY: Set initial max concurrent streams to 100willchan@chromium.org2012-06-141-1/+1
* Make HttpStream take a scoped_ptr<UploadDataStream>, to clearly communicate t...rsleevi@chromium.org2012-06-144-24/+28
* Disk cache: Make sure that references to IO buffers arervargas@chromium.org2012-06-142-2/+2
* NetLogEventParameter to Callback refactoring 3.mmenke@chromium.org2012-06-136-421/+178
* Make NetLog take in callbacks that return Values rathermmenke@chromium.org2012-06-101-12/+9
* Add a new OnHostResolutionCallback to TransportSocketParamsrch@chromium.org2012-06-0810-44/+82
* CapturingNetLog - remove maximum entries constructor argument.mmenke@chromium.org2012-06-086-6/+6
* fixed issue 128383 - replace GetPeerAddress(AddressList* address) with GetPee...zhaoqin@chromium.org2012-06-0810-14/+13
* Increase Chrome SPDY/3 stream receive window to 10MB. The goal is to set the...rch@chromium.org2012-06-044-7/+105
* Rename CapturingNetLog::Entry to CapturingNetLog::CaptureEntry,mmenke@chromium.org2012-06-028-74/+63
* Always enqueue SYN_STREAM frames to the output queue at HIGHEST priorityrch@chromium.org2012-05-316-90/+32
* RefCounted types should not have public destructors, net/ editionrsleevi@chromium.org2012-05-292-1/+6
* Cleanup: Remove unneeded scoped_ptr.h includes from net.thestig@chromium.org2012-05-172-2/+0
* Change the stream_id for streams which are serialized out of order.rch@chromium.org2012-05-157-0/+444
* 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