index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
settings.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[settings] Formalise notion of setting applicability
Michael Brown
2011-03-22
1
-7
/
+30
*
[settings] Make fetch_string_setting_copy() easier to use
Michael Brown
2011-03-03
1
-1
/
+10
*
[settings] Avoid fetch_string_setting_copy() leaving an uninitialised pointer
Michael Brown
2011-03-03
1
-0
/
+2
*
[settings] Generalise expand_command() to expand_settings()
Michael Brown
2011-01-28
1
-0
/
+81
*
[settings] Add fetch_ipv4_array_setting()
Michael Brown
2010-12-09
1
-5
/
+21
*
[settings] Apply settings block name in register_settings()
Michael Brown
2010-12-01
1
-3
/
+8
*
[settings] Add "hexhyp" setting type
Michael Brown
2010-11-13
1
-4
/
+43
*
[settings] Export find_setting()
Piotr Jaroszyński
2010-08-17
1
-1
/
+1
*
[settings] Unregister the children when unregistering the parent
Piotr Jaroszyński
2010-07-15
1
-1
/
+8
*
[build] Rename gPXE to iPXE
Michael Brown
2010-04-19
1
-6
/
+6
*
[proto] Remove unsupported NFS protocol
Stefan Hajnoczi
2010-01-31
1
-1
/
+1
*
[uri] Decode/encode URIs when parsing/unparsing
Joshua Oreman
2010-01-20
1
-1
/
+1
*
[settings] Add automagic "netX" settings block for last opened netdev
Joshua Oreman
2010-01-20
1
-1
/
+10
*
[settings] Fix setting_cmp() to handle nameless settings
Shao Miller
2009-06-13
1
-2
/
+6
*
[settings] Allow for arbitrarily-named settings
Michael Brown
2009-05-26
1
-55
/
+241
*
[settings] Fix erroneous bit-masking in fetch_uintz_setting()
Michael Brown
2009-05-20
1
-1
/
+2
*
[legal] Add a selection of FILE_LICENCE declarations
Michael Brown
2009-05-18
1
-0
/
+2
*
[settings] Fix broken assertion in fetch_string_setting_copy()
Michael Brown
2009-03-26
1
-2
/
+3
*
[tables] Redefine methods for accessing linker tables
Michael Brown
2009-03-13
1
-22
/
+3
*
[settings] Allow for autovivification of settings blocks
Michael Brown
2009-03-06
1
-51
/
+113
*
[settings] Allow store_setting() to access the root settings block
Michael Brown
2009-02-17
1
-3
/
+3
*
[settings] Handle errors in fetchf_uristring()
Michael Brown
2009-02-12
1
-1
/
+4
*
[settings] Avoid duplicate settings block names
Michael Brown
2009-01-31
1
-0
/
+5
*
[settings] Add fetch_string_setting_copy()
Michael Brown
2009-01-27
1
-0
/
+32
*
[settings] Ensure fetch_string_setting() returns a NUL-terminated string
Michael Brown
2008-11-07
1
-0
/
+1
*
[settings] Add the notion of a "tag magic" to numbered settings
Michael Brown
2008-10-30
1
-0
/
+1
*
[settings] Avoid returning uninitialised data on error in fetch_xxx_setting()
Michael Brown
2008-10-22
1
-5
/
+15
*
[settings] Allow for setting fetchers to fail in fetchf_hex()
Michael Brown
2008-09-26
1
-0
/
+2
*
[settings] Add the uristring setting type
Michael Brown
2008-09-24
1
-0
/
+53
*
[settings] Avoid overwriting the start of .text in fetch_string_setting()
Michael Brown
2008-08-14
1
-1
/
+2
*
[Settings] Expose SMBIOS via settings API
Michael Brown
2008-03-28
1
-4
/
+65
*
[Settings] find_child_settings() accepts a NULL parent
Michael Brown
2008-03-27
1
-0
/
+4
*
[Settings] Remove assumption that all settings have DHCP tag values
Michael Brown
2008-03-25
1
-273
/
+181
*
[Settings] Add named setting for next-server
Michael Brown
2008-03-24
1
-0
/
+6
*
[Settings] copy_settings() should not fail if some settings are missing!
Michael Brown
2008-03-23
1
-39
/
+17
*
[Settings] Bugfix: store_setting() now applies changes even on root block
Michael Brown
2008-03-22
1
-3
/
+2
*
[Settings] Implement simple_settings backed with extensible DHCP options
Michael Brown
2008-03-22
1
-18
/
+38
*
[Settings] DHCP is now working using the new settings API.
Michael Brown
2008-03-21
1
-8
/
+6
*
[Settings] Migrate DHCP and NVO code to the new settings API (untested)
Michael Brown
2008-03-21
1
-3
/
+98
*
[Settings] Convert code in src/usr to use settings API.
Michael Brown
2008-03-20
1
-4
/
+31
*
[Settings] Introduce settings applicators.
Michael Brown
2008-03-20
1
-9
/
+102
*
[Settings] Add settings hierarchy
Michael Brown
2008-03-20
1
-154
/
+227
*
[Settings] Start revamping the configuration settings API.
Michael Brown
2008-03-20
1
-301
/
+606
*
[Settings] Allow named settings to have their type specified explicitly
Michael Brown
2008-03-18
1
-45
/
+48
*
[Settings] Allow encapsulated options to be specified as named settings
Michael Brown
2008-03-18
1
-4
/
+10
*
[Settings] Add int16, int32 and hex-string configuration setting types
Michael Brown
2008-03-18
1
-5
/
+131
*
[Settings] show_setting() functions return snprintf()-style length.
Michael Brown
2008-03-18
1
-10
/
+7
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
1
-1
/
+1
*
Having forced __table() to natural structure alignment, it now seems
Michael Brown
2007-01-10
1
-41
/
+43
*
Add "name" field to struct device to allow human-readable hardware device
Michael Brown
2007-01-10
1
-8
/
+8
[prev]
[next]