summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* [resolv] Simplify xfer_redirect() logicMichael Brown2009-03-301-11/+30
* [xfer] Implement xfer_vreopen() to properly handle redirectionsMichael Brown2009-03-303-2/+30
* [digest] md5sum and sha1sum commandsDaniel Verkamp2009-03-271-0/+3
* [settings] Fix broken assertion in fetch_string_setting_copy()Michael Brown2009-03-261-2/+3
* [tables] Incorporate table data type information into table definitionMichael Brown2009-03-131-2/+2
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-1311-108/+20Star
* [time] Add the time commandDaniel Verkamp2009-03-061-0/+3
* [settings] Allow for autovivification of settings blocksMichael Brown2009-03-061-51/+113
* [image] Allow for zero embedded imagesMichael Brown2009-02-241-6/+10
* [login] Add "login" command and UIMichael Brown2009-02-171-0/+3
* [settings] Allow store_setting() to access the root settings blockMichael Brown2009-02-171-3/+3
* [comboot] Fix reference counting on replacement imagesMichael Brown2009-02-171-2/+1Star
* [comboot] Allow for tail recursion of COMBOOT imagesMichael Brown2009-02-171-3/+27
* [uri] Allow use of relative URIs when calling churi()Michael Brown2009-02-161-1/+4
* [image] Allow multiple embedded imagesMichael Brown2009-02-162-4/+12
* [xfer] Make consistent assumptions that xfer metadata can never be NULLMichael Brown2009-02-151-2/+9
* [base64] Add base64 encoding functionsMichael Brown2009-02-131-0/+66
* [settings] Handle errors in fetchf_uristring()Michael Brown2009-02-121-1/+4
* [settings] Avoid duplicate settings block namesMichael Brown2009-01-311-0/+5
* [settings] Add fetch_string_setting_copy()Michael Brown2009-01-271-0/+32
* [console] Allow KEY_xxx constants to cover F8 function keyMichael Brown2009-01-251-6/+8
* [main] Print an "initialising devices" bannerMichael Brown2009-01-081-0/+3
* [i386] Move iSCSI and AoE boot code to arch/i386/interface/pcbiosMichael Brown2008-11-192-454/+0Star
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-192-3/+3
* [i386] Rename __cdecl to __asmcallMichael Brown2008-11-191-1/+1
* [settings] Ensure fetch_string_setting() returns a NUL-terminated stringMichael Brown2008-11-071-0/+1
* [romprefix] Add vendor branding facilities and guidelinesMichael Brown2008-10-311-2/+14
* [settings] Add the notion of a "tag magic" to numbered settingsMichael Brown2008-10-302-1/+2
* [uri] Avoid interpreting DOS-style path names as opaque URIsMichael Brown2008-10-241-2/+6
* [settings] Avoid returning uninitialised data on error in fetch_xxx_setting()Michael Brown2008-10-221-5/+15
* [efi] Add EFI image format and basic runtime environmentMichael Brown2008-10-131-0/+6
* [sanboot] Quick and dirty hack to make SAN boot protocols selectableMichael Brown2008-10-131-0/+11
* [monojob] Release reference on completed jobMichael Brown2008-10-131-0/+1
* [timer] Remove now-obsolete references to TIMER_BIOS and TIMER_RDTSCMichael Brown2008-10-131-10/+0Star
* [nap] Formalise the CPU sleeping APIMichael Brown2008-10-133-6/+5Star
* [monojob] Allow for extremely slow system timersMichael Brown2008-10-121-1/+1
* [timer] Formalise the timer APIMichael Brown2008-10-122-84/+13Star
* [process] Add DBG2() messages to help track down frozen processesMichael Brown2008-10-121-0/+2
* [config] Split console configuration out to config/console.hMichael Brown2008-10-121-12/+3Star
* [ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>Michael Brown2008-10-124-4/+4
* [settings] Allow for setting fetchers to fail in fetchf_hex()Michael Brown2008-09-261-0/+2
* [settings] Add the uristring setting typeMichael Brown2008-09-241-0/+53
* [uri] Add uri_encode() and uri_decode() functions for URI character encodingMichael Brown2008-09-241-0/+78
* [comboot] Add COMBOOT and COM32 supportDaniel Verkamp2008-08-291-0/+8
* [settings] Avoid overwriting the start of .text in fetch_string_setting()Michael Brown2008-08-141-1/+2
* [iSCSI] Add support for mutual CHAPMichael Brown2008-08-111-14/+67
* [cmdline] Add setting expansion using ${...} syntaxMichael Brown2008-07-271-2/+96
* [ui] Add progress dots while waiting on any foreground jobMichael Brown2008-07-241-3/+10
* [iSCSI] Support Windows Server 2008 direct iSCSI installationMichael Brown2008-07-175-18/+27
* [image] Revert "clear LOADED flag" patchMichael Brown2008-07-081-10/+1Star