summaryrefslogtreecommitdiffstats
path: root/src/net/udp/dns.c
Commit message (Expand)AuthorAgeFilesLines
* Make seek information part of the xfer metadata, rather than an entirelyMichael Brown2008-01-081-1/+0Star
* Allowed zero-cost enforced ordering of features in startup bannerMichael Brown2007-08-021-0/+3
* nameserver should be staticMichael Brown2007-07-171-1/+1
* Add debug message when nameserver setting is applied/changed via DHCP.Michael Brown2007-07-081-0/+4
* Separate the "is data ready" function of xfer_seek() into anMichael Brown2007-07-081-0/+1
* Kill off unused request() method in data-xfer interface.Michael Brown2007-07-081-1/+0Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* Add concept of DHCP option applicators.Michael Brown2007-07-051-0/+23
* Updated DNS to use not-yet-implemented UDP data-xfer API.Michael Brown2007-06-121-101/+114
* Introduce name resolution interface and named socket opener.Michael Brown2007-05-271-1/+1
* Added SIGKILL handlerMichael Brown2007-01-191-0/+15
* A working name resolution frameworkMichael Brown2007-01-181-0/+7
* Have DHCP set the nameserver, rather than DNS read the DHCP nameserverMichael Brown2007-01-181-12/+16
* Use struct sockaddr rather than struct sockaddr_tcpipMichael Brown2007-01-181-9/+12
* A working DNS resolver (not yet tied in to anything)Michael Brown2007-01-151-0/+463