summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* [monojob] Allow monojob to be completely silentMichael Brown2012-05-221-7/+11
* [base64] Avoid overrunning input data bufferMichael Brown2012-05-201-2/+7
* [image] Avoid potential NULL pointer dereferenceMichael Brown2012-05-081-3/+5
* [xferbuf] Add generic data-transfer bufferMichael Brown2012-05-081-0/+108
* [malloc] Allow Valgrind to be used when all assertions are enabledMichael Brown2012-05-041-11/+67
* [malloc] Discard all cached data on shutdownMichael Brown2012-05-041-0/+25
* [xfer] Avoid using stack-allocated memory in xfer_printf()Michael Brown2012-04-231-7/+19
* [settings] Add fetch_setting_copy()Michael Brown2012-04-191-0/+40
* [tftp] Allow builds without TFTP supportMichael Brown2012-04-171-0/+8
* [settings] Split fetching and storing out of setting type handlersMichael Brown2012-04-172-244/+339
* [libc] Allow strtoul() to interpret negative numbersMichael Brown2012-04-172-0/+24
* [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