summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_stream_factory.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* QUIC - Persist MRU 200 server's srtt (smoothed_rtt) of ServerNetworkStatsrtenneti2015-01-061-2/+2
* Instrumenting QuicStreamFactory::Job::DoConnect to find jank.vadimt2014-12-301-0/+11
* QUIC - don't load data from disk cache if alternate protocol map doesn'trtenneti2014-12-191-5/+22
* Instrumenting QuicStreamFactory::Job::DoLoop and HttpCache::Transaction::DoLo...vadimt2014-12-161-0/+35
* Instrumenting callback of DiskCacheBasedQuicServerInfo::OnIOComplete.vadimt2014-12-111-3/+24
* Instrumenting callbacks of SingleRequestHostResolver to find jank.vadimt2014-12-081-0/+6
* Remove using namespace in net/quic/quic_stream_sequencer.hhalton.huo2014-12-081-3/+0
* Clean up type usage and fix MSVC "truncated value" warnings in net/quic/.pkasting2014-12-011-2/+4