index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
usr
/
imgmgmt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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