summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move StartsWith[ASCII] to base namespace.brettw2015-06-123-7/+11
* Make FTP EPSV/PASV and PepperWebSocketHost support port override list.mmenke2015-06-112-79/+70
* SDCH: remove secure support experimentellyjones2015-06-114-63/+3
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-1110-109/+86
* Move EqualsASCII to the base namespace.brettw2015-06-101-2/+2
* Reads network quality provided by the NQE and compares ittbansal2015-06-091-1/+2
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-092-3/+3
* Remove unnecessary ExpectLogContainsEventSomewhere in ConnectClientAuthCertRe...davidben2015-06-091-0/+3
* Added characters that look like padlocks to net IDN character blacklist.mgiuca2015-06-092-12/+34
* Unify code to deal with restricted ports.mmenke2015-06-082-30/+40
* Use the exact-width integer types defined in <stdint.h> rather thanwtc2015-06-053-5/+5
* Remove use of c_str() in mime_util.ccnharper2015-06-043-14/+11
* Use the exact-width integer types defined in <stdint.h> rather thanwtc2015-06-0464-265/+266
* Stop including ip_address_number.h from net_util.heroman2015-06-0312-5/+17
* net: Remove the remaining use of GG_(U)INTn_C macros.tfarina2015-06-031-3/+3
* Split network_interfaces.h off of net_utils.h.eroman2015-06-0315-845/+949
* Replace more ObserverList with base::ObserverList.brettw2015-06-033-13/+15
* Change most uses of Pickle to base::Picklebrettw2015-06-031-2/+5
* Split ip_address_number.h off of net_util.heroman2015-06-036-615/+676
* Remove PrioritizedDispatcherTest.CancelIncompatible testmmenke2015-06-021-17/+0
* Don't consider vmnet* network interfaces when calculating the current network...jkarlin2015-06-022-0/+41
* Move Pickle to base namespace.brettw2015-06-021-2/+2
* Move ObserverList to base namespace.brettw2015-06-021-9/+10
* Remove certificates from Channel IDnharper2015-06-011-2/+1
* Fix two NetworkQualityEstimator tests that were failingtbansal2015-06-012-6/+7
* Remove ERR_SSL_UNSAFE_NEGOTIATION error code.davidben2015-05-301-3/+0
* Revert debugging put in place for issue 454198.rdsmith2015-05-292-18/+1
* Prevent unlimited re-sends of failed partial requests.liberato2015-05-291-0/+4
* Returning scoped_ptr in SdchInfoToValue() instead of raw pointers in net/basepayal.pandey2015-05-282-3/+3
* Add 'explicit' qualifiers to single-arguments ctorsprimiano2015-05-272-2/+2
* Subsituting pattern ScopedVector push_back.(ptr.release()) with push_back(ptr...hari.singh12015-05-271-1/+1
* Add constructors for IOBuffer that take the buffer length as a size_t.eroman2015-05-272-4/+54
* Disable flaky tests on Windows while I am trying to fix it.tbansal2015-05-261-1/+3
* url: Fix the TODO in url_parse.h header.tfarina2015-05-263-6/+6
* Converted bare pointers to scoped_ptr in net/basepayal.pandey2015-05-251-12/+12
* Add the NetworkQualityEstimator class that is notifiedtbansal2015-05-224-0/+431
* Change NetLog::ParametersCallback to return a scoped_ptr.estade2015-05-213-12/+14