summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* Move the NSS functions out of CertDatabase into a new NSSCertDatabase class.joaodasilva@chromium.org2012-09-102-4/+4
* Add SPDY request headers to DevTools.mmenke@chromium.org2012-09-0710-22/+126
* Remove obsolete signature_creator includes from net.msarda@chromium.org2012-09-052-2/+0
* Add a flag to enable connection pooling with channel idrch@chromium.org2012-09-052-1/+13
* net: Move file operation code from UploadData to UploadDataStreamhashimoto@chromium.org2012-09-012-18/+10
* net: Return size of upload as well as position from HttpTransaction::GetUploa...hashimoto@chromium.org2012-08-302-4/+5
* Revert "net: disable SPDY compression."agl@chromium.org2012-08-292-10/+4
* net: disable SPDY compression.agl@chromium.org2012-08-282-4/+10
* SPDY - A histogram to track spdy versions negotiated by chrome.rtenneti@google.com2012-08-221-0/+1
* [Coverity] Pass-by-ref instead of valuegroby@chromium.org2012-08-212-4/+5
* WebSocket over SPDY: unit test cleanuptoyoshim@chromium.org2012-08-2112-257/+219
* net: Fix more clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-08-191-1/+1
* Disable SpdyCredentialBuilder tests with OpenSSL.pliard@chromium.org2012-08-171-6/+44
* net: workaround compression leaksagl@chromium.org2012-08-155-56/+218
* SPDY: WriteHeaders should invoke OnDataSent callbacktoyoshim@chromium.org2012-08-1514-30/+77
* Revert "net: workaround compression leaks"agl@chromium.org2012-08-145-218/+56
* net: workaround compression leaksagl@chromium.org2012-08-145-56/+218
* Clean-up inline members of nested classes (net/)hans@chromium.org2012-08-092-9/+20
* 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