summaryrefslogtreecommitdiffstats
path: root/net/dns.c
Commit message (Expand)AuthorAgeFilesLines
* net: dns: Allow to set variable with the resolved hostSascha Hauer2019-01-041-4/+10
* net: dns: leave host command with error on failureSascha Hauer2019-01-041-4/+9
* net: dns: return error codesSascha Hauer2018-11-291-14/+22
* net: dns: Use pr_debugSascha Hauer2018-11-291-12/+15
* net: Add functions to get/set nameserver and domainnameSascha Hauer2017-12-011-6/+2
* net: Make domainname and nameserver globalvarsSascha Hauer2017-12-011-2/+2
* convert users to %pI4Sascha Hauer2016-09-221-4/+2
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-2/+2
* net: resolv: Make argument constSascha Hauer2015-12-141-2/+2
* dns: handle incoming packets in the separate dns_recv() functionAntony Pavlov2015-07-011-4/+9
* commands: introduce CMD_HOSTHolger Schurig2014-05-141-1/+2
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-5/+2
* commands: group 'help' outputHolger Schurig2014-05-141-0/+1
* barebox: remove double semicolonsAlexander Aring2013-11-181-1/+1
* dns: fix recursive loopSascha Hauer2012-05-161-2/+9
* dns: use global nameserver/domainnameSascha Hauer2012-04-151-3/+3
* net dns: remove debug codeSascha Hauer2012-04-151-1/+1
* net: env: getenv_ip use resolvJean-Christophe PLAGNIOL-VILLARD2012-04-031-1/+1
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-1/+1
* net: add a context to the packet handlerSascha Hauer2011-04-121-2/+2
* net: add dns supportSascha Hauer2010-06-171-0/+264