summaryrefslogtreecommitdiffstats
path: root/net/dns
Commit message (Expand)AuthorAgeFilesLines
* [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
* [net/dns] Removes locking from DnsConfigServiceWin and adds local computer name.szym@chromium.org2012-03-2310-126/+316
* [net/dns] Added AsyncDNS histogram for success rate, transaction duration and...szym@chromium.org2012-03-221-1/+3
* [net/dns] Terminate suffix search at NOERROR response even if it includes no ...szym@chromium.org2012-03-214-12/+46
* [net/dns] Fix leak in FilePathWatcherWrapper::Cancelszym@chromium.org2012-03-161-1/+1
* Remove "base/values.h" import from "base/location.h", fix up downstream files.isherman@chromium.org2012-03-161-0/+1
* [net/dns] Refactoring of DnsConfigService.szym@chromium.org2012-03-1620-606/+875
* [net/dns] Serve requests from HOSTS file if possible.szym@chromium.org2012-03-145-1/+286
* Revert 126559 - Broke XP Tests (2)rsleevi@chromium.org2012-03-145-286/+1
* [net/dns] Serve requests from HOSTS file if possible.szym@chromium.org2012-03-145-1/+286
* [net/dns] Initialize res_state in DnsConfigServicePosix.szym@chromium.org2012-03-111-6/+8
* [net/dns] Clean-up NetLog for HostResolverImpl::DnsTaskszym@chromium.org2012-02-272-7/+12
* Change MockRead and MockWrite (et. al.) to take an IoMode enum, insteadrch@chromium.org2012-02-231-5/+5
* [net] Asynchronous DNS ready for experiments.szym@chromium.org2012-02-2115-1313/+417
* [net/dns] Fixes to DnsConfigServiceWin szym@chromium.org2012-02-115-11/+58
* [net/dns] Suffix search list for DnsConfigService and related features.szym@chromium.org2012-02-0710-242/+809
* Fix calls in base and net unit tests to use TimeDelta.tedvessenes@gmail.com2012-02-041-3/+3
* Convert use of int ms to TimeDelta in files owned by jar.tedvessenes@gmail.com2012-01-281-2/+2
* Fix warnings (which are now errors) in the Android build.jrg@chromium.org2012-01-261-1/+2
* DnsClient refactoring + features (timeout, suffix search, server rotation).szym@chromium.org2012-01-2620-1133/+1278
* Fixes to socket_test_util.cc.szym@chromium.org2012-01-221-12/+9
* Adds TTL argument to HostCache::Set.szym@chromium.org2012-01-211-8/+15
* Revert 118489 since it seems to regress linux-sizes.sadrul@chromium.org2012-01-201-15/+8
* Adds custom ttl argument to HostCache::Set.szym@chromium.org2012-01-201-8/+15
* Move operator<< for StringPiece into string_piece.{h,cc}akalin@chromium.org2012-01-201-1/+2
* Move net/base/sys_byteorder.h to base/sys_byteorder.hisherman@chromium.org2011-12-283-3/+3
* Add an out-of-line constructor and destructor to this struct.erikwright@chromium.org2011-12-222-0/+9
* Don't attempt to forward declare StringPiece.erikwright@chromium.org2011-12-131-4/+1
* Silence a (spurious) use after free messagegroby@chromium.org2011-12-131-1/+1
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-092-5/+4
* Isolates generic DnsClient from AsyncHostResolver. szym@chromium.org2011-12-0820-916/+1650
* Revert 113282 - Isolates generic DnsClient from AsyncHostResolver. cbentzel@chromium.org2011-12-0720-1636/+916
* Isolates generic DnsClient from AsyncHostResolver. szym@chromium.org2011-12-0620-916/+1636
* base::Bind fixesgroby@chromium.org2011-11-302-30/+16
* Upstream: Build net_unittests for Android.jingzhao@chromium.org2011-11-211-5/+11
* base::Bind: Convert HostResolver::Resolve.jhawkins@chromium.org2011-11-163-55/+56
* Remove unused HostResolver::Observer.szym@chromium.org2011-11-153-137/+1
* Cleanup: Remove unneeded forward declararations in net.thestig@chromium.org2011-11-112-7/+0
* OpenBSD patches for net, split from CR #8275005robert.nagy@gmail.com2011-10-202-1/+11
* Add GetHostCache to HostResolver interface, and use themmenke@chromium.org2011-10-124-9/+11
* Implementation of DnsConfigService for win (+ Bind migration).szym@chromium.org2011-10-1014-304/+893
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-014-10/+10
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-1/+1