index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
resolv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[resolv] Use sock_aton() to allow parsing of arbitrary numeric addresses
Michael Brown
2013-10-21
1
-13
/
+4
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[resolv] Use a one-shot process for the numeric resolver
Michael Brown
2011-06-28
1
-2
/
+1
*
[process] Pass containing object pointer to process step() methods
Michael Brown
2011-06-28
1
-5
/
+7
*
[interface] Convert all data-xfer interfaces to generic interfaces
Michael Brown
2010-06-22
1
-23
/
+20
*
[interface] Convert all name-resolution interfaces to generic interfaces
Michael Brown
2010-06-22
1
-97
/
+112
*
[refcnt] Add ref_init() wrapper function
Michael Brown
2010-06-22
1
-0
/
+3
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-5
/
+5
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[resolv] Simplify xfer_redirect() logic
Michael Brown
2009-03-30
1
-11
/
+30
*
[tables] Incorporate table data type information into table definition
Michael Brown
2009-03-13
1
-2
/
+2
*
[tables] Redefine methods for accessing linker tables
Michael Brown
2009-03-13
1
-8
/
+2
*
Make seek information part of the xfer metadata, rather than an entirely
Michael Brown
2008-01-08
1
-1
/
+0
*
Unplug before sending close() message, to avoid screwing up interfaces
Michael Brown
2007-07-10
1
-1
/
+1
*
Separate the "is data ready" function of xfer_seek() into an
Michael Brown
2007-07-08
1
-15
/
+2
*
Kill off unused request() method in data-xfer interface.
Michael Brown
2007-07-08
1
-1
/
+0
*
convert to zalloc
Holger Lubitz
2007-07-06
1
-6
/
+3
*
Introduce name resolution interface and named socket opener.
Michael Brown
2007-05-27
1
-74
/
+352
*
Zeroing out memory before using it can be so important.
Michael Brown
2007-01-19
1
-0
/
+1
*
Actually, it's probably safer *not* to leave child processes hanging
Michael Brown
2007-01-19
1
-9
/
+8
*
Note that the SIGCHLD handler could be re-entered.
Michael Brown
2007-01-19
1
-1
/
+7
*
Propagate return status code from last child to fail.
Michael Brown
2007-01-19
1
-1
/
+1
*
A working name resolution framework
Michael Brown
2007-01-18
1
-16
/
+117
*
Add "name" field to struct device to allow human-readable hardware device
Michael Brown
2007-01-10
1
-2
/
+4
*
We don't actually have a stdio.h header file. Our printf() functions are
Michael Brown
2006-09-27
1
-1
/
+0
*
added stdio.h to includes for DBG compilation
Marty Connor
2006-09-27
1
-0
/
+1
*
Added debugging.
Michael Brown
2005-04-30
1
-2
/
+8
*
First version
Michael Brown
2005-04-29
1
-0
/
+25