index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
image.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[legal] Relicense files under GPL2_OR_LATER_OR_UBDL
Michael Brown
2015-03-02
1
-1
/
+5
*
[image] Add image_pixbuf() to create pixel buffer from image
Michael Brown
2013-11-27
1
-0
/
+26
*
[image] Allow for non-executable image formats
Michael Brown
2013-11-27
1
-0
/
+2
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[image] Add "--replace" option
Michael Brown
2012-07-20
1
-6
/
+10
*
[image] Add "--autofree" option
Michael Brown
2012-07-20
1
-11
/
+21
*
[image] Avoid potential NULL pointer dereference
Michael Brown
2012-05-08
1
-3
/
+5
*
[image] Fix use-after-free in debug messages
Michael Brown
2012-03-30
1
-3
/
+3
*
[image] Log image executions
Michael Brown
2012-03-27
1
-0
/
+13
*
[image] Simplify image management commands and internal API
Michael Brown
2012-03-24
1
-19
/
+42
*
[image] Add concept of trusted images
Michael Brown
2012-03-22
1
-0
/
+46
*
[image] Eliminate the register_and_xxx_image() functions
Michael Brown
2011-10-25
1
-2
/
+6
*
[image] Avoid ending up with multiple selected images on re-registration
Michael Brown
2011-03-09
1
-0
/
+6
*
[image] Simplify use of imgdownload()
Michael Brown
2011-03-09
1
-1
/
+50
*
[image] Generalise "currently-running script" to "currently-running image"
Michael Brown
2011-03-09
1
-1
/
+11
*
[image] Move the register_and_{select|boot}_image() functions to imgmgmt.c
Michael Brown
2011-03-09
1
-39
/
+0
*
[image] Allow image_set_cmdline() to clear the command line
Michael Brown
2011-03-07
1
-4
/
+8
*
[image] Simplify image management
Michael Brown
2011-03-07
1
-94
/
+88
*
[image] Fix a memory leak in free_image()
Piotr JaroszyĆski
2010-07-11
1
-0
/
+1
*
[refcnt] Add ref_init() wrapper function
Michael Brown
2010-06-22
1
-1
/
+1
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-4
/
+4
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[tables] Redefine methods for accessing linker tables
Michael Brown
2009-03-13
1
-7
/
+1
*
[comboot] Fix reference counting on replacement images
Michael Brown
2009-02-17
1
-2
/
+1
*
[comboot] Allow for tail recursion of COMBOOT images
Michael Brown
2009-02-17
1
-3
/
+27
*
[image] Revert "clear LOADED flag" patch
Michael Brown
2008-07-08
1
-10
/
+1
*
[image] Clear LOADED flag on all other images when loading a new image
Michael Brown
2008-07-08
1
-1
/
+10
*
Set current working URI to be that of the executable image when
Michael Brown
2007-08-07
1
-3
/
+12
*
Allow images to hold references to the originating URI.
Michael Brown
2007-08-02
1
-0
/
+78
*
convert to zalloc
Holger Lubitz
2007-07-06
1
-2
/
+1
*
Scripts temporarily deregister themselves while executing. This
Michael Brown
2007-06-09
1
-14
/
+0
*
Add reference counting to register/unregister procedure.
Michael Brown
2007-06-09
1
-0
/
+32
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
1
-1
/
+1
*
Rename e{malloc,realloc,free} to u{malloc,realloc,free}, to more obviously
Michael Brown
2007-01-16
1
-1
/
+0
*
Once image type has been set, do not autoprobe further
Michael Brown
2007-01-14
1
-0
/
+5
*
Allow load() and exec() methods to be NULL.
Michael Brown
2007-01-14
1
-0
/
+9
*
Print image physical location in registration message.
Michael Brown
2007-01-12
1
-1
/
+3
*
Let ifmgmt.c take care of calling efree(), since it's the once which
Michael Brown
2007-01-12
1
-26
/
+33
*
Add debug message
Michael Brown
2007-01-12
1
-0
/
+1
*
fetch() now knows nothing about struct image; it simply loads a file and
Michael Brown
2007-01-12
1
-3
/
+1
*
Add free_image
Michael Brown
2007-01-12
1
-0
/
+17
*
Added IMAGE_LOADED flag and find_image()
Michael Brown
2007-01-12
1
-0
/
+27
*
Allow for named images.
Michael Brown
2007-01-11
1
-3
/
+5
*
Provide registration mechanism for loaded images, so that we can e.g.
Michael Brown
2007-01-11
1
-62
/
+115
*
Move include/image.h to include/gpxe/image.h
Michael Brown
2007-01-11
1
-3
/
+2
*
Update buffer-handling code to enable expandable buffers.
Michael Brown
2007-01-11
1
-1
/
+0
*
Move include/buffer.h to include/gpxe/buffer.h
Michael Brown
2007-01-11
1
-1
/
+1
*
fix printf format args
Marty Connor
2006-06-29
1
-0
/
+1
*
Tear out old heap code, replace with code that simply allocates memory
Michael Brown
2006-05-16
1
-0
/
+4
*
Added print_images() and autoload().
Michael Brown
2005-05-17
1
-24
/
+57
[next]