summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* Fix proxy CONNECT response handlingttuttle@chromium.org2012-08-094-34/+150
* SPDY - Handle incomplete headers during server push.rtenneti@chromium.org2012-08-0614-16/+284
* Implement TLS Channel ID support for SPDY CREDENTIAL framesrch@chromium.org2012-08-065-53/+274
* Add WriteHeaders interface to SpdySession and SpdyStream.toyoshim@chromium.org2012-08-0312-161/+629
* Coverity: Initialize member variables.jhawkins@chromium.org2012-08-031-1/+2
* Log SPDY request headers in URL_REQUEST events in net-internals.pauljensen@chromium.org2012-08-011-0/+23
* Simplify the EC signature creation code by moving it to a Helper.rch@chromium.org2012-08-013-47/+63
* Fix bug in SpdySession where map.erase() was called on an iterator when the u...rch@chromium.org2012-07-303-15/+277
* Fix a SPDY crash bug where a CHECK() is hit because a cancelled stream is con...rch@chromium.org2012-07-283-0/+216
* Give MockRead and MockWrite distinct types.yutak@chromium.org2012-07-274-10/+10
* Instead of enqueueing SPDY frames, enqueue SPDY streams that are ready to pro...rch@chromium.org2012-07-2615-205/+457
* SPDY - minor bug fixes. Log status code for GOAWAY framesrtenneti@google.com2012-07-243-4/+7
* Modify DeterministicSocketData to verify that the sequence number of reads an...rch@chromium.org2012-07-214-26/+38
* Revert 147692 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea...vitalybuka@chromium.org2012-07-2015-456/+205
* Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read...rch@chromium.org2012-07-2015-205/+456
* Remove most usages of scoped_ptr<*SocketData> in net unittests.rch@chromium.org2012-07-196-966/+738
* Removed redundant static settings resets.bengr@google.com2012-07-192-4/+0
* Change SpdySession::GetSSLInfo to get the SSLInfo from the underlying socketrch@chromium.org2012-07-193-9/+17
* Refactor the SPDY stream unit test with merging common part.shouqun.liu@intel.com2012-07-194-140/+143
* Remove old unclaimed streams pushed by a SPDY server.bengr@google.com2012-07-185-6/+232
* Remove linked_ptr from SpdyStream.rch@chromium.org2012-07-1814-47/+50
* SPDY_SESSION_RECV_DATA doesn't indicate the DATA_FLAG_FINtoyoshim@chromium.org2012-07-129-20/+33
* SPDY - chunked upload - cleanup of spdy_http_stream to read the datartenneti@chromium.org2012-07-1216-130/+542
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1119-19/+0
* Remove several usages of linked_ptr in spdy land.rch@chromium.org2012-07-117-38/+35
* DeterministicSocketDataProvider should not be RefCountedrsleevi@chromium.org2012-07-105-113/+83
* Created new SpdyFramerVisitorInterface::OnSynStream(), SpdyFramerVisitorInter...rch@chromium.org2012-07-099-262/+500
* Revert 144649 - Instead of enqueueing SPDY frames, instead enqueue SPDY strea...mattm@chromium.org2012-06-2815-455/+208
* Instead of enqueueing SPDY frames, instead enqueue SPDY streams that are read...rch@chromium.org2012-06-2815-208/+455
* Properly display the negotiated protocol for spdy proxy sessions.rch@chromium.org2012-06-271-5/+2
* Rename SpdySession::kInitialMaxConcurrentStreams to rch@chromium.org2012-06-264-6/+10
* Add a new OnControlFrameCompressed method to SpdyFramerVisitor which is invok...rch@chromium.org2012-06-269-9/+68
* 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