summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_stream_factory.cc
Commit message (Expand)AuthorAgeFilesLines
* Add googleusercontent.com to the QuicStreamFactory's crypto configrch2015-05-291-0/+1
* QUIC - Track how often a user hits 1, 2, 3, 4, and 5 bad packet lossrtenneti2015-05-291-0/+10
* Add a new histogram Net.QuicSession.PreferAesGcm to track ifrch2015-05-281-1/+4
* Returning scoped_ptr instead of raw pointer in QuicInfoToValue in net/payal.pandey2015-05-271-3/+4
* Make session and stream flow control window different.bnc2015-05-221-4/+6
* Enable QUIC alternative service with different host.bnc2015-05-211-26/+40
* Disable 0RTT if server and origin have different hosts.bnc2015-05-181-20/+33
* QUIC - Temporary fix for b/20760730 until channel_id_service isrtenneti2015-05-121-2/+6
* QUIC - Crash when there is a bad packet loss and the session is closed.rtenneti2015-04-051-1/+2
* Introduce AlternativeServiceInfo.bnc2015-03-311-9/+10
* QUIC - disable QUIC if packet loss rate is bad for a connection.rtenneti2015-03-271-2/+44
* Confirm QUIC alternative service upon success.bnc2015-03-261-2/+4
* Update HttpServerProperties::*AlternateProtocol* interface.bnc2015-03-201-9/+11
* QUIC - minor cleanup. Track methods that are janky. Methods that arertenneti2015-03-181-168/+0
* Create a Perspective enum to use instead of a bool is_server to improvertenneti2015-03-161-8/+4
* Add MarkAlternativeServiceRecentlyBroken.bnc2015-03-131-22/+7
* Revert of Add MarkAlternativeServiceRecentlyBroken. (patchset #2 id:60001 of ...bnc2015-03-121-7/+22
* Add MarkAlternativeServiceRecentlyBroken.bnc2015-03-121-22/+7
* 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-16/+9
* Revert of Revert of Add a new enable_nonblocking_io field trial param for QUI...qyearsley2015-02-281-0/+10
* Revert of Add a new enable_nonblocking_io field trial param for QUIC (patchse...qyearsley2015-02-281-10/+0
* Add a new enable_nonblocking_io field trial param for QUIC which enables the ...rch2015-02-281-0/+10
* Add a new receive_buffer_size field trial param for QUICrch2015-02-271-7/+5
* QUIC - Added a histogram to collect the elapsed time between the end ofrtenneti2015-02-271-12/+14
* Remove ScopedTrackers that are no longer needed.michaeln2015-02-271-4/+0
* QUIC - Add a field trial not to load QUIC server information from thertenneti2015-02-241-1/+3
* QUIC - Cache the connection type and connection description. Make thertenneti2015-02-231-1/+1
* Instrumenting QUIC code to find jank.rtenneti2015-02-181-1/+7
* QUIC - Added enable_connection_racing finch experiment to test racing ofrtenneti2015-02-111-1/+2
* QUIC - Don't access HttpCache's Backend if HttpCache has gone away.rtenneti2015-02-101-1/+1
* ScopedTrackers to help pin down where IOThread::InitSystemRequestContextOnIOT...michaeln2015-02-091-0/+4
* Landing Recent QUIC Changes.rtenneti2015-02-071-2/+1
* QUIC - Race two connections. One connection which loads data from diskrtenneti2015-02-061-77/+148
* Make HttpServerProperties::GetSupportsQuic not host-specific.rch2015-02-041-13/+5
* Remove HasAlternateProtocol().bnc2015-02-031-3/+3
* Lint.bnc2015-01-301-1/+1
* QUIC - Deleted disable_loading_server_info_for_new_servers field trial.rtenneti2015-01-231-4/+1
* Further instrumentations of QuicStreamFactory::CreateSession to find janksvadimt2015-01-231-0/+5
* Revert of QUIC - Deleted disable_loading_server_info_for_new_servers field tr...benwells2015-01-231-1/+4
* QUIC - Deleted disable_loading_server_info_for_new_servers field trial.rtenneti2015-01-231-4/+1
* Do not pool QUIC sessions when privacy mode mismatches.rch2015-01-231-6/+3
* Deeper instrumentation of QuicStreamFactory::CreateSession to find jankvadimt2015-01-201-0/+41
* Use proper pair type in range-based for map iterations.vmpstr2015-01-141-1/+1
* Land Recent QUIC Changes.rtenneti2015-01-131-2/+1
* Instrumenting QuicTream* to find jank.vadimt2015-01-121-0/+10
* Land Recent QUIC Changes.rtenneti2015-01-091-1/+0
* QUIC - enabled FLAGS_allow_truncated_connection_ids_for_quic.rtenneti2015-01-091-0/+7
* Instrumenting QuicStreamFactory::Job internals for jank.vadimt2015-01-081-0/+38
* QUIC - Cancel loading of server config from disk cache based on srtt.rtenneti2015-01-061-12/+28