summaryrefslogtreecommitdiffstats
path: root/net/dns/dns_query.h
Commit message (Expand)AuthorAgeFilesLines
* net: read the dns query id in terms of base::ReadBigEndian() functiontfarina2016-01-191-3/+3
* net: calculate the size of question section in a helper functiontfarina2016-01-111-0/+6
* net: add a convenience getter accessor for dns Header to DnsQuerytfarina2015-12-301-0/+7
* Switch to standard integer types in net/.Avi Drissman2015-12-201-7/+10
* Returning scoped_ptr<> instead of raw pointer in DnsQuery::CloneWithNewIdparitosh.in2015-09-211-1/+2
* Multicast DNS implementation (initial)noamsml@chromium.org2013-06-131-0/+2
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-1/+1
* net: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-131-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Isolates generic DnsClient from AsyncHostResolver. szym@chromium.org2011-12-081-27/+12
* Revert 113282 - Isolates generic DnsClient from AsyncHostResolver. cbentzel@chromium.org2011-12-071-12/+27
* Isolates generic DnsClient from AsyncHostResolver. szym@chromium.org2011-12-061-27/+12
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-2/+2
* File reorganization: move AsyncHostResolver files to net/dns.agayev@chromium.org2011-07-221-0/+72