aboutsummaryrefslogtreecommitdiff
path: root/src/image/script.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-16[libc] Make static_assert() available via assert.hMichael Brown1-2/+1
2023-05-17[image] Generalise concept of selected imageMichael Brown1-3/+4
2023-03-07[image] Always unregister currently executing imageMichael Brown1-9/+0
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2013-11-07[cmdline] Generate command option help text automaticallyMichael Brown1-1/+1
2013-11-01[parseopt] Add parse_timeout()Michael Brown1-2/+2
2013-07-25[script] Allow commands following a script labelMichael Brown1-43/+53
2013-07-25[script] Allow initial whitespace on lines containing labelsMichael Brown1-4/+29
2013-07-15[script] Avoid trying to read final character of a zero-length stringMichael Brown1-2/+2
2013-07-15[script] Allow for backslash continuation of script linesMichael Brown1-13/+41
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown1-1/+2
2012-04-23[script] Avoid using stack-allocated memory in process_line()Michael Brown1-14/+15
2012-03-29[parseopt] Allow "prompt" command to accept character literals for --keyMichael Brown1-1/+1
2011-08-08[script] Accept labels on lines terminated with CRLFMichael Brown1-1/+7
2011-03-09[script] Allow scripts to be replacedMichael Brown1-2/+6
2011-03-09[image] Generalise "currently-running script" to "currently-running image"Michael Brown1-22/+12
2011-03-07[prefix] Allow iPXE's own command line to be executed as a scriptMichael Brown1-0/+1
2011-03-07[script] Add "prompt" commandMichael Brown1-0/+67
2011-03-07[script] Add an iPXE error URI to the "not in a script" messageMichael Brown1-2/+3
2011-03-07[image] Simplify image managementMichael Brown1-12/+3
2011-03-04[parseopt] Refer to online documentation for command helpMichael Brown1-2/+1
2010-11-29[script] Remove "Aborting on <line>" messageMichael Brown1-3/+1
2010-11-29[cmdline] Match user expectations for &&, ||, goto, and exitMichael Brown1-7/+6
2010-11-22[script] Allow "exit" to exit a scriptMichael Brown1-14/+21
2010-11-22[script] Implement "goto" in iPXE scriptsMichael Brown1-25/+189
2010-05-22[script] Accept "#!gpxe" as well as "#!ipxe" as a script magic markerMichael Brown1-4/+9
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-3/+3
2009-06-03[script] Allow for DOS-style line endings in scriptsMichael Brown1-3/+5
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2009-02-17[comboot] Allow for tail recursion of COMBOOT imagesMichael Brown1-4/+1
2009-02-16[image] Avoid claiming zero-length images as validMichael Brown1-0/+6
2008-06-18[script] Remove arbitrary limit on script line lengthsMichael Brown1-28/+19
2007-12-07Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown1-1/+1
2007-08-07Set current working URI to be that of the executable image whenMichael Brown1-9/+1
2007-08-02Set current working URI equal to script URI during script execution.Michael Brown1-1/+9
2007-08-02Cope with non-newline-terminated scripts.Michael Brown1-2/+3
2007-06-09Scripts temporarily deregister themselves while executing. ThisMichael Brown1-3/+16
2007-01-12Make DEBUG=script echo the commands as they are executedMichael Brown1-0/+1
2007-01-12Use systematic names for XXX_IMAGE.Michael Brown1-0/+113