david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/core
Michael Brown 35a50399a5 [xfer] Expose xfer_uri_opener()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2011-01-27 18:46:07 +00:00
..
acpi.c [block] Replace gPXE block-device API with an iPXE asynchronous interface 2010-09-14 20:37:15 +01:00
ansiesc.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
asprintf.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
base16.c [base16] Add generic base16 encoding and decoding routines 2010-05-28 15:41:37 +01:00
base64.c [base64] Add ability to decode base64 strings 2010-05-28 12:47:10 +01:00
basename.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
bitmap.c [bitmap] Fix bitmaps on 64-bit 2010-05-27 01:18:17 +01:00
bitops.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
blockdev.c [block] Replace gPXE block-device API with an iPXE asynchronous interface 2010-09-14 20:37:15 +01:00
btext.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
console.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
cpio.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
ctype.c [script] Allow for DOS-style line endings in scripts 2009-06-03 10:13:29 +01:00
cwuri.c [uri] Special case NULL in churi() 2010-04-25 17:25:30 +01:00
debug.c [legal] Add missing copyright header and FILE_LICENCE macro 2010-12-09 13:12:59 +00:00
debug_md5.c [debug] Add DBG_MD5() and related macros 2010-12-09 13:13:31 +00:00
device.c [int13] Add infrastructure to support EDD version 4.0 2010-09-22 17:09:56 +01:00
downloader.c [xfer] Generalise metadata "whence" field to "flags" field 2010-09-03 21:21:14 +01:00
edd.c [int13] Add infrastructure to support EDD version 4.0 2010-09-22 17:09:56 +01:00
errno.c Split strerror() out from errno.c 2006-12-20 03:49:36 +00:00
exec.c [cmdline] Match user expectations for &&, ||, goto, and exit 2010-11-29 14:19:59 +00:00
fnrec.c [fnrec] Enhance function recording 2010-12-09 13:11:27 +00:00
gdbserial.c [legal] Add FILE_LICENCE macro to some GPL-v2-or-later files 2010-12-03 23:38:15 +00:00
gdbstub.c [legal] Add FILE_LICENCE macro to some GPL-v2-or-later files 2010-12-03 23:38:15 +00:00
gdbudp.c [legal] Add FILE_LICENCE macro to some GPL-v2-or-later files 2010-12-03 23:38:15 +00:00
getkey.c [hci] Continue processing while prompting for shell banner 2010-07-14 12:43:10 +01:00
getopt.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
hw.c [interface] Convert all data-xfer interfaces to generic interfaces 2010-06-22 15:50:31 +01:00
i82365.c Initial revision 2005-03-08 18:53:11 +00:00
image.c [image] Fix a memory leak in free_image() 2010-07-11 15:55:04 +01:00
init.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
interface.c [interface] Allow for non-pass-through interface methods 2010-06-22 19:12:40 +01:00
iobuf.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
job.c [interface] Convert all job-control interfaces to generic interfaces 2010-06-22 14:40:09 +01:00
linebuf.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
main.c [main] Match "starting execution" and "initialising devices" message style 2010-04-25 01:50:46 +01:00
malloc.c [malloc] Avoid immediately clobbering reference count when freeing memory 2010-11-08 03:35:35 +00:00
misc.c [libc] Add strtoull() 2010-08-19 12:22:07 +01:00
monojob.c [interface] Convert all job-control interfaces to generic interfaces 2010-06-22 14:40:09 +01:00
null_nap.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
null_sanboot.c [block] Replace gPXE block-device API with an iPXE asynchronous interface 2010-09-14 20:37:15 +01:00
nvo.c [nvo] Allow resizing of non-volatile stored option blocks 2011-01-19 13:52:48 +00:00
open.c [xfer] Expose xfer_uri_opener() 2011-01-27 18:46:07 +00:00
parseopt.c [parseopt] Allow "0x"-prefixed hexadecimal values in integer-valued options 2010-11-29 14:18:43 +00:00
pc_kbd.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
pcmcia.c [legal] Add FILE_LICENCE macro to some GPL-v2 files 2010-12-03 23:23:35 +00:00
posix_io.c [xfer] Generalise metadata "whence" field to "flags" field 2010-09-03 21:21:14 +01:00
process.c [list] Add list_first_entry() 2010-11-08 03:15:28 +00:00
random.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
refcnt.c [refcnt] Check reference validity on each use of ref_get() and ref_put() 2010-11-08 03:35:35 +00:00
resolv.c [interface] Convert all data-xfer interfaces to generic interfaces 2010-06-22 15:50:31 +01:00
serial.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
serial_console.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
settings.c [settings] Add fetch_ipv4_array_setting() 2010-12-09 15:34:12 +00:00
string.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
stringextra.c [legal] Add FILE_LICENCE macro to some GPL-v2 files 2010-12-03 23:23:35 +00:00
strtoull.c [libc] Add strtoull() 2010-08-19 12:22:07 +01:00
timer.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
uri.c [uri] Fix NULL dereference in parse_uri() 2010-04-25 17:21:49 +01:00
uuid.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
vsprintf.c [build] Rename gPXE to iPXE 2010-04-19 23:43:39 +01:00
xfer.c [xfer] Add xfer_window_changed() 2010-09-05 03:12:17 +01:00