summaryrefslogtreecommitdiff
path: root/src/basic/string-table.h
Commit message (Expand)AuthorAgeFilesLines
* systemd-cryptenroll: add string aliases for tpm2 PCRsOMOJOLA JOSHUA DAMILOLA2023-04-131-0/+1
* tree-wide: add a space after if, switch, for, and whileYu Watanabe2022-04-011-1/+1
* basic/string-table: inline the iterator declarationZbigniew Jędrzejewski-Szmek2021-02-141-2/+1
* string-table: introduce DEFINE_STRING_TABLE_LOOKUP_FROM_STRING()Yu Watanabe2021-02-121-0/+1
* string-table: introduce DEFINE_PRIVATE_STRING_TABLE_LOOKUP_FROM_STRING_WITH_B...Yu Watanabe2021-02-121-0/+2
* Return -EINVAL from _from_string() functionsZbigniew Jędrzejewski-Szmek2021-02-101-6/+8
* string-table: add private version of lookup macro with boolean fallbackLennart Poettering2020-12-171-0/+1
* hostnamed,shared/hostname-setup: expose the origin of the current hostnameZbigniew Jędrzejewski-Szmek2020-12-161-0/+1
* networkd: merge ll addressing fallback modes into normal "boolean" valuesZbigniew Jędrzejewski-Szmek2020-11-301-3/+2
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* basic/string-table: avoid crash when table is sparseZbigniew Jędrzejewski-Szmek2020-02-271-1/+1
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* string-table: use string_table_lookup() in our own macros everywhereLennart Poettering2019-03-221-4/+4
* string-table: do not ignore 'scope' argumentYu Watanabe2018-08-281-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: remove some double newlines in headers, tooLennart Poettering2018-05-221-1/+0
* string-table: add new DUMP_STRING_TABLE() macroLennart Poettering2018-05-221-0/+15
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* core: drop unnecessary __useless_struct_to_allow_trailing_semicolon__Zbigniew Jędrzejewski-Szmek2018-03-061-6/+3
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* string-table: make sure DEFINE_STRING_TABLE_LOOKUP_WITH_BOOLEAN() handles NUL...Lennart Poettering2016-06-211-0/+2
* string-table: split long definitionsZbigniew Jędrzejewski-Szmek2016-04-051-21/+33
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* basic: add string table macros for "extended boolean" enumsLennart Poettering2016-01-051-0/+18
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-0/+1
* util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering2015-10-271-0/+88