summaryrefslogtreecommitdiffstats
path: root/net/dns
Commit message (Expand)AuthorAgeFilesLines
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-142-2/+2
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-141-4/+4
* [net/dns] Add histograms for duration of DnsTask, fallback to ProcTask and Dn...szym@chromium.org2012-10-231-0/+15
* Create a barebones DNS proberttuttle@chromium.org2012-10-201-1/+6
* fix another silly warning diagnosis in net/dns unittestscottmg@google.com2012-10-201-1/+1
* [net/dns] Handle failure in DatagramClientSocket::Connect in DnsUDPAttemptszym@chromium.org2012-09-272-15/+39
* [net/dns] Collect histogram on HOSTS file size.szym@chromium.org2012-09-121-11/+13
* [cros/net] Add DnsConfigService to NetworkChangeNotifierChromeos.szym@chromium.org2012-09-113-8/+9
* [net] Move DnsConfigService to NetworkChangeNotifier.szym@chromium.org2012-08-3112-510/+387
* [net/dns] Don't abandon a DnsUDPAttempt when the response does not match the ...szym@chromium.org2012-08-302-294/+321
* [net/dns] Fix leak of DnsSession in DnsClientImpl.szym@chromium.org2012-08-231-1/+1
* net: Fix more clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-08-191-2/+2
* [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according...szym@chromium.org2012-08-1513-67/+1301
* [net/dns] Don't conflate all unhandled errors into DNS_SERVER_FAILED.szym@chromium.org2012-08-151-1/+1
* [net/dns] Hardcode DnsConfig.timeout to 1 second.szym@chromium.org2012-08-153-2/+9
* Revert 151586 - [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort add...brettw@chromium.org2012-08-1413-1283/+67
* [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according...szym@chromium.org2012-08-1413-67/+1283
* [net/dns] Remove check for DNS Changer.szym@chromium.org2012-07-262-57/+1
* Fix gcc 4.7 building problems - cont 2.shenhan@google.com2012-07-261-10/+12
* [net/dns] Retry reading config in DnsConfigServiceWinszym@chromium.org2012-07-251-1/+9
* More -Wunused-private-field cleanups.thakis@chromium.org2012-07-201-0/+2
* base: Make ScopedVector::clear() destroy elements.derat@chromium.org2012-07-191-2/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-1114-14/+0
* Switch to TimeDelta interfaces for process waiting functions in net and ipc.tedvessenes@gmail.com2012-07-111-4/+2
* base: Remove dereference structure operator (i.e ->) from ScopedVector.tfarina@chromium.org2012-06-301-1/+1
* Coverity: Initialize a member variable.jhawkins@chromium.org2012-06-201-1/+3
* [net/dns] Instrument DnsConfigService to measure performance and failures.szym@chromium.org2012-06-199-202/+346
* [net/dns] Check for DNS-changer malware on first valid configuration.szym@chromium.org2012-06-192-1/+56
* [net/dns] Histograms for the reasons DnsTransaction failed.szym@chromium.org2012-06-192-2/+2
* [net/dns] If the only name server is 0.0.0.0:53 assume DnsConfig is invalid.szym@chromium.org2012-06-142-2/+33
* [net/dns] Refactor DnsHostsReader to reduce unnecessary inheritance.szym@chromium.org2012-06-145-90/+76
* NetLogEventParameter to Callback refactoring 4.mmenke@chromium.org2012-06-141-53/+28
* [net/dns] Suppress multiple DnsConfig withdrawals after timeout.szym@chromium.org2012-06-123-5/+24
* [net/dns] Don't use memset to initialize a struct with string16 members.szym@chromium.org2012-06-081-2/+1
* [net/dns] Remove FilePathWatcherWrapper after refactoring of FilePathWatcher.szym@chromium.org2012-06-056-325/+27
* Cleanup: Remove unneeded scoped_ptr.h includes from net.thestig@chromium.org2012-05-172-3/+0
* [net/dns] Isolate DnsConfigWatcher from DnsConfigService.szym@chromium.org2012-05-1612-335/+513
* [net/dns] Fix IPv6 handling from res_init on Linux.szym@chromium.org2012-05-122-99/+100
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-074-20/+9
* Add config reader for Primary DNS Suffix and corresponding unittest.zhaoqin@chromium.org2012-05-023-14/+76
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-281-0/+6
* [net/dns] Use res_getservers to retrieve nameserver addresses in DnsConfigSer...szym@chromium.org2012-04-201-2/+19
* [net/dns] Watch configd notifications to detect DnsConfig changes on Mac.szym@chromium.org2012-04-175-12/+151
* Update use of TimeDelta in net/*.tedvessenes@gmail.com2012-04-091-1/+1
* [net/dns] Handle synchronous completions of DnsUDPAttempt.szym@chromium.org2012-04-073-153/+272
* [net/dns] Quick fix for a crash on synchronous DnsUDPAttempt completion.szym@chromium.org2012-04-042-3/+6
* [net/dns] Add CHECKs to diagnose crash in DnsResponse::qname.szym@chromium.org2012-03-301-12/+17
* Add DNS configuration information to about:net-internals#dns,mmenke@chromium.org2012-03-292-1/+34
* Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...wez@chromium.org2012-03-285-18/+16
* [net/dns] Don't bind to random ports on Windows to keep the firewall happy.szym@chromium.org2012-03-241-1/+9