aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/settings.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-03[netdevice] Add "linktype" settingPavel Krotkiy1-0/+2
2024-03-26[efi] Extract basic network settings from loaded image device pathMichael Brown1-0/+2
2022-01-04[settings] Support formatting UUIDs as little-endian GUIDsguidMichael Brown1-0/+1
2017-05-22[settings] Extend numerical setting tags to 64 bitsMichael Brown1-1/+1
2017-04-12[block] Allow use of a non-default EFI SAN boot filenameMichael Brown1-0/+2
2017-03-20[dhcp] Allow vendor class to be changed in DHCP requestsMichael Brown1-0/+2
2016-07-21[ipv6] Rename ipv6_scope to ipv6_settings_scopeMichael Brown1-1/+1
2016-07-19[settings] Allow settings blocks to specify a sibling orderingMichael Brown1-0/+2
2016-07-19[ipv6] Expose IPv6 settings acquired through NDPMichael Brown1-0/+9
2016-07-16[ipv6] Rename ipv6_scope to dhcpv6_scopeMichael Brown1-1/+1
2016-07-15[settings] Create space for IPv6 in settings display orderMichael Brown1-16/+20
2016-05-20[settings] Extend numerical setting tags to "unsigned long"Michael Brown1-1/+1
2016-03-29[iscsi] Include DHCP server address in iBFTMichael Brown1-0/+2
2015-12-23[settings] Expose SMBIOS settings as global variablesMichael Brown1-0/+10
2015-04-24[settings] Add "base64" setting typeMichael Brown1-0/+1
2015-03-02[legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown1-1/+1
2014-02-05[dns] Support DNS search listsMichael Brown1-0/+1
2013-12-05[settings] Merge SETTING_IPv4 and SETTING_IPv6Michael Brown1-19/+17
2013-12-05[settings] Force settings into alphabetical order within sectionsMichael Brown1-17/+34
2013-12-05[settings] Add fetch_ipv6_setting()Michael Brown1-0/+7
2013-12-05[settings] Allow for IPv6 setting types in non-IPv6 buildsMichael Brown1-10/+15
2013-12-05[settings] Explicitly separate the concept of a completed fetched settingMichael Brown1-81/+99
2013-11-14[ipv6] Add "ipv6" setting typeMichael Brown1-0/+1
2013-11-14[settings] Move user-class setting from dhcp.c to settings.cMichael Brown1-0/+1
2013-08-27[settings] Make built-in settings a linker tableMichael Brown1-0/+22
2013-08-01[settings] Introduce the generalised concept of a numeric settingMichael Brown1-5/+40
2013-07-22[settings] Remove now-unused fetchf_named_setting() and storef_named_setting()Michael Brown1-7/+0
2013-07-19[settings] Remove now-unused store_named_setting()Michael Brown1-13/+0
2013-07-19[settings] Add fetchf_setting_copy()Michael Brown1-0/+2
2013-07-19[settings] Expose parse_setting_name()Michael Brown1-1/+8
2013-07-13[settings] Make "netX" settings block function as a symbolic linkMichael Brown1-0/+7
2013-07-12[settings] Add "busdevfn" setting typeMichael Brown1-0/+1
2013-07-12[settings] Add "hexraw" setting typeMichael Brown1-0/+1
2013-05-01[settings] Eliminate settings "tag magic"Michael Brown1-29/+46
2012-10-24[settings] Add fetchf_named_setting_copy()Michael Brown1-0/+1
2012-10-15[settings] Expose find_child_settings()Michael Brown1-0/+2
2012-09-10[settings] Use a generic setting's own type as its default typeMichael Brown1-2/+7
2012-06-20[settings] Move "domain" setting from dns.c to settings.cMichael Brown1-0/+1
2012-04-19[crypto] Allow trusted root certificate to be changed without a rebuildMichael Brown1-1/+2
2012-04-19[settings] Add fetch_setting_copy()Michael Brown1-0/+2
2012-04-17[settings] Split fetching and storing out of setting type handlersMichael Brown1-28/+13
2012-04-17[test] Add self-tests for setting typesMichael Brown1-0/+2
2011-03-23[settings] Impose a fixed order on settingsMichael Brown1-17/+35
2011-03-22[settings] Display canonical setting name in "config" user interfaceMichael Brown1-0/+2
2011-03-22[settings] Display canonical setting name in output of "show" commandMichael Brown1-1/+3
2011-03-22[settings] Provide fetch_setting_origin()Michael Brown1-0/+2
2011-03-22[settings] Expose settings_name()Glenn Brown1-0/+1
2011-03-22[settings] Formalise notion of setting applicabilityMichael Brown1-4/+36
2011-01-28[settings] Generalise expand_command() to expand_settings()Michael Brown1-0/+1
2010-12-09[settings] Add fetch_ipv4_array_setting()Michael Brown1-0/+4