113 コミット (9aa8090d069eb0b36769f33544faf0e7e429e844)

作成者 SHA1 メッセージ 日付
  Michael Brown 9aa8090d06 [base16] Add buffer size parameter to base16_encode() and base16_decode() 9年前
  Michael Brown 70124dd3be [settings] Rewrite unrelicensable portions of settings.c 9年前
  Michael Brown 0af3d14a23 [settings] Use list_first_entry() when unregistering child settings 9年前
  Michael Brown 09b057ce84 [settings] Remove "uristring" setting type 10年前
  Michael Brown f3e5df3162 [settings] Merge SETTING_IPv4 and SETTING_IPv6 10年前
  Michael Brown eaa8615648 [settings] Allow for multiple definitions of each predefined setting 10年前
  Michael Brown b0942534eb [settings] Force settings into alphabetical order within sections 10年前
  Michael Brown 60c4e62e5d [settings] Add fetch_ipv6_setting() 10年前
  Michael Brown 17451b53e2 [settings] Allow for IPv6 setting types in non-IPv6 builds 10年前
  Michael Brown 22001cb206 [settings] Explicitly separate the concept of a completed fetched setting 10年前
  Michael Brown 4484edd1c0 [settings] Move user-class setting from dhcp.c to settings.c 10年前
  Michael Brown 3e975ecf3f [settings] Make built-in settings a linker table 10年前
  Michael Brown 55daa953fb [settings] Allow numeric_setting_value() to handle long setting values 10年前
  Michael Brown c70d4cb1b3 [settings] Introduce the generalised concept of a numeric setting 10年前
  Michael Brown bd6c3a1886 [settings] Remove now-unused fetchf_named_setting() and storef_named_setting() 11年前
  Michael Brown 8ea5822afd [settings] Remove now-unused store_named_setting() 11年前
  Michael Brown 129a70631a [settings] Eliminate call to fetchf_named_setting() in expand_settings() 11年前
  Michael Brown a5be7c4f29 [settings] Add fetchf_setting_copy() 11年前
  Michael Brown 72fb55e437 [settings] Change "not-found" semantics of fetch_setting_copy() 11年前
  Michael Brown 5ffcae69c0 [settings] Expose parse_setting_name() 11年前
  Michael Brown 77c70ac0cd [settings] Remove default_type parameter from parse_setting_name() 11年前
  Michael Brown 78178608e9 [settings] Remove temporary name buffer parameter from parse_setting_name() 11年前
  Michael Brown 3880ebeb18 [settings] Avoid potentially large stack allocations 11年前
  Michael Brown 063645118c [settings] Clarify usage of the term "named setting" 11年前
  Robin Smidsrød 7016164056 [settings] Add "version" builtin setting 11年前
  Michael Brown 66ea458125 [settings] Make "netX" settings block function as a symbolic link 11年前
  Michael Brown 3dbcce51ea [settings] Add "busdevfn" setting type 11年前
  Michael Brown 9f3bbaca07 [settings] Add "hexraw" setting type 11年前
  Michael Brown 7774ceed2f [settings] Use hex_decode() to parse hex settings 11年前
  Michael Brown 15d2f947f5 [settings] Eliminate settings "tag magic" 11年前
  Michael Brown 0e2ba15a58 [settings] Expose build architecture and platform via settings 11年前
  Michael Brown c86790df5c [settings] Add fetchf_named_setting_copy() 11年前
  Michael Brown 5ad445fd0b [settings] Treat an empty formatted value as meaning "delete setting" 11年前
  Michael Brown 1c2b6d29ea [settings] Expose find_child_settings() 11年前
  Michael Brown 25ec56e0ec [settings] Use a generic setting's own type as its default type 11年前
  Michael Brown c3b4860ce3 [legal] Update FSF mailing address in GPL licence texts 12年前
  Michael Brown c5c257788f [settings] Expose exit status of failed command via ${errno} 12年前
  Michael Brown 7ea6764031 [settings] Move "domain" setting from dns.c to settings.c 12年前
  Michael Brown 31e60de676 [settings] Add fetch_setting_copy() 12年前
  Michael Brown 52e5ddce68 [tftp] Allow builds without TFTP support 12年前
  Michael Brown 831b16adde [settings] Split fetching and storing out of setting type handlers 12年前
  Michael Brown 02a6f46c09 [settings] Match terminology in online documentation 13年前
  Michael Brown 071b4000d9 [settings] Avoid memory leak when unregistering autovivified settings blocks 13年前
  Michael Brown 8482451812 [settings] Impose a fixed order on settings 13年前
  Michael Brown b36882be34 [settings] Fix setting expansion 13年前
  Michael Brown 247ac80556 [settings] Display canonical setting name in "config" user interface 13年前
  Michael Brown 5fbd0207b2 [settings] Display canonical setting name in output of "show" command 13年前
  Michael Brown ba8dd80487 [settings] Provide fetch_setting_origin() 13年前
  Glenn Brown f732fa28c8 [settings] Expose settings_name() 13年前
  Michael Brown f5fd4dec3b [settings] Formalise notion of setting applicability 13年前