summaryrefslogtreecommitdiffstats
path: root/net/dns
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove base/scoped_ptr.hakalin@chromium.org2011-09-181-1/+1
* Move destruction of FilePathWatcherFactory from WatchingFileReader dtor to Ca...szym@chromium.org2011-09-141-1/+5
* Fix usage error for libresolv - res_ninit on OSX requires res_ndestroy to closegroby@chromium.org2011-09-081-0/+4
* Refactoring and further work on DnsConfigServiceszym@chromium.org2011-09-0312-611/+985
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-1/+1
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-1/+1
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-1/+1
* Revert 99135 - Refactoring and remaining work on DnsConfigService: levin@chromium.org2011-09-0112-986/+611
* Refactoring and remaining work on DnsConfigService: szym@chromium.org2011-09-0112-611/+986
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h.thestig@chromium.org2011-08-183-8/+5
* Fixing #ifdef -> #if defined()szym@chromium.org2011-08-181-4/+4
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)thestig@chromium.org2011-08-181-1/+1
* DnsConfigService and a posix implementationszym@chromium.org2011-08-185-0/+987
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-124-8/+9
* HostResolver: don't interpret NULL callback argument as a request to do synch...agayev@chromium.org2011-08-043-63/+68
* AsyncHostResolver refactoring.agayev@chromium.org2011-07-263-113/+143
* File reorganization: move AsyncHostResolver files to net/dns.agayev@chromium.org2011-07-2214-0/+2899