summaryrefslogtreecommitdiffstats
path: root/src/core/parseopt.c
Commit message (Expand)AuthorAgeFilesLines
* [time] Allow timer to be selected at runtimeMichael Brown2017-01-261-1/+1
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [build] Allow command help text URI to be customised via config/branding.hMichael Brown2015-02-111-1/+2
* [cmdline] Generate command option help text automaticallyMichael Brown2013-11-071-2/+19
* [parseopt] Add parse_netdev_configurator()Michael Brown2013-11-051-0/+23
* [parseopt] Add parse_timeout()Michael Brown2013-11-011-0/+22
* [params] Add support for the general concept of a form parameter listMichael Brown2013-08-191-0/+24
* [parseopt] Add parse_setting()Michael Brown2013-07-221-0/+55
* [parseopt] Move parse_settings() to parseopt.cMichael Brown2013-07-221-0/+23
* [parseopt] Allow parsed option to be modifiedMichael Brown2013-07-221-7/+7
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [menu] Add menu commandsMichael Brown2012-03-291-0/+24
* [parseopt] Allow "prompt" command to accept character literals for --keyMichael Brown2012-03-291-1/+19
* [image] Simplify image management commands and internal APIMichael Brown2012-03-251-22/+0Star
* [parseopt] Disambiguate the various EINVAL errorsMichael Brown2011-05-181-2/+16
* [parseopt] Allow for pre-initialised option setsMichael Brown2011-04-241-7/+22
* [parseopt] Add support for boolean optionsMichael Brown2011-03-271-0/+15
* [parseopt] Refer to online documentation for command helpMichael Brown2011-03-041-1/+2
* [parseopt] Allow "0x"-prefixed hexadecimal values in integer-valued optionsMichael Brown2010-11-291-1/+1
* [parseopt] Add generic option-parsing libraryMichael Brown2010-11-211-0/+219