summaryrefslogtreecommitdiffstats
path: root/src/image/script.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [cmdline] Generate command option help text automaticallyMichael Brown2013-11-071-1/+1
* [parseopt] Add parse_timeout()Michael Brown2013-11-011-2/+2
* [script] Allow commands following a script labelMichael Brown2013-07-251-43/+53
* [script] Allow initial whitespace on lines containing labelsMichael Brown2013-07-251-4/+29
* [script] Avoid trying to read final character of a zero-length stringMichael Brown2013-07-151-2/+2
* [script] Allow for backslash continuation of script linesMichael Brown2013-07-151-13/+41
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [script] Avoid using stack-allocated memory in process_line()Michael Brown2012-04-231-14/+15
* [parseopt] Allow "prompt" command to accept character literals for --keyMichael Brown2012-03-291-1/+1
* [script] Accept labels on lines terminated with CRLFMichael Brown2011-08-081-1/+7
* [script] Allow scripts to be replacedMichael Brown2011-03-091-2/+6
* [image] Generalise "currently-running script" to "currently-running image"Michael Brown2011-03-091-22/+12Star
* [prefix] Allow iPXE's own command line to be executed as a scriptMichael Brown2011-03-071-0/+1
* [script] Add "prompt" commandMichael Brown2011-03-071-0/+67
* [script] Add an iPXE error URI to the "not in a script" messageMichael Brown2011-03-071-2/+3
* [image] Simplify image managementMichael Brown2011-03-071-12/+3Star
* [parseopt] Refer to online documentation for command helpMichael Brown2011-03-041-2/+1Star
* [script] Remove "Aborting on <line>" messageMichael Brown2010-11-291-3/+1Star
* [cmdline] Match user expectations for &&, ||, goto, and exitMichael Brown2010-11-291-7/+6Star
* [script] Allow "exit" to exit a scriptMichael Brown2010-11-221-14/+21
* [script] Implement "goto" in iPXE scriptsMichael Brown2010-11-221-25/+189
* [script] Accept "#!gpxe" as well as "#!ipxe" as a script magic markerMichael Brown2010-05-221-4/+9
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-3/+3
* [script] Allow for DOS-style line endings in scriptsMichael Brown2009-06-031-3/+5
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [comboot] Allow for tail recursion of COMBOOT imagesMichael Brown2009-02-171-4/+1Star
* [image] Avoid claiming zero-length images as validMichael Brown2009-02-161-0/+6
* [script] Remove arbitrary limit on script line lengthsMichael Brown2008-06-181-28/+19Star
* Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown2007-12-071-1/+1
* Set current working URI to be that of the executable image whenMichael Brown2007-08-071-9/+1Star
* Set current working URI equal to script URI during script execution.Michael Brown2007-08-021-1/+9
* Cope with non-newline-terminated scripts.Michael Brown2007-08-021-2/+3
* Scripts temporarily deregister themselves while executing. ThisMichael Brown2007-06-091-3/+16
* Make DEBUG=script echo the commands as they are executedMichael Brown2007-01-121-0/+1
* Use systematic names for XXX_IMAGE.Michael Brown2007-01-121-0/+113