summaryrefslogtreecommitdiff
path: root/apps/netutils/dnsclient
Commit message (Collapse)AuthorAgeFilesLines
* Right now if you make a dns request before the dns address it set you will ↵Gregory Nutt2014-11-131-6/+0
| | | | get an assertion. The state of the IP setting is not something the application should be aware of, it should only be concerned with whether or not the name was resolved. From Brennan Ashton.
* Add an install target to all makefiles. For the import build, the top-level ↵Gregory Nutt2014-09-061-0/+2
| | | | Makefile now does two passes: (1) builds libapp.a, then (2) installs the programs (not yet finished)
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. ↵Gregory Nutt2014-07-041-0/+1
| | | | Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed.
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-021-2/+2
|
* zkit-arm-1769: Refreshed all configurationsGregory Nutt2014-04-191-1/+1
|
* More trailing whilespace removalGregory Nutt2014-04-131-1/+1
|
* Make sure that there is one space between while and conditionGregory Nutt2014-04-121-3/+3
|
* Breadk dnsclient.c file into three smaller files: dns_resolver.c, ↵Gregory Nutt2014-04-114-132/+253
| | | | dns_socket.c, and dns_gethostip.c
* The rest of the resolv->DNS client naming change: Renamed directories and ↵Gregory Nutt2014-04-114-0/+858
header files