summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* [image] Fix use-after-free in debug messagesMichael Brown2012-03-301-3/+3
* [menu] Add menu commandsMichael Brown2012-03-291-0/+24
* [menu] Add the abstract concept of a menuMichael Brown2012-03-291-0/+177
* [parseopt] Allow "prompt" command to accept character literals for --keyMichael Brown2012-03-291-1/+19
* [image] Log image executionsMichael Brown2012-03-271-0/+13
* [console] Remove "log message" usage from interactive console defaultsMichael Brown2012-03-271-1/+1
* [downloader] Use a more meaningful error message when out of memoryMichael Brown2012-03-271-1/+1
* [downloader] Abort download immediately if buffer resizing failsMichael Brown2012-03-271-0/+2
* [downloader] Log final status of all downloadsMichael Brown2012-03-261-0/+10
* [console] Do not share ANSI escape context between lineconsole usersMichael Brown2012-03-261-11/+1Star
* [console] Add "log message" console usage and an internal syslog() callMichael Brown2012-03-261-0/+62
* [console] Allow usage to be defined independently for each consoleMichael Brown2012-03-263-17/+52
* [console] Remove unused "btext" consoleMichael Brown2012-03-261-5039/+0Star
* [console] Move putchar() and getchar() declarations to stdio.hMichael Brown2012-03-263-3/+0Star
* [image] Simplify image management commands and internal APIMichael Brown2012-03-252-41/+42
* [image] Add concept of trusted imagesMichael Brown2012-03-221-0/+46
* [time] Define an API for getting the current timeMichael Brown2012-03-191-0/+29
* [libc] Add mktime() functionMichael Brown2012-03-191-0/+137
* [syslog] Separate out generic line-based console functionalityMichael Brown2012-02-291-0/+76
* [getopt] Accept "--" as an end-of-options markerMarin Hannache2011-11-021-0/+5
* [image] Eliminate the register_and_xxx_image() functionsMichael Brown2011-10-251-2/+6
* [cmdline] Allow "sleep" command to be interruptedMichael Brown2011-10-241-1/+8
* [cmdline] Fix up "sleep" argument parsingMichael Brown2011-10-241-2/+10
* [cmdline] Make "sleep" command available by defaultMichael Brown2011-10-241-0/+40
* [libc] Allow assertion failures to be countedMichael Brown2011-10-141-0/+30
* [libc] Allow for zero-padded decimals in printf()Michael Brown2011-07-061-10/+27
* [hw] Eliminate polling while waiting for window to openMichael Brown2011-06-281-1/+2
* [resolv] Use a one-shot process for the numeric resolverMichael Brown2011-06-281-2/+1Star
* [process] Add support for one-shot processesMichael Brown2011-06-281-2/+6
* [process] Pass containing object pointer to process step() methodsMichael Brown2011-06-283-29/+47
* [xfer] Send xfer_window_changed() after xfer_vredirect()Michael Brown2011-06-281-1/+16
* [parseopt] Disambiguate the various EINVAL errorsMichael Brown2011-05-181-2/+16
* [sanboot] Add "sanhook" and "sanunhook" commandsMichael Brown2011-04-241-0/+1
* [parseopt] Allow for pre-initialised option setsMichael Brown2011-04-241-7/+22
* [cmdline] Add "iseq" commandGreg Jednaszewski2011-04-081-0/+37
* [cmdline] Simplify "isset" commandMichael Brown2011-04-081-10/+3Star
* [cmdline] Fix "isset" commandMichael Brown2011-04-011-2/+8
* [main] Add the "scriptlet" settingMichael Brown2011-03-281-4/+19
* [cmdline] Expand settings within each command-line token individuallyMichael Brown2011-03-281-35/+79
* [cmdline] Allow ";" as an unconditional command separatorMichael Brown2011-03-281-0/+14
* [linux] Make malloc and linux_umalloc valgrindablePiotr JaroszyƄski2011-03-271-2/+57
* [cmdline] Allow "echo -n" to inhibit trailing newlineMichael Brown2011-03-271-3/+30
* [parseopt] Add support for boolean optionsMichael Brown2011-03-271-0/+15
* [monojob] Avoid overflow when calculating percentage progressMichael Brown2011-03-261-3/+7
* [settings] Match terminology in online documentationMichael Brown2011-03-231-2/+2
* [settings] Avoid memory leak when unregistering autovivified settings blocksMichael Brown2011-03-231-3/+27
* [settings] Impose a fixed order on settingsMichael Brown2011-03-231-6/+6
* [settings] Fix setting expansionMichael Brown2011-03-231-3/+4
* [settings] Display canonical setting name in "config" user interfaceMichael Brown2011-03-221-5/+22
* [settings] Display canonical setting name in output of "show" commandMichael Brown2011-03-221-17/+41