summaryrefslogtreecommitdiffstats
path: root/components/domain_reliability
Commit message (Expand)AuthorAgeFilesLines
* Landing Recent QUIC changes until 3/18/2016 23:30 UTCjokulik2016-03-241-1/+4
* [Domain Reliability: Monitor] Report beacon if the go away is detected, regar...zhongyi2016-03-145-6/+30
* relnote: Add a new QuicErrorCode for connection migration with only portzhongyi2016-03-101-2/+5
* Fix a typo in OWNER file to add rch as owners of the domain reliability folder.zhongyi2016-03-091-1/+1
* Disable QUIC connection migration for sessions with one or more non-migratabl...jri2016-03-081-0/+3
* Domain Reliability: Add more Gmail domainsttuttle2016-02-274-23/+9
* populate protocol field even if response header is n/azhongyi2016-02-261-3/+12
* components: Add out-of-line copy ctors for complex classes.vmpstr2016-02-254-0/+7
* net: move IsLocalhost() function into url_util.htfarina2016-02-231-1/+0
* Domain Reliability: Accept config updates via NEL headersttuttle2016-02-0912-29/+686
* Domain Reliability: Let rtc and rtenneti update QUIC error mappingttuttle2016-02-097-242/+275
* Landing Recent QUIC changes until 01/31/2016 05:22 UTCrtenneti2016-02-051-3/+3
* Landing Recent QUIC changes since Sat Jan 16 03:19:36 2016 +0000rch2016-01-221-0/+5
* Domain Reliability: Update configs and google_configs.ccttuttle2016-01-1420-40/+80
* Remove mmenke and szym from domain_reliability owners.mmenke2016-01-141-3/+1
* Adds connection migration capability to QUIC. This CL causes QUIC connections...jri2016-01-141-0/+16
* Landing Recent QUIC changes until 1/8/2015 23:22 UTCzhongyi2016-01-121-0/+2
* Convert Pass()→std::move() in //components/[a-m]*dcheng2015-12-2612-57/+57
* Switch to standard integer types in components/, part 1 of 4.avi2015-12-2512-1/+28
* Domain Reliability: (A-2) Plumbing the net layer quic error code to beacon.zhongyi2015-12-146-3/+327
* Domain Reliability: Add sample_rate field to Beaconttuttle2015-12-106-37/+175
* Domain Reliability: Make context upload test cases less brittlettuttle2015-12-101-25/+59
* Domain Reliability: Add comment about nested upload logicttuttle2015-12-091-0/+2
* Domain Reliability: Add quic_broken field in RequestInfo and beacon, fetch qu...zhongyi2015-12-085-6/+18
* Domain Reliability: Allow reports about reportsttuttle2015-12-0212-153/+376
* Domain Reliability: New config and report formatsttuttle2015-11-22507-15500/+1565
* Remove Remaining Predictor Jank Instrumentationrobliao2015-11-192-9/+0
* Remove fake dependency of //components/domain_reliability on //content.sdefresne2015-11-161-1/+0
* Use GN response files.brettw2015-11-121-40/+17
* Support script response files in GN.brettw2015-11-112-26/+86
* Domain Reliability: Remove config_valid_until field entirelyttuttle2015-10-074-37/+2
* Domain Reliability: Stop checking if configs are expiredttuttle2015-10-021-8/+1
* Domain Reliability: Use GetRemoteEndpointttuttle2015-09-292-24/+5
* Domain Reliability: Add histogram to tell which errors come with IPsttuttle2015-09-291-0/+5
* Make some global pointers const void* const.thestig2015-09-251-4/+4
* Report data usage UMA for Chrome servicesamohammadkhan2015-09-143-0/+5
* Revert "Report data usage UMA for Chrome services"Daniel Cheng2015-09-143-5/+0
* Report data usage UMA for Chrome servicesamohammadkhan2015-09-143-0/+5
* IWYU for base/memory/scoped_vector.h.thestig2015-08-221-1/+0
* Fix all failed and canceled URLRequestStatuses without errors.davidben2015-08-051-17/+0
* Move MatchPattern to its own header and the base namespace.brettw2015-07-061-1/+2
* Enable clang warning for ignored attributes.benwells2015-07-061-1/+1
* Remove URLRequestStatus mutators and introduce FromError.davidben2015-06-032-14/+11
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-024-8/+5
* Use scoped_ptrs in JSONReader::Read functions.estade2015-05-221-1/+1
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-5/+3
* Domain Reliability: Create beacons from ConnectionAttempts.ttuttle2015-05-152-35/+109
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-011-1/+2
* Domain Reliability: Add was_proxied field to beacons.ttuttle2015-04-244-2/+10
* Refactor net::BackoffEntry to not require subclassingjohnme2015-04-203-36/+12