summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Fix NQE (NetworkQualityEstimator) tests.tbansal2015-07-281-18/+15
* Build and send HPKP violation reportsestark2015-07-281-3/+0
* Implement URLRequestBackoffManager for managing Backoff headersxunjieli2015-07-221-0/+4
* split port_util.h off of net_util.heroman2015-07-217-216/+262
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-162-3/+3
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-162-3/+3
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-162-3/+3
* Disable NetworkQualityEstimatorTest.TestLRUCacheMaximumSize on Windows.tsergeant2015-07-161-0/+3
* Add in-memory caching of network quality estimates across network changes.tbansal2015-07-153-152/+548
* Remove unused method from net_util.mmenke2015-07-153-83/+0
* Add bengr as per-file owner of network quality files.bengr2015-07-131-0/+3
* Replace base::str[n]casecmp with helper functions.brettw2015-07-102-18/+29
* Tidy up *Int*ToString conversions in //netricea2015-07-093-3/+3
* UMA for measuring accuracy of Network Quality Estimator.tbansal2015-07-093-30/+165
* Add audio/flac mime type for file pickersestade2015-07-081-0/+2
* Add a recursive traversal to verify that an unpacked extension is not using a...dhnishi2015-07-086-46/+73
* Move WriteInto to base namespace.Brett Wilson2015-07-071-1/+1
* Move MatchPattern to its own header and the base namespace.brettw2015-07-061-3/+4
* New new versions of Starts/EndsWith and SplitString in net.brettw2015-07-068-57/+60
* Enable clang warning for ignored attributes.benwells2015-07-061-2/+2
* Fix some clang warnings with -Wmissing-braces in net.dcheng2015-07-021-3/+3
* clang/win: Fix warnings to prepare for building without -Wno-reorder.sammc2015-07-022-7/+7
* Fix some case-insensitive cases for StartsWith.brettw2015-07-012-2/+4
* Remove the DataCompressionProxyCriticalBypass field trial.jeremyim2015-06-271-5/+0
* Half life can be configured through field trialtbansal2015-06-263-13/+81
* Excise gendered pronouns from /netellyjones2015-06-261-4/+4
* Fix network quality estimator teststbansal2015-06-252-11/+3
* Seed NetworkQualityEstimator with default estimates.tbansal2015-06-255-29/+239
* Revert of Seed NetworkQualityEstimator with default estimates. (patchset #6 i...jackhou2015-06-255-235/+29
* Seed NetworkQualityEstimator with default estimates.tbansal2015-06-255-29/+235
* Fix OpenSSLPrivateKeyStore::StoreKeyPair on Android.davidben2015-06-241-2/+1
* Add more string_util functions to base namespace.brettw2015-06-242-8/+10
* Compute time weighted median network quality estimate.tbansal2015-06-245-8/+325
* Remove NetworkDelegate::OnCanThrottleRequestxunjieli2015-06-247-45/+0
* Added characters that look like padlocks to URL unescaping blacklist.mgiuca2015-06-244-32/+115
* Move more string_util functions to base namespace.brettw2015-06-245-8/+8
* [Cronet] Add an API to get request statusxunjieli2015-06-232-17/+17
* Ignore spurious RTM_NEWLINK wireless messages from rtnetlink.derekjchow2015-06-202-0/+58
* Resolve RFC 6761 localhost names to loopbackestark2015-06-203-20/+181
* Fix potential infinite loop in UploadDiskCacheEntryElementReaderUnittest.gavinp2015-06-191-1/+1
* Remove stale-while-revalidate experimental implementation.ricea2015-06-191-3/+0
* Create blobs from Disk Cache entries.gavinp2015-06-197-5/+510
* Stop crashing in NetworkChangeNotifierMac when running tests.esprehn2015-06-181-0/+2
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-176-6/+4
* Disable NetworkQualityEstimatorTest.TestPeakKbpsFastestRTTUpdates as it's sti...jam2015-06-161-1/+2
* Only support seeking file streams from the beginning of the file.reillyg2015-06-1610-112/+44
* Use request start time for estimating network quality.tbansal2015-06-153-50/+61
* Store network quality samples so we can compute percentiles.tbansal2015-06-135-112/+311
* net: Remove npapi entry from DEPS file.tfarina2015-06-131-2/+0
* Move EndsWith to base namespace.brettw2015-06-122-3/+3