summaryrefslogtreecommitdiffstats
path: root/src/core/resolv.c
Commit message (Expand)AuthorAgeFilesLines
* [resolv] Use pass-through interfaces for name resolution multiplexerMichael Brown2017-09-061-15/+24
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [resolv] Use sock_aton() to allow parsing of arbitrary numeric addressesMichael Brown2013-10-211-13/+4Star
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [resolv] Use a one-shot process for the numeric resolverMichael Brown2011-06-281-2/+1Star
* [process] Pass containing object pointer to process step() methodsMichael Brown2011-06-281-5/+7
* [interface] Convert all data-xfer interfaces to generic interfacesMichael Brown2010-06-221-23/+20Star
* [interface] Convert all name-resolution interfaces to generic interfacesMichael Brown2010-06-221-97/+112
* [refcnt] Add ref_init() wrapper functionMichael Brown2010-06-221-0/+3
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-5/+5
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [resolv] Simplify xfer_redirect() logicMichael Brown2009-03-301-11/+30
* [tables] Incorporate table data type information into table definitionMichael Brown2009-03-131-2/+2
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-131-8/+2Star
* Make seek information part of the xfer metadata, rather than an entirelyMichael Brown2008-01-081-1/+0Star
* Unplug before sending close() message, to avoid screwing up interfacesMichael Brown2007-07-101-1/+1
* Separate the "is data ready" function of xfer_seek() into anMichael Brown2007-07-081-15/+2Star
* Kill off unused request() method in data-xfer interface.Michael Brown2007-07-081-1/+0Star
* convert to zallocHolger Lubitz2007-07-061-6/+3Star
* Introduce name resolution interface and named socket opener.Michael Brown2007-05-271-74/+352
* Zeroing out memory before using it can be so important.Michael Brown2007-01-191-0/+1
* Actually, it's probably safer *not* to leave child processes hangingMichael Brown2007-01-191-9/+8Star
* Note that the SIGCHLD handler could be re-entered.Michael Brown2007-01-191-1/+7
* Propagate return status code from last child to fail.Michael Brown2007-01-191-1/+1
* A working name resolution frameworkMichael Brown2007-01-181-16/+117
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-2/+4
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-271-1/+0Star
* added stdio.h to includes for DBG compilationMarty Connor2006-09-271-0/+1
* Added debugging.Michael Brown2005-04-301-2/+8
* First versionMichael Brown2005-04-291-0/+25