index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
image
/
script.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
*
[cmdline] Generate command option help text automatically
Michael Brown
2013-11-07
1
-1
/
+1
*
[parseopt] Add parse_timeout()
Michael Brown
2013-11-01
1
-2
/
+2
*
[script] Allow commands following a script label
Michael Brown
2013-07-25
1
-43
/
+53
*
[script] Allow initial whitespace on lines containing labels
Michael Brown
2013-07-25
1
-4
/
+29
*
[script] Avoid trying to read final character of a zero-length string
Michael Brown
2013-07-15
1
-2
/
+2
*
[script] Allow for backslash continuation of script lines
Michael Brown
2013-07-15
1
-13
/
+41
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[script] Avoid using stack-allocated memory in process_line()
Michael Brown
2012-04-23
1
-14
/
+15
*
[parseopt] Allow "prompt" command to accept character literals for --key
Michael Brown
2012-03-29
1
-1
/
+1
*
[script] Accept labels on lines terminated with CRLF
Michael Brown
2011-08-08
1
-1
/
+7
*
[script] Allow scripts to be replaced
Michael Brown
2011-03-09
1
-2
/
+6
*
[image] Generalise "currently-running script" to "currently-running image"
Michael Brown
2011-03-09
1
-22
/
+12
*
[prefix] Allow iPXE's own command line to be executed as a script
Michael Brown
2011-03-07
1
-0
/
+1
*
[script] Add "prompt" command
Michael Brown
2011-03-07
1
-0
/
+67
*
[script] Add an iPXE error URI to the "not in a script" message
Michael Brown
2011-03-07
1
-2
/
+3
*
[image] Simplify image management
Michael Brown
2011-03-07
1
-12
/
+3
*
[parseopt] Refer to online documentation for command help
Michael Brown
2011-03-04
1
-2
/
+1
*
[script] Remove "Aborting on <line>" message
Michael Brown
2010-11-29
1
-3
/
+1
*
[cmdline] Match user expectations for &&, ||, goto, and exit
Michael Brown
2010-11-29
1
-7
/
+6
*
[script] Allow "exit" to exit a script
Michael Brown
2010-11-22
1
-14
/
+21
*
[script] Implement "goto" in iPXE scripts
Michael Brown
2010-11-22
1
-25
/
+189
*
[script] Accept "#!gpxe" as well as "#!ipxe" as a script magic marker
Michael Brown
2010-05-22
1
-4
/
+9
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-3
/
+3
*
[script] Allow for DOS-style line endings in scripts
Michael Brown
2009-06-03
1
-3
/
+5
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[comboot] Allow for tail recursion of COMBOOT images
Michael Brown
2009-02-17
1
-4
/
+1
*
[image] Avoid claiming zero-length images as valid
Michael Brown
2009-02-16
1
-0
/
+6
*
[script] Remove arbitrary limit on script line lengths
Michael Brown
2008-06-18
1
-28
/
+19
*
Various warnings fixups for OpenBSD with gcc-3.3.5.
Michael Brown
2007-12-07
1
-1
/
+1
*
Set current working URI to be that of the executable image when
Michael Brown
2007-08-07
1
-9
/
+1
*
Set current working URI equal to script URI during script execution.
Michael Brown
2007-08-02
1
-1
/
+9
*
Cope with non-newline-terminated scripts.
Michael Brown
2007-08-02
1
-2
/
+3
*
Scripts temporarily deregister themselves while executing. This
Michael Brown
2007-06-09
1
-3
/
+16
*
Make DEBUG=script echo the commands as they are executed
Michael Brown
2007-01-12
1
-0
/
+1
*
Use systematic names for XXX_IMAGE.
Michael Brown
2007-01-12
1
-0
/
+113