summaryrefslogtreecommitdiff
path: root/apps/netutils/dnsclient
Commit message (Collapse)AuthorAgeFilesLines
* Some files that now include sys/time.h should no longer include timer.hGregory Nutt2015-02-151-1/+0
|
* Suffer the consequences of moving struct timeval to its correct locationGregory Nutt2015-02-151-1/+2
|
* Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, ↵Gregory Nutt2015-01-201-3/+6
| | | | not sin_port and sin_family
* apps/netutils/dnsclient: Can select to be either IPv4 or IPv6, but not both ↵Gregory Nutt2015-01-183-13/+29
| | | | (IPv6 still does not compile)
* 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