aboutsummaryrefslogtreecommitdiff
path: root/src/core/resolv.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2013-10-21[resolv] Use sock_aton() to allow parsing of arbitrary numeric addressesMichael Brown1-13/+4
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2011-06-28[resolv] Use a one-shot process for the numeric resolverMichael Brown1-2/+1
2011-06-28[process] Pass containing object pointer to process step() methodsMichael Brown1-5/+7
2010-06-22[interface] Convert all data-xfer interfaces to generic interfacesMichael Brown1-23/+20
2010-06-22[interface] Convert all name-resolution interfaces to generic interfacesMichael Brown1-97/+112
2010-06-22[refcnt] Add ref_init() wrapper functionMichael Brown1-0/+3
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-5/+5
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-03-30[resolv] Simplify xfer_redirect() logicMichael Brown1-11/+30
2009-03-13[tables] Incorporate table data type information into table definitionMichael Brown1-2/+2
2009-03-13[tables] Redefine methods for accessing linker tablesMichael Brown1-8/+2
2008-01-08Make seek information part of the xfer metadata, rather than an entirelyMichael Brown1-1/+0
2007-07-10Unplug before sending close() message, to avoid screwing up interfacesMichael Brown1-1/+1
2007-07-08Separate the "is data ready" function of xfer_seek() into anMichael Brown1-15/+2
2007-07-08Kill off unused request() method in data-xfer interface.Michael Brown1-1/+0
2007-07-06convert to zallocHolger Lubitz1-6/+3
2007-05-27Introduce name resolution interface and named socket opener.Michael Brown1-74/+352
2007-01-19Zeroing out memory before using it can be so important.Michael Brown1-0/+1
2007-01-19Actually, it's probably safer *not* to leave child processes hangingMichael Brown1-9/+8
2007-01-19Note that the SIGCHLD handler could be re-entered.Michael Brown1-1/+7
2007-01-19Propagate return status code from last child to fail.Michael Brown1-1/+1
2007-01-18A working name resolution frameworkMichael Brown1-16/+117
2007-01-10Add "name" field to struct device to allow human-readable hardware deviceMichael Brown1-2/+4
2006-09-27We don't actually have a stdio.h header file. Our printf() functions areMichael Brown1-1/+0
2006-09-27added stdio.h to includes for DBG compilationMarty Connor1-0/+1
2005-04-30Added debugging.Michael Brown1-2/+8
2005-04-29First versionMichael Brown1-0/+25