summaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* [fbcon] Add generic concept of a frame buffer consoleMichael Brown2013-11-281-0/+732
* [console] Add concept of generic console configurationMichael Brown2013-11-282-0/+36
* [console] Allow console input and output to be disabled independentlyMichael Brown2013-11-282-25/+13Star
* [image] Add image_pixbuf() to create pixel buffer from imageMichael Brown2013-11-271-0/+26
* [image] Allow for non-executable image formatsMichael Brown2013-11-271-0/+2
* [pixbuf] Add generic concept of a pixel bufferMichael Brown2013-11-271-0/+75
* [console] Pass escape sequence context to ANSI escape sequence handlersMichael Brown2013-11-271-4/+6
* [main] Defer "initialising devices" message until initialising devicesMichael Brown2013-11-271-1/+3
* [settings] Move user-class setting from dhcp.c to settings.cMichael Brown2013-11-141-0/+8
* [base16] Fix comparison of signed and unsigned integersMichael Brown2013-11-141-1/+1
* [cmdline] Generate command option help text automaticallyMichael Brown2013-11-072-3/+20
* [parseopt] Add parse_netdev_configurator()Michael Brown2013-11-051-0/+23
* [cmdline] Rewrite "sync" command to use monojob_wait()Michael Brown2013-11-011-19/+1Star
* [monojob] Report ongoing job status as overall return status on timeoutMichael Brown2013-11-011-2/+5
* [monojob] Add timeout parameter to monojob_wait()Michael Brown2013-11-011-10/+18
* [job] Allow job_progress() to return an ongoing job status code, if knownMichael Brown2013-11-012-6/+17
* [interface] Default to calling intf_restart() in response to intf_close()Michael Brown2013-11-011-2/+19
* [parseopt] Add parse_timeout()Michael Brown2013-11-011-0/+22
* [ping] Add generic ping mechanismMichael Brown2013-10-211-0/+303
* [resolv] Use sock_aton() to allow parsing of arbitrary numeric addressesMichael Brown2013-10-211-13/+4Star
* [settings] Make built-in settings a linker tableMichael Brown2013-08-271-46/+46
* [uri] Allow URIs to incorporate a parameter listMichael Brown2013-08-191-1/+30
* [params] Add support for the general concept of a form parameter listMichael Brown2013-08-192-0/+189
* [settings] Expose memory map via settings mechanismMichael Brown2013-08-121-0/+242
* [settings] Allow numeric_setting_value() to handle long setting valuesMichael Brown2013-08-121-4/+4
* [settings] Introduce the generalised concept of a numeric settingMichael Brown2013-08-011-175/+412
* [settings] Remove now-unused fetchf_named_setting() and storef_named_setting()Michael Brown2013-07-221-114/+0Star
* [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
* [settings] Remove now-unused store_named_setting()Michael Brown2013-07-191-35/+0Star
* [settings] Eliminate call to fetchf_named_setting() in expand_settings()Michael Brown2013-07-191-22/+25
* [settings] Add fetchf_setting_copy()Michael Brown2013-07-191-2/+39
* [settings] Change "not-found" semantics of fetch_setting_copy()Michael Brown2013-07-191-14/+2Star
* [settings] Expose parse_setting_name()Michael Brown2013-07-191-11/+5Star
* [settings] Remove default_type parameter from parse_setting_name()Michael Brown2013-07-191-9/+20
* [settings] Remove temporary name buffer parameter from parse_setting_name()Michael Brown2013-07-181-22/+40
* [settings] Avoid potentially large stack allocationsMichael Brown2013-07-181-26/+43
* [settings] Clarify usage of the term "named setting"Michael Brown2013-07-181-10/+10
* [cmdline] Add "poweroff" commandMarin Hannache2013-07-151-0/+12
* [base16] Ensure base16_encode() always terminates its result stringMichael Brown2013-07-151-0/+4
* [legal] Add FILE_LICENCE for core/errno.cMarin Hannache2013-07-141-0/+2
* [settings] Add "version" builtin settingRobin Smidsrød2013-07-131-0/+22
* [settings] Make "netX" settings block function as a symbolic linkMichael Brown2013-07-131-23/+50
* [settings] Add "busdevfn" setting typeMichael Brown2013-07-121-0/+47
* [settings] Add "hexraw" setting typeMichael Brown2013-07-121-0/+35
* [settings] Use hex_decode() to parse hex settingsMichael Brown2013-07-121-32/+29Star
* [base16] Generalise base16_decode() to hex_decode()Michael Brown2013-07-122-24/+61
* [settings] Eliminate settings "tag magic"Michael Brown2013-05-012-35/+15Star
* [settings] Expose build architecture and platform via settingsMichael Brown2013-04-061-15/+85