aboutsummaryrefslogtreecommitdiff
path: root/src/usr/imgmgmt.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-07-20[image] Add "--autofree" optionMichael Brown1-0/+2
2012-03-24[image] Simplify image management commands and internal APIMichael Brown1-43/+36
2012-03-22[image] Add concept of trusted imagesMichael Brown1-0/+2
2011-10-25[image] Eliminate the register_and_xxx_image() functionsMichael Brown1-110/+24
2011-03-27[image] Use image_set_name() only if name != NULLPiotr JaroszyƄski1-1/+2
2011-03-09[image] Simplify use of imgdownload()Michael Brown1-13/+91
2011-03-09[image] Move the register_and_{select|boot}_image() functions to imgmgmt.cMichael Brown1-0/+39
2011-03-07[image] Simplify image managementMichael Brown1-49/+3
2011-03-02[image] Allow download job to complete before acting upon imageMichael Brown1-7/+11
2011-01-27[autoboot] Connect SAN disk during a filename boot, if applicableMichael Brown1-14/+37
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-5/+5
2010-01-20[uri] Decode/encode URIs when parsing/unparsingJoshua Oreman1-1/+1
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-02-17[image] Redact password from URIs displayed by imgfetch()Michael Brown1-1/+12
2008-07-08[image] Fail "imgexec"/"boot" if the image to execute is ambiguousMichael Brown1-5/+9
2007-08-03Display name and status of each file as it is downloaded.Michael Brown1-1/+1
2007-08-02Allow images to hold references to the originating URI.Michael Brown1-20/+14
2007-06-28Removed debugging statements that should not have been checked in.Michael Brown1-2/+0
2007-06-28Quick hack to get image booting working againMichael Brown1-37/+23
2007-06-09Scripts temporarily deregister themselves while executing. ThisMichael Brown1-1/+2
2007-01-29Keep HTTP progress updated, and display a progress indicator during theMichael Brown1-3/+4
2007-01-19Use stdio.h instead of vsprintf.hMichael Brown1-1/+1
2007-01-18HTTP/DNS now working fully asynchronously. HTTP/IP addresses and anyMichael Brown1-5/+8
2007-01-16Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviouslyMichael Brown1-3/+3
2007-01-12Let ifmgmt.c take care of calling efree(), since it's the once whichMichael Brown1-3/+13
2007-01-12fetch() now knows nothing about struct image; it simply loads a file andMichael Brown1-1/+1
2007-01-12Allow "imgexec" with no arguments to boot the file that was loaded withMichael Brown1-0/+16
2007-01-12Cleaner separation between imgXXX() functions and image_cmd.cMichael Brown1-2/+75
2007-01-12Add basic "fetch" and "imgstat" commands.Michael Brown1-0/+45