| Commit message (Expand) | Author | Age | Files | Lines |
* | [image] Generalise concept of selected image | Michael Brown | 2023-05-17 | 1 | -2/+6 |
* | [image] Allow for images to be hidden from lists of all images | Michael Brown | 2023-05-05 | 1 | -0/+2 |
* | [uri] Retain original encodings for path, query, and fragment fields | Michael Brown | 2021-11-12 | 1 | -2/+2 |
* | [image] Provide image_memory() | Michael Brown | 2021-01-25 | 1 | -32/+9 |
* | [image] Add the "imgmem" command | Michael Brown | 2021-01-22 | 1 | -0/+44 |
* | [image] Omit URI query string and fragment from download progress messages | Michael Brown | 2017-12-28 | 1 | -6/+7 |
* | [legal] Relicense files under GPL2_OR_LATER_OR_UBDL | Michael Brown | 2015-03-02 | 1 | -1/+5 |
* | [image] Add "--timeout" parameter to image downloading commands | Michael Brown | 2014-03-10 | 1 | -6/+12 |
* | [image] Ensure every image has a fully resolved URI | Michael Brown | 2014-02-27 | 1 | -12/+20 |
* | [uri] Refactor URI parsing and formatting | Michael Brown | 2014-02-27 | 1 | -12/+9 |
* | [monojob] Add timeout parameter to monojob_wait() | Michael Brown | 2013-11-01 | 1 | -1/+1 |
* | [legal] Update FSF mailing address in GPL licence texts | Michael Brown | 2012-07-20 | 1 | -1/+2 |
* | [image] Add "--autofree" option | Michael Brown | 2012-07-20 | 1 | -0/+2 |
* | [image] Simplify image management commands and internal API | Michael Brown | 2012-03-24 | 1 | -43/+36 |
* | [image] Add concept of trusted images | Michael Brown | 2012-03-22 | 1 | -0/+2 |
* | [image] Eliminate the register_and_xxx_image() functions | Michael Brown | 2011-10-25 | 1 | -110/+24 |
* | [image] Use image_set_name() only if name != NULL | Piotr JaroszyĆski | 2011-03-27 | 1 | -1/+2 |
* | [image] Simplify use of imgdownload() | Michael Brown | 2011-03-09 | 1 | -13/+91 |
* | [image] Move the register_and_{select|boot}_image() functions to imgmgmt.c | Michael Brown | 2011-03-09 | 1 | -0/+39 |
* | [image] Simplify image management | Michael Brown | 2011-03-07 | 1 | -49/+3 |
* | [image] Allow download job to complete before acting upon image | Michael Brown | 2011-03-02 | 1 | -7/+11 |
* | [autoboot] Connect SAN disk during a filename boot, if applicable | Michael Brown | 2011-01-27 | 1 | -14/+37 |
* | [build] Rename gPXE to iPXE | Michael Brown | 2010-04-19 | 1 | -5/+5 |
* | [uri] Decode/encode URIs when parsing/unparsing | Joshua Oreman | 2010-01-20 | 1 | -1/+1 |
* | [legal] Add a selection of FILE_LICENCE declarations | Michael Brown | 2009-05-18 | 1 | -0/+2 |
* | [image] Redact password from URIs displayed by imgfetch() | Michael Brown | 2009-02-17 | 1 | -1/+12 |
* | [image] Fail "imgexec"/"boot" if the image to execute is ambiguous | Michael Brown | 2008-07-08 | 1 | -5/+9 |
* | Display name and status of each file as it is downloaded. | Michael Brown | 2007-08-03 | 1 | -1/+1 |
* | Allow images to hold references to the originating URI. | Michael Brown | 2007-08-02 | 1 | -20/+14 |
* | Removed debugging statements that should not have been checked in. | Michael Brown | 2007-06-28 | 1 | -2/+0 |
* | Quick hack to get image booting working again | Michael Brown | 2007-06-28 | 1 | -37/+23 |
* | Scripts temporarily deregister themselves while executing. This | Michael Brown | 2007-06-09 | 1 | -1/+2 |
* | Keep HTTP progress updated, and display a progress indicator during the | Michael Brown | 2007-01-29 | 1 | -3/+4 |
* | Use stdio.h instead of vsprintf.h | Michael Brown | 2007-01-19 | 1 | -1/+1 |
* | HTTP/DNS now working fully asynchronously. HTTP/IP addresses and any | Michael Brown | 2007-01-18 | 1 | -5/+8 |
* | Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously | Michael Brown | 2007-01-16 | 1 | -3/+3 |
* | Let ifmgmt.c take care of calling efree(), since it's the once which | Michael Brown | 2007-01-12 | 1 | -3/+13 |
* | fetch() now knows nothing about struct image; it simply loads a file and | Michael Brown | 2007-01-12 | 1 | -1/+1 |
* | Allow "imgexec" with no arguments to boot the file that was loaded with | Michael Brown | 2007-01-12 | 1 | -0/+16 |
* | Cleaner separation between imgXXX() functions and image_cmd.c | Michael Brown | 2007-01-12 | 1 | -2/+75 |
* | Add basic "fetch" and "imgstat" commands. | Michael Brown | 2007-01-12 | 1 | -0/+45 |