aboutsummaryrefslogtreecommitdiff
path: root/src/usr/imgmgmt.c
AgeCommit message (Expand)AuthorFilesLines
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