summaryrefslogtreecommitdiffstats
path: root/net/dns
Commit message (Expand)AuthorAgeFilesLines
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-2/+2
* Add simple non-response-based question parsing for mDNS passive listeningnoamsml@chromium.org2013-04-233-0/+173
* [net/dns] Test IPv6 support via UDP connectszym@chromium.org2013-04-211-22/+23
* [net/dns] Use only NullDnsSocketPool.szym@chromium.org2013-04-181-1/+1
* [net/dns] Add test DualFamilyLocalhost and fix it when DnsClient enabled.szym@chromium.org2013-04-173-8/+106
* [net/dns] Rename SystemHostResolverProc and CallSystemHostResolverProc.szym@chromium.org2013-04-165-27/+37
* net: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-133-3/+3
* [net/dns] When testing for IPv6, discard link local and Teredo addresses (mea...szym@chromium.org2013-04-121-4/+22
* Remove remnants from SpdyImpact and DnsParallelism field trials.stevet@chromium.org2013-04-101-12/+0
* [net] Move host_cache files from net/base to net/dnsszym@chromium.org2013-04-107-4/+639
* [net/dns] Test IPv6 support via UDP connect (measurement)szym@chromium.org2013-04-101-0/+37
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-094-20/+44
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-094-44/+20
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-094-20/+44
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-292-7/+8
* [net/dns] When serving AF_UNSPEC addresses from DnsHosts, serve one from each...szym@chromium.org2013-03-282-17/+22
* [net/dns] Fix AsyncDNS histograms.szym@chromium.org2013-03-232-3/+5
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-2115-0/+5937
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* [net/dns] Limit maximum timeout after backoff to 5s.szym@chromium.org2013-02-261-1/+3
* Move file_path.h to base/files.brettw@chromium.org2013-02-243-4/+4
* Cleanup: Remove deprecated base::Value methods from net. Use base::Value too.thestig@chromium.org2013-02-121-5/+5
* [net/dns] Ignore transient flutter of resolv.conf.szym@chromium.org2013-02-112-8/+22
* [net/dns] Add AsyncDNS.WatchStatus histogram.szym@chromium.org2013-02-083-1/+36
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-085-14/+16
* [net/dns] Add AsyncDNS.SuffixSearchLength histogram.szym@chromium.org2013-02-081-0/+11
* Linux/ChromeOS Chromium style checker cleanup, net/ edition.rsleevi@chromium.org2013-02-061-2/+2
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-021-5/+5
* [net/dns] Disable socket pooling in DnsProbeJobszym@chromium.org2013-01-303-1/+9
* [net/dns] Mute warnings from AddressSorterPosix on MacOS.szym@chromium.org2013-01-281-4/+2
* [net/dns] Ignore DNS addresses from stateless IPv6 DNS discovery.szym@chromium.org2013-01-152-4/+21
* Remove the base::files:: namespace.darin@chromium.org2013-01-152-3/+3
* GTTF: No more FLAKY_ .phajdan.jr@chromium.org2012-12-211-1/+1
* [net/dns] Handle TC bit on DNS response in DnsTransaction.szym@chromium.org2012-12-208-88/+493
* Keep pool of pre-connected DNS sockets.ttuttle@chromium.org2012-12-148-54/+646
* DnsProbeJob: Differentiate network and DNS errorsttuttle@chromium.org2012-12-132-0/+4
* [net] Make IPEndPoint::GetFamily() return AddressFamily and add GetSockAddrFa...szym@chromium.org2012-12-132-4/+4
* [net/dns] Make DnsResponse::ParseToAddressList less stroct.szym@chromium.org2012-12-124-40/+27
* (1) Added a recursive boolean param to FilePathWatcher::Watch() function to w...kmadhusu@chromium.org2012-12-052-4/+3
* 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