aboutsummaryrefslogtreecommitdiff
path: root/src/core/image.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-29[image] Allow opaque URI component to provide image nameMichael Brown1-4/+7
2023-05-17[image] Generalise concept of selected imageMichael Brown1-33/+36
2023-03-07[image] Always unregister currently executing imageMichael Brown1-3/+9
2023-03-06[image] Consistently use for_each_image() to iterate over imagesMichael Brown1-1/+1
2023-02-14[image] Check delimiters when parsing command-line key-value argumentsMichael Brown1-0/+31
2022-02-16[image] Do not clear current working URI when executing embedded imageMichael Brown1-2/+5
2021-05-08[image] Provide image_set_len() utility functionMichael Brown1-4/+21
2021-01-25[image] Provide image_memory()Michael Brown1-0/+44
2021-01-22[image] Provide image_set_data()Michael Brown1-0/+24
2016-07-29[pixbuf] Enable PNG format by defaultMichael Brown1-24/+0
2016-07-29[crypto] Enable both DER and PEM formats by defaultMichael Brown1-35/+0
2016-07-29[image] Add image_asn1() to extract ASN.1 objects from imageMichael Brown1-0/+35
2016-04-28[image] Skip misleading "format not recognised" error messageMichael Brown1-1/+1
2016-01-09[image] Provide image_set_uri() to modify an image's URIMichael Brown1-10/+28
2015-08-21[image] Detect image type when image is first registeredMichael Brown1-41/+42
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2013-11-27[image] Add image_pixbuf() to create pixel buffer from imageMichael Brown1-0/+26
2013-11-27[image] Allow for non-executable image formatsMichael Brown1-0/+2
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-07-20[image] Add "--replace" optionMichael Brown1-6/+10
2012-07-20[image] Add "--autofree" optionMichael Brown1-11/+21
2012-05-08[image] Avoid potential NULL pointer dereferenceMichael Brown1-3/+5
2012-03-30[image] Fix use-after-free in debug messagesMichael Brown1-3/+3
2012-03-27[image] Log image executionsMichael Brown1-0/+13
2012-03-24[image] Simplify image management commands and internal APIMichael Brown1-19/+42
2012-03-22[image] Add concept of trusted imagesMichael Brown1-0/+46
2011-10-25[image] Eliminate the register_and_xxx_image() functionsMichael Brown1-2/+6
2011-03-09[image] Avoid ending up with multiple selected images on re-registrationMichael Brown1-0/+6
2011-03-09[image] Simplify use of imgdownload()Michael Brown1-1/+50
2011-03-09[image] Generalise "currently-running script" to "currently-running image"Michael Brown1-1/+11
2011-03-09[image] Move the register_and_{select|boot}_image() functions to imgmgmt.cMichael Brown1-39/+0
2011-03-07[image] Allow image_set_cmdline() to clear the command lineMichael Brown1-4/+8
2011-03-07[image] Simplify image managementMichael Brown1-94/+88
2010-07-11[image] Fix a memory leak in free_image()Piotr JaroszyƄski1-0/+1
2010-06-22[refcnt] Add ref_init() wrapper functionMichael Brown1-1/+1
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-4/+4
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-03-13[tables] Redefine methods for accessing linker tablesMichael Brown1-7/+1
2009-02-17[comboot] Fix reference counting on replacement imagesMichael Brown1-2/+1
2009-02-17[comboot] Allow for tail recursion of COMBOOT imagesMichael Brown1-3/+27
2008-07-08[image] Revert "clear LOADED flag" patchMichael Brown1-10/+1
2008-07-08[image] Clear LOADED flag on all other images when loading a new imageMichael Brown1-1/+10
2007-08-07Set current working URI to be that of the executable image whenMichael Brown1-3/+12
2007-08-02Allow images to hold references to the originating URI.Michael Brown1-0/+78
2007-07-06convert to zallocHolger Lubitz1-2/+1
2007-06-09Scripts temporarily deregister themselves while executing. ThisMichael Brown1-14/+0
2007-06-09Add reference counting to register/unregister procedure.Michael Brown1-0/+32
2007-01-19Use stdio.h instead of vsprintf.hMichael Brown1-1/+1
2007-01-16Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviouslyMichael Brown1-1/+0
2007-01-14Once image type has been set, do not autoprobe furtherMichael Brown1-0/+5