index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
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] Allow settings blocks to specify a sibling ordering
Michael Brown
2016-07-19
1
-0
/
+2
*
[settings] Correctly mortalise autovivified child settings blocks
Michael Brown
2016-07-19
1
-0
/
+1
*
[ipv6] Rename ipv6_scope to dhcpv6_scope
Michael Brown
2016-07-16
1
-1
/
+1
*
[pci] Support systems with multiple PCI root bridges
Michael Brown
2016-06-09
1
-2
/
+11
*
[settings] Extend numerical setting tags to "unsigned long"
Michael Brown
2016-05-20
1
-2
/
+2
*
[settings] Re-add "uristring" setting type
Michael Brown
2015-08-25
1
-5
/
+33
*
[settings] Add "base64" setting type
Michael Brown
2015-04-24
1
-0
/
+41
*
[base16] Add buffer size parameter to base16_encode() and base16_decode()
Michael Brown
2015-04-24
1
-32
/
+6
*
[settings] Rewrite unrelicensable portions of settings.c
Michael Brown
2015-03-03
1
-6
/
+13
*
[settings] Use list_first_entry() when unregistering child settings
Michael Brown
2015-03-03
1
-2
/
+2
*
[settings] Remove "uristring" setting type
Michael Brown
2014-02-27
1
-49
/
+5
*
[settings] Merge SETTING_IPv4 and SETTING_IPv6
Michael Brown
2013-12-05
1
-1
/
+1
*
[settings] Allow for multiple definitions of each predefined setting
Michael Brown
2013-12-05
1
-4
/
+30
*
[settings] Force settings into alphabetical order within sections
Michael Brown
2013-12-05
1
-13
/
+14
*
[settings] Add fetch_ipv6_setting()
Michael Brown
2013-12-05
1
-0
/
+38
*
[settings] Allow for IPv6 setting types in non-IPv6 builds
Michael Brown
2013-12-05
1
-24
/
+55
*
[settings] Explicitly separate the concept of a completed fetched setting
Michael Brown
2013-12-05
1
-187
/
+253
*
[settings] Move user-class setting from dhcp.c to settings.c
Michael Brown
2013-11-14
1
-0
/
+8
*
[settings] Make built-in settings a linker table
Michael Brown
2013-08-27
1
-46
/
+46
*
[settings] Allow numeric_setting_value() to handle long setting values
Michael Brown
2013-08-12
1
-4
/
+4
*
[settings] Introduce the generalised concept of a numeric setting
Michael Brown
2013-08-01
1
-175
/
+412
*
[settings] Remove now-unused fetchf_named_setting() and storef_named_setting()
Michael Brown
2013-07-22
1
-114
/
+0
*
[settings] Remove now-unused store_named_setting()
Michael Brown
2013-07-19
1
-35
/
+0
*
[settings] Eliminate call to fetchf_named_setting() in expand_settings()
Michael Brown
2013-07-19
1
-22
/
+25
*
[settings] Add fetchf_setting_copy()
Michael Brown
2013-07-19
1
-2
/
+39
*
[settings] Change "not-found" semantics of fetch_setting_copy()
Michael Brown
2013-07-19
1
-14
/
+2
*
[settings] Expose parse_setting_name()
Michael Brown
2013-07-19
1
-11
/
+5
*
[settings] Remove default_type parameter from parse_setting_name()
Michael Brown
2013-07-19
1
-9
/
+20
*
[settings] Remove temporary name buffer parameter from parse_setting_name()
Michael Brown
2013-07-18
1
-22
/
+40
*
[settings] Avoid potentially large stack allocations
Michael Brown
2013-07-18
1
-26
/
+43
*
[settings] Clarify usage of the term "named setting"
Michael Brown
2013-07-18
1
-10
/
+10
*
[settings] Add "version" builtin setting
Robin Smidsrød
2013-07-13
1
-0
/
+22
*
[settings] Make "netX" settings block function as a symbolic link
Michael Brown
2013-07-13
1
-23
/
+50
*
[settings] Add "busdevfn" setting type
Michael Brown
2013-07-12
1
-0
/
+47
*
[settings] Add "hexraw" setting type
Michael Brown
2013-07-12
1
-0
/
+35
*
[settings] Use hex_decode() to parse hex settings
Michael Brown
2013-07-12
1
-32
/
+29
*
[settings] Eliminate settings "tag magic"
Michael Brown
2013-05-01
1
-33
/
+11
*
[settings] Expose build architecture and platform via settings
Michael Brown
2013-04-06
1
-15
/
+85
*
[settings] Add fetchf_named_setting_copy()
Michael Brown
2012-10-25
1
-0
/
+39
*
[settings] Treat an empty formatted value as meaning "delete setting"
Michael Brown
2012-10-15
1
-2
/
+2
*
[settings] Expose find_child_settings()
Michael Brown
2012-10-15
1
-2
/
+2
*
[settings] Use a generic setting's own type as its default type
Michael Brown
2012-09-10
1
-5
/
+48
*
[legal] Update FSF mailing address in GPL licence texts
Michael Brown
2012-07-20
1
-1
/
+2
*
[settings] Expose exit status of failed command via ${errno}
Michael Brown
2012-07-12
1
-0
/
+120
*
[settings] Move "domain" setting from dns.c to settings.c
Michael Brown
2012-06-20
1
-0
/
+8
*
[settings] Add fetch_setting_copy()
Michael Brown
2012-04-19
1
-0
/
+40
*
[tftp] Allow builds without TFTP support
Michael Brown
2012-04-17
1
-0
/
+8
*
[settings] Split fetching and storing out of setting type handlers
Michael Brown
2012-04-17
1
-243
/
+338
*
[settings] Match terminology in online documentation
Michael Brown
2011-03-23
1
-2
/
+2
*
[settings] Avoid memory leak when unregistering autovivified settings blocks
Michael Brown
2011-03-23
1
-3
/
+27
[next]