aboutsummaryrefslogtreecommitdiff
path: root/src/hci
AgeCommit message (Expand)AuthorFilesLines
2017-03-26[block] Add basic multipath supportMichael Brown1-15/+15
2017-03-22[mucurses] Ensure SLK labels are always terminatedMichael Brown1-1/+1
2017-03-21[mucurses] Attempt to fix use of uninitialised buffer with strcat()Michael Brown1-0/+1
2017-03-21[mucurses] Attempt to fix resource leaksMichael Brown1-6/+4
2017-03-21[mucurses] Attempt to fix keypress processing logicMichael Brown1-4/+3
2017-03-21[mucurses] Attempt to fix test for empty stringMichael Brown1-1/+1
2017-01-26[time] Allow timer to be selected at runtimeMichael Brown1-1/+1
2016-08-31[cmdline] Add certificate management commandsMichael Brown1-0/+304
2016-07-29[build] Remove more obsolete explicit object requirementsMichael Brown1-6/+0
2016-07-29[build] Remove obsolete explicit object requirementsMichael Brown1-4/+0
2016-07-29[image] Use image_asn1() to extract data from CMS signature imagesMichael Brown1-0/+1
2016-06-13[cmdline] Add "ntp" commandMichael Brown1-0/+81
2016-05-23[lotest] Add option to use broadcast packets for loopback testingMichael Brown1-1/+6
2016-05-04[mucurses] Fix GCC 6 nonnull-compare errorsVinson Lee1-11/+0
2016-03-08[infiniband] Add "ibstat" commandMichael Brown1-0/+79
2015-03-05[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+5
2015-03-05[build] Fix the REQUIRE_SYMBOL mechanismMichael Brown1-0/+3
2015-03-03[settings] Use generic jump scrolling abstractionMichael Brown1-196/+155
2015-03-03[menu] Abstract out the generic concept of a jump scrollerMichael Brown2-65/+171
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2-2/+10
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2-2/+10
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown15-15/+15
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown27-27/+131
2015-03-02[mucurses] Add missing FILE_LICENCE declarationsMichael Brown6-0/+12
2015-02-16[libc] Rewrite string functionsMichael Brown1-1/+1
2015-02-11[build] Allow setting help text URI to be customised via config/branding.hMichael Brown1-2/+1
2015-02-11[build] Allow error message URI to be customised via config/branding.hMichael Brown1-2/+3
2015-02-11[build] Use PRODUCT_SHORT_NAME for end-user visible stringsMichael Brown2-2/+4
2014-10-23[ping] Allow "ping" command output to be inhibitedMichael Brown1-1/+5
2014-10-23[ping] Allow termination after a specified number of packetsMichael Brown1-1/+6
2014-08-19[readline] Add CTRL-W shortcut to remove a wordMarin Hannache1-1/+35
2014-08-06[readline] Ensure cursor is visible when prompting for inputMichael Brown1-0/+3
2014-04-27[cmdline] Add "profstat" command to display profiling statisticsMichael Brown1-0/+70
2014-03-13[console] Fix display of characters with top bit setMichael Brown1-1/+1
2014-03-10[image] Add "--timeout" parameter to image downloading commandsMichael Brown4-9/+22
2014-03-02[cmdline] Add the "ipstat" commandMichael Brown1-0/+70
2014-02-26[params] Use reference counters for form parameter listsMichael Brown1-2/+4
2014-01-22[cmdline] Always clear screen after reconfiguring consoleMichael Brown1-0/+5
2014-01-22[cmdline] Add margin options to the "console" commandMichael Brown1-0/+8
2014-01-22[cmdline] Rename "console" command's --bpp option to --depthMichael Brown1-2/+2
2013-12-09[cmdline] Add the "colour" and "cpair" commandsMichael Brown1-0/+125
2013-12-09[mucurses] Use centralised concept of colour pairsMichael Brown4-35/+11
2013-12-06[console] Allow consoles to update the recorded console sizeMichael Brown1-4/+1
2013-12-06[menu] Adapt user interface to fit display sizeMichael Brown1-8/+8
2013-12-06[login] Adapt user interface to fit display sizeMichael Brown1-7/+7
2013-12-06[settings] Adapt user interface to fit display sizeMichael Brown1-29/+44
2013-12-05[settings] Allow for multiple definitions of each predefined settingMichael Brown1-2/+10
2013-12-05[settings] Explicitly separate the concept of a completed fetched settingMichael Brown3-45/+41
2013-12-02[menu] Hide cursor when displaying menuMichael Brown1-0/+1
2013-12-02[settings] Hide cursor when not actively editing a settingMichael Brown1-0/+2