summaryrefslogtreecommitdiffstats
path: root/net/dns/record_parsed.h
Commit message (Collapse)AuthorAgeFilesLines
* Use a direct include of time headers in net/, part 2.avi@chromium.org2013-06-281-1/+1
| | | | | | | | | | BUG=254986 TEST=none TBR=ben@chromium.org Review URL: https://codereview.chromium.org/18054010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@209150 0039d316-1c4b-4281-b951-d872f2087c98
* Cache for mDNS recordsnoamsml@chromium.org2013-05-231-4/+14
| | | | | | | | | | | A cache for storing mDNS records. Supports scheduling expirations for records, though the actual expiration mechanism may need to be iterated upon. BUG=233821 Review URL: https://chromiumcodereview.appspot.com/14697022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201656 0039d316-1c4b-4281-b951-d872f2087c98
* General utility for parsing DNS recordsnoamsml@chromium.org2013-05-021-0/+54
This is a utility for parsing and DNS records into structured data and a generic container for DNS records of any type. BUG=233821 Review URL: https://chromiumcodereview.appspot.com/14377002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197798 0039d316-1c4b-4281-b951-d872f2087c98