summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_stream_factory.h
Commit message (Expand)AuthorAgeFilesLines
* Disable QUIC when a connection timesout with open streams by setting threshol...zhongyi2016-01-221-0/+1
* Minor refactor of MaybeMigrateOrCloseSessions, in preparation for CL(s) imple...jri2016-01-211-1/+17
* QUIC - Allow cronet apps to specify how many server configs are to bertenneti2016-01-151-9/+2
* Rename chromium-specific QUIC classes.rch2016-01-151-3/+3
* Adds connection migration capability to QUIC. This CL causes QUIC connections...jri2016-01-141-2/+35
* Rename CertPolicyEnforcer to CTPolicyEnforcerestark2016-01-121-2/+2
* Change the interface of GetAlternativeServicesFor to GetAlternativeService, a...zhongyi2016-01-081-0/+7
* Switch to standard integer types in net/.Avi Drissman2015-12-201-5/+9
* Ran clang-format on all .h/.cc files in net/quic. No behavior change.rjshade2015-12-181-3/+1
* QUIC - Disable Preconnect when QUIC can be spoken to a server with 0RTTrtenneti2015-12-091-0/+2
* QUIC - Added a FinchTrial parameter idle_connection_timeout_seconds to runrtenneti2015-11-301-0/+4
* QUIC - Code to verify SCT tag with certificate transparency verifierrtenneti2015-11-241-0/+3
* Pass RTT observations to NQE observerstbansal2015-11-021-2/+2
* Actually close QUIC sessions when client IP address changesjri2015-10-231-0/+4
* Remove insecure QUIC support from Chromium.rch2015-10-211-21/+2
* QUIC - Changes to transfer QuicServerInfoFactory ownership from HttpCachertenneti2015-10-121-7/+5
* QUIC - load crypto server config during startup. Save the configs into HttpSe...rtenneti2015-10-101-3/+12
* QUIC - QuicPacketReader will yield if more than 32 packets have beenrtenneti2015-09-291-0/+6
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-4/+4
* Notfiy NQE of QUIC RTTtbansal2015-09-211-0/+7
* QUIC - wait for disk cache to load server config if the server is amongrtenneti2015-09-211-0/+5
* QUIC - Delay the TCP job's InitConnection for 1.5 RTT ifrtenneti2015-09-171-0/+16
* Implement SSLConfigService::Observer in QuicStreamFactoryrch2015-09-091-0/+7
* Returning const ref instead of const value in QuicStreamRequest::origin_hostshiva.jm2015-09-021-1/+1
* Use the CT policy enforcer for QUIC, if specified.rsleevi2015-07-311-0/+2
* Avoid duplicate quic files in net_unittests.ckrasic2015-07-221-19/+21
* Fix order of arguments in QuicStreamFactory constructor.rch2015-07-141-0/+2
* QUIC - disable QUIC under recent pathological connection errors.ckrasic2015-07-081-0/+31
* Mark QUIC proxy as bad if QUIC is disabledtbansal2015-06-301-0/+1
* QUIC - Fix QUIC enabled experiment spending significantly more time verifying...rtenneti2015-06-221-0/+6
* QUIC - Close the QUIC connection only when QUIC is disabled due to veryrtenneti2015-06-181-4/+7
* Add a new prefer_aes finch options for QUIC.rch2015-06-101-0/+4
* Returning scoped_ptr instead of raw pointer in QuicInfoToValue in net/payal.pandey2015-05-271-1/+1
* Enable QUIC alternative service with different host.bnc2015-05-211-5/+9
* Disable 0RTT if server and origin have different hosts.bnc2015-05-181-0/+3
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-021-1/+1
* QUIC - Added the following finch trial parameters to disable QUIC ifrtenneti2015-03-281-1/+1
* QUIC - disable QUIC if packet loss rate is bad for a connection.rtenneti2015-03-271-0/+21
* Update HttpServerProperties::*AlternateProtocol* interface.bnc2015-03-201-2/+2
* Remove unused QuicStreamRequest::is_https_ field.thakis2015-03-081-1/+0
* QUIC - minor cleanup of the following field trials and used defaults forrtenneti2015-03-031-10/+0
* Revert of Revert of Add a new enable_nonblocking_io field trial param for QUI...qyearsley2015-02-281-0/+4
* Revert of Add a new enable_nonblocking_io field trial param for QUIC (patchse...qyearsley2015-02-281-4/+0
* Add a new enable_nonblocking_io field trial param for QUIC which enables the ...rch2015-02-281-0/+4
* Add a new receive_buffer_size field trial param for QUICrch2015-02-271-6/+10
* QUIC - Added a histogram to collect the elapsed time between the end ofrtenneti2015-02-271-0/+1
* QUIC - Add a field trial not to load QUIC server information from thertenneti2015-02-241-0/+4
* QUIC - Cache the connection type and connection description. Make thertenneti2015-02-231-0/+3
* QUIC - Added enable_connection_racing finch experiment to test racing ofrtenneti2015-02-111-0/+1
* QUIC - Race two connections. One connection which loads data from diskrtenneti2015-02-061-4/+25