summaryrefslogtreecommitdiffstats
path: root/net/spdy
Commit message (Expand)AuthorAgeFilesLines
* Allow a non-200 (or non-407) response for a CONNECT request from an HTTPS proxyrch@chromium.org2010-12-175-10/+50
* Cache certificate verification results in memory.wtc@google.com2010-12-161-0/+9
* Fix 'else' style nit.wtc@google.com2010-12-151-3/+1
* Increase the initial spdy concurrent stream limit to 10mbelshe@chromium.org2010-12-141-1/+1
* Deinline even more destructors.erg@google.com2010-12-142-1/+5
* Add some experiments for different policies on cwnd restore.mbelshe@chromium.org2010-12-111-7/+37
* Add more cwnd histograms - this type partitioned by amount of datambelshe@chromium.org2010-12-102-0/+26
* Add histogram to analyze sent cwnd settings for spdy.mbelshe@chromium.org2010-12-091-0/+14
* Don't tweak buffer size for SPDYmbelshe@chromium.org2010-12-091-13/+0
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-092-14/+32
* Add a new GetInstance() method for singleton classes under chrome/service and...satish@chromium.org2010-12-091-2/+0
* Don't set SSLInfo on non-https requests. For SPDY with self-signed certsmbelshe@chromium.org2010-12-091-1/+4
* Linux build fix.mbelshe@chromium.org2010-12-081-1/+1
* Add origin checking for server pushed resources.mbelshe@chromium.org2010-12-086-22/+232
* Missing comment change from last checkin.mbelshe@chromium.org2010-12-071-2/+2
* Add histograms to track stalled spdy streams.mbelshe@chromium.org2010-12-062-0/+8
* Update server push to allow use of HEADERS frame.mbelshe@chromium.org2010-12-0316-333/+1405
* call SpdySession::flow_control() statically, instead of asrch@chromium.org2010-12-021-1/+1
* Fix case where a SPDY stream with an un-verified cert would kill the browsermbelshe@google.com2010-12-011-6/+8
* Update NetLog to be threadsafe.mmenke@chromium.org2010-12-011-9/+12
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-5/+5
* Revert "Revert "net: Plumb DnsCertProvenanceChecker around.""agl@chromium.org2010-11-221-0/+3
* Revert "net: Plumb DnsCertProvenanceChecker around."agl@chromium.org2010-11-221-3/+0
* net: Plumb DnsCertProvenanceChecker around.agl@chromium.org2010-11-221-0/+3
* Make sure to send the SpdySettings frame as soon as possible.willchan@chromium.org2010-11-192-5/+67
* Revert "net: Plumb DnsCertProvenanceChecker around."agl@chromium.org2010-11-181-3/+0
* Fix SPDY crash on race when canceling a stream that just got created.willchan@chromium.org2010-11-183-5/+131
* net: Plumb DnsCertProvenanceChecker around.agl@chromium.org2010-11-181-0/+3
* Change the way request headers are logged to the NetLog to ensurerch@chromium.org2010-11-113-34/+90
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-026-68/+88
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-015-22/+22
* Add unit test for Basic authentication over SPDY.cbentzel@chromium.org2010-10-293-36/+125
* HttpStream::SendRequestrch@chromium.org2010-10-273-7/+7
* Add experimental option for TCP FastOpen.mbelshe@chromium.org2010-10-262-0/+5
* Temporary fix to reduce the spdy concurrent streams to 6.mbelshe@chromium.org2010-10-252-2/+15
* Move BuildRequestHeaders from HttpNetworkTransaction to rch@chromium.org2010-10-206-46/+21
* Revert revert 62918 - net: clean up SSLHostInfo construction."agl@chromium.org2010-10-191-0/+3
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-181-0/+1
* Revert 62918 - net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-3/+0
* net: clean up SSLHostInfo construction.agl@chromium.org2010-10-181-0/+3
* Add an off switch for SPDY:mbelshe@chromium.org2010-10-162-4/+63
* Convert LOG(INFO) to VLOG(1) - net/.pkasting@chromium.org2010-10-161-3/+2
* Add actual bytes sent/received to net-internals.mmenke@chromium.org2010-10-142-7/+7
* Add a RenewStreamForAuth method to HttpStream, replacing DetachConnectionvandebo@chromium.org2010-10-142-10/+2
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-142-15/+15
* Integrate the SpdyProxyClientSocket into the HttpStreamRequestrch@chromium.org2010-10-136-30/+265
* Render SpdySessionPools on the Data tab and on a newmmenke@chromium.org2010-10-124-0/+54
* Fix miscellaneous cpplint nits.wtc@chromium.org2010-10-121-1/+1
* Revert revert "net: plumb DnsRRResolver from IOThread to HttpNetworkSession."agl@chromium.org2010-10-081-0/+3
* Speculative fix for SpdySettingsStorage crasher.willchan@chromium.org2010-10-073-3/+138