summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* Add net/base/test_data_directory.htoyoshim@chromium.org2012-11-011-0/+1
* net: Stop passing ownership of UploadDataStream from HttpNetworkTransaction t...hashimoto@chromium.org2012-11-014-67/+58
* Remove base::RefCounted as a friend of SpdyStreamDelegate.rch@chromium.org2012-10-301-1/+0
* Fix places where "request" is misspelled "requst". Surprisingly, there are s...pkasting@chromium.org2012-10-252-3/+3
* [net] Change factory methods for HostResolver and HostCache to return a scope...szym@chromium.org2012-10-222-2/+2
* net: Delete special logic for chunked uploadhashimoto@chromium.org2012-10-227-35/+8
* Linux: fix build with system zlib.phajdan.jr@chromium.org2012-10-192-0/+41
* net: Use UploadDataStream::Read() instead of ReadSync()hashimoto@chromium.org2012-10-185-14/+229
* net: Make UploadDataStream::Read() asynchronoushashimoto@chromium.org2012-10-171-1/+1
* fix uninitialized variable warning for vs2012 compilationscottmg@chromium.org2012-10-131-2/+2
* SPDY - Add support for PINGs initiated by the server.rtenneti@chromium.org2012-10-048-22/+166
* net: separate SPDY cookie with "; " as the new RFC requires.agl@chromium.org2012-09-211-16/+25
* crypto: add DecodeSignature and use SHA-256 with ECDSA.agl@chromium.org2012-09-192-2/+14
* net: Make UploadDataStream::Init() asynchronous.hashimoto@chromium.org2012-09-184-9/+9
* * Change logic of SpdySession::VerifyDomainAuthentication to rch@chromium.org2012-09-132-1/+166
* 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