summaryrefslogtreecommitdiffstats
path: root/src/usr/imgmgmt.c
Commit message (Expand)AuthorAgeFilesLines
* [image] Omit URI query string and fragment from download progress messagesMichael Brown2017-12-281-6/+7
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [image] Add "--timeout" parameter to image downloading commandsMichael Brown2014-03-101-6/+12
* [image] Ensure every image has a fully resolved URIMichael Brown2014-02-271-12/+20
* [uri] Refactor URI parsing and formattingMichael Brown2014-02-271-12/+9Star
* [monojob] Add timeout parameter to monojob_wait()Michael Brown2013-11-011-1/+1
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [image] Add "--autofree" optionMichael Brown2012-07-201-0/+2
* [image] Simplify image management commands and internal APIMichael Brown2012-03-251-43/+36Star
* [image] Add concept of trusted imagesMichael Brown2012-03-221-0/+2
* [image] Eliminate the register_and_xxx_image() functionsMichael Brown2011-10-251-110/+24Star
* [image] Use image_set_name() only if name != NULLPiotr JaroszyƄski2011-03-271-1/+2
* [image] Simplify use of imgdownload()Michael Brown2011-03-091-13/+91
* [image] Move the register_and_{select|boot}_image() functions to imgmgmt.cMichael Brown2011-03-091-0/+39
* [image] Simplify image managementMichael Brown2011-03-071-49/+3Star
* [image] Allow download job to complete before acting upon imageMichael Brown2011-03-021-7/+11
* [autoboot] Connect SAN disk during a filename boot, if applicableMichael Brown2011-01-271-14/+37
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-5/+5
* [uri] Decode/encode URIs when parsing/unparsingJoshua Oreman2010-01-211-1/+1
* [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