aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/settings.c
Commit message (Expand)AuthorAgeFilesLines
...
* [settings] Formalise notion of setting applicabilityMichael Brown2011-03-221-7/+30
* [settings] Make fetch_string_setting_copy() easier to useMichael Brown2011-03-031-1/+10
* [settings] Avoid fetch_string_setting_copy() leaving an uninitialised pointerMichael Brown2011-03-031-0/+2
* [settings] Generalise expand_command() to expand_settings()Michael Brown2011-01-281-0/+81
* [settings] Add fetch_ipv4_array_setting()Michael Brown2010-12-091-5/+21
* [settings] Apply settings block name in register_settings()Michael Brown2010-12-011-3/+8
* [settings] Add "hexhyp" setting typeMichael Brown2010-11-131-4/+43
* [settings] Export find_setting()Piotr Jaroszyński2010-08-171-1/+1
* [settings] Unregister the children when unregistering the parentPiotr Jaroszyński2010-07-151-1/+8
* [build] Rename gPXE to iPXEMichael Brown2010-04-191-6/+6
* [proto] Remove unsupported NFS protocolStefan Hajnoczi2010-01-311-1/+1
* [uri] Decode/encode URIs when parsing/unparsingJoshua Oreman2010-01-201-1/+1
* [settings] Add automagic "netX" settings block for last opened netdevJoshua Oreman2010-01-201-1/+10
* [settings] Fix setting_cmp() to handle nameless settingsShao Miller2009-06-131-2/+6
* [settings] Allow for arbitrarily-named settingsMichael Brown2009-05-261-55/+241
* [settings] Fix erroneous bit-masking in fetch_uintz_setting()Michael Brown2009-05-201-1/+2
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [settings] Fix broken assertion in fetch_string_setting_copy()Michael Brown2009-03-261-2/+3
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-131-22/+3
* [settings] Allow for autovivification of settings blocksMichael Brown2009-03-061-51/+113
* [settings] Allow store_setting() to access the root settings blockMichael Brown2009-02-171-3/+3
* [settings] Handle errors in fetchf_uristring()Michael Brown2009-02-121-1/+4
* [settings] Avoid duplicate settings block namesMichael Brown2009-01-311-0/+5
* [settings] Add fetch_string_setting_copy()Michael Brown2009-01-271-0/+32
* [settings] Ensure fetch_string_setting() returns a NUL-terminated stringMichael Brown2008-11-071-0/+1
* [settings] Add the notion of a "tag magic" to numbered settingsMichael Brown2008-10-301-0/+1
* [settings] Avoid returning uninitialised data on error in fetch_xxx_setting()Michael Brown2008-10-221-5/+15
* [settings] Allow for setting fetchers to fail in fetchf_hex()Michael Brown2008-09-261-0/+2
* [settings] Add the uristring setting typeMichael Brown2008-09-241-0/+53
* [settings] Avoid overwriting the start of .text in fetch_string_setting()Michael Brown2008-08-141-1/+2
* [Settings] Expose SMBIOS via settings APIMichael Brown2008-03-281-4/+65
* [Settings] find_child_settings() accepts a NULL parentMichael Brown2008-03-271-0/+4
* [Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2008-03-251-273/+181
* [Settings] Add named setting for next-serverMichael Brown2008-03-241-0/+6
* [Settings] copy_settings() should not fail if some settings are missing!Michael Brown2008-03-231-39/+17
* [Settings] Bugfix: store_setting() now applies changes even on root blockMichael Brown2008-03-221-3/+2
* [Settings] Implement simple_settings backed with extensible DHCP optionsMichael Brown2008-03-221-18/+38
* [Settings] DHCP is now working using the new settings API.Michael Brown2008-03-211-8/+6
* [Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown2008-03-211-3/+98
* [Settings] Convert code in src/usr to use settings API.Michael Brown2008-03-201-4/+31
* [Settings] Introduce settings applicators.Michael Brown2008-03-201-9/+102
* [Settings] Add settings hierarchyMichael Brown2008-03-201-154/+227
* [Settings] Start revamping the configuration settings API.Michael Brown2008-03-201-301/+606
* [Settings] Allow named settings to have their type specified explicitlyMichael Brown2008-03-181-45/+48
* [Settings] Allow encapsulated options to be specified as named settingsMichael Brown2008-03-181-4/+10
* [Settings] Add int16, int32 and hex-string configuration setting typesMichael Brown2008-03-181-5/+131
* [Settings] show_setting() functions return snprintf()-style length.Michael Brown2008-03-181-10/+7
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* Having forced __table() to natural structure alignment, it now seemsMichael Brown2007-01-101-41/+43
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-8/+8