summaryrefslogtreecommitdiffstats
path: root/src/usr/imgmgmt.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [image] Redact password from URIs displayed by imgfetch()Michael Brown2009-02-171-1/+12
* [image] Fail "imgexec"/"boot" if the image to execute is ambiguousMichael Brown2008-07-081-5/+9
* Display name and status of each file as it is downloaded.Michael Brown2007-08-031-1/+1
* Allow images to hold references to the originating URI.Michael Brown2007-08-021-20/+14Star
* Removed debugging statements that should not have been checked in.Michael Brown2007-06-281-2/+0Star
* Quick hack to get image booting working againMichael Brown2007-06-281-37/+23Star
* Scripts temporarily deregister themselves while executing. ThisMichael Brown2007-06-091-1/+2
* Keep HTTP progress updated, and display a progress indicator during theMichael Brown2007-01-291-3/+4
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* HTTP/DNS now working fully asynchronously. HTTP/IP addresses and anyMichael Brown2007-01-181-5/+8
* Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviouslyMichael Brown2007-01-161-3/+3
* Let ifmgmt.c take care of calling efree(), since it's the once whichMichael Brown2007-01-121-3/+13
* fetch() now knows nothing about struct image; it simply loads a file andMichael Brown2007-01-121-1/+1
* Allow "imgexec" with no arguments to boot the file that was loaded withMichael Brown2007-01-121-0/+16
* Cleaner separation between imgXXX() functions and image_cmd.cMichael Brown2007-01-121-2/+75
* Add basic "fetch" and "imgstat" commands.Michael Brown2007-01-121-0/+45