summaryrefslogtreecommitdiffstats
path: root/net/dns
Commit message (Expand)AuthorAgeFilesLines
* DNSDomainFromDot: Reject empty labels.ttuttle2015-03-071-0/+8
* Fix MDnsClient's cache entry cleanup logic.kmarshall2015-03-023-149/+276
* Split bug 418183 into separate bugs for each janky piece and remove thepkasting2015-02-281-6/+0
* Rename mojo_type_converters.* to mojo_{host,proxy}_type_converters.*amistry2015-02-266-8/+8
* Implement utility-side host resolver Mojo client.sammc2015-02-255-2/+574
* Skip IPv6 probes when resolving IPv4 literals. The probes aren'tpauljensen2015-02-171-1/+8
* Implement browser-side host resolver Mojo service.amistry2015-02-135-0/+575
* Update {virtual,override,final} to follow C++11 style in net.dcheng2015-02-061-3/+2
* Adding instrumentation to locate the source of jankiness.Peter Kasting2015-02-051-1/+2
* DNS: Don't use forbidden non-const referencettuttle2015-02-041-4/+3
* Cleanup: Better constify some strings in net/.thestig2015-01-242-22/+22
* replace COMPILE_ASSERT with static_assert in net/mostynb2015-01-202-5/+5
* Handle RES_USE_EDNS0 and RES_USE_DNSSEC being undefined (in uClibc)sfunkenhauser2015-01-151-0/+7
* Cleanup: Call std::string::empty instead of comparing against "".thestig2015-01-101-1/+1
* net: Remove unused private data membershashimoto2015-01-092-5/+3
* Remove unused Net.IPv6ConnectDuration histogram.asvitkine2015-01-061-3/+0
* Instrumenting most popular callbacks of HostResolverImpl::Request::OnComplete.vadimt2014-12-021-0/+6
* Fix "value possibly truncated" warnings on MSVC, net/ edition.pkasting2014-12-014-8/+15
* Instrumenting host_resolver_impl.cc to locate the source of jankinessvadimt2014-11-261-0/+31
* Enable MSVC warning for unused locals.Peter Kasting2014-11-201-8/+7
* Use uint16 for port numbers more pervasively.pkasting2014-11-204-9/+10
* Inline HOST_RESOLER_IMPL_REQUESTs into their parent sourcexunjieli2014-11-101-60/+30
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-291-5/+4
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-277-59/+55
* Align base::hash_map with C++11, part 2.davidben2014-10-241-9/+0
* Standardize usage of virtual/override/final in net/dcheng2014-10-2121-223/+200
* Remove raw handles from base::win::RegKeyrvargas2014-10-171-20/+14
* Convert ARRAYSIZE_UNSAFE -> arraysize in net/.viettrungluu2014-10-163-7/+7
* Revert of Remove raw handles from base::win::RegKey (patchset #6 id:330001 of...dcheng2014-10-161-14/+20
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-154-7/+7
* Remove raw handles from base::win::RegKeyrvargas2014-10-151-20/+14
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-0928-166/+166
* An internal tool shows that the task created by ObjectWatcher::DoneWaiting is...sergeyu2014-10-011-0/+6
* Fix number of buckets in AsyncDNS.ServerCount and ServerFailureIndex UMA hist...timvolodine2014-09-261-2/+2
* Enqueue mDns requests if send on socket in progress.vitalybuka2014-09-223-57/+128
* use base::Time constants in net module instead of using static constantsprashhir2014-09-171-3/+3
* ReadIpHelper: Zero out before calling GetAdaptersAddressesttuttle2014-09-061-0/+1
* Change base/file_utils.h includes to base/files/file_utils.h in net/thestig2014-09-041-1/+1
* Remove implicit conversions from scoped_refptr to T* in net/dcheng2014-08-272-2/+2
* Add LOCAL_ prefix to non-UMA histogram macros.asvitkine2014-08-261-1/+1
* Fix crash when trying to connect to an IPv6 IP via a SOCKS4 proxy.mmenke@chromium.org2014-08-073-4/+47
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-073-3/+3
* DNS: Don't spin on unexpected EOF reading TCP responsettuttle@chromium.org2014-08-052-8/+109
* ParseHosts: Allow commas as separators on Mac OS Xttuttle@chromium.org2014-07-253-29/+151
* Fixes for re-enabling more MSVC level 4 warnings: net/ editionpkasting@chromium.org2014-07-081-1/+1
* Flag myIpAddress requests for chromeosstevenjb@chromium.org2014-06-272-1/+9
* Provide Shill IP Address to myIpAddress()stevenjb@chromium.org2014-06-175-113/+92
* Fix WeakPtrFactory member ordern.bansal@samsung.com2014-05-273-10/+11
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-071-2/+2
* Fix typo, "recieve" -> "receive", in net/mseaborn@chromium.org2014-05-042-2/+2