summaryrefslogtreecommitdiffstats
path: root/src/basic/string-util.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* journal-gatewayd: use skip_leading_chars where appropriateMike Yuan2024-04-171-1/+1
* string-util: modernize string_contains_word_strv a bitMike Yuan2024-03-281-1/+1
* Replace strdup_or_null() by strdup_to()Zbigniew Jędrzejewski-Szmek2024-03-201-21/+0
* src/basic: add yet another strdup helperZbigniew Jędrzejewski-Szmek2024-03-201-0/+6
* string-util: move startswith_strv to strvMike Yuan2024-01-041-5/+0
* string-util: add strrstr() helperLennart Poettering2024-01-031-0/+2
* string-util: add strdup_or_null() helperLennart Poettering2023-11-071-0/+21
* bootctl: highlight SecureBoot enabled state in greenLennart Poettering2023-09-281-0/+4
* string-util: introduce strrepaMike Yuan2023-09-021-0/+11
* string-util: add a function to determine levenshtein distance of two stringsLennart Poettering2023-08-211-0/+2
* analyze: don't warn about version spec compliant versionsJoerg Behrmann2023-07-181-0/+2
* Merge pull request #28132 from rpigott/dhcp-captive-portalYu Watanabe2023-07-031-0/+3
|\
| * dhcp-client: parse RFC8910 captive portal dhcp optionRonan Pigott2023-06-301-0/+3
* | string-util: add strextendn() helperLennart Poettering2023-06-271-0/+2
|/
* string-util: move version_is_valid() into generic codeLennart Poettering2023-06-201-0/+2
* journalctl: add --truncate-newline optionzhmylove2023-06-161-1/+4
* string-util: Add startswith_strv()Daan De Meyer2023-04-201-0/+5
* string-util: add strstrafter()Lennart Poettering2023-04-141-0/+12
* string-util: add new helper for finding line starting with specific string in...Lennart Poettering2023-03-241-0/+2
* string-util: add common implementation of function that converts sized charac...Lennart Poettering2023-01-211-0/+10
* string-util: add new strdupcspn()/strdupspn()Lennart Poettering2023-01-201-0/+3
* string-util: rework empty_to_null() to not change "const" qualifier of inputLennart Poettering2022-12-211-3/+12
* string-util: make free_and_strdup_warn() return 1 when new string is assignedYu Watanabe2022-10-241-2/+5
* basic: Add strgrowpad0()Daan De Meyer2022-09-231-0/+2
* fundamental: Move some helpers into string-util-fundamentalJan Janssen2022-05-211-11/+0
* string-util: introduce strspn_from_end()Yu Watanabe2022-04-191-0/+2
* string-util: introduce string_replace_char()Yu Watanabe2022-04-191-0/+2
* core: shorten long unit names that are based on paths and append path hash at...Michal Sekletar2022-04-081-11/+12
* udev/net_id: add debug logging for construction of device namesZbigniew Jędrzejewski-Szmek2021-12-171-0/+4
* string-util: introduce streq_skip_trailing_chars()Antony Deepak Thomas2021-09-291-0/+2
* sd-boot: Add memmem_safe and memory_startswithJan Janssen2021-08-161-16/+0
* string-util: introduce strextendf_with_separator()Yu Watanabe2021-05-201-2/+2
* string-util: explicitly cast character to unsignedYu Watanabe2021-05-081-1/+6
* string-util: fix build error on aarch64Yu Watanabe2021-05-071-1/+1
* Merge pull request #18863 from keszybz/cmdline-escapingLennart Poettering2021-05-071-8/+7
|\
| * basic/string-util: simplify how str_realloc() is usedZbigniew Jędrzejewski-Szmek2021-05-051-8/+4
| * basic/string-util: split out helper functionZbigniew Jędrzejewski-Szmek2021-05-051-0/+3
* | string-util: add strextendf() helper, that allows extending some allocated st...Lennart Poettering2021-05-071-0/+2
|/
* fundamental: move several macros and functions into src/fundamental/Yu Watanabe2021-02-091-47/+1
* Add helper for case-independent string equality checksMatthias Klumpp2021-01-121-0/+4
* string-util: imply NULL termination of strextend() argument listLennart Poettering2021-01-061-2/+3
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* Merge pull request #17324 from keszybz/resolvectl-compat-outputLennart Poettering2020-10-221-0/+4
|\
| * resolvectl: use compat status string instead of a field-by-field tableZbigniew Jędrzejewski-Szmek2020-10-201-0/+4
* | tests: add helper function to autodetect CI environmentsZbigniew Jędrzejewski-Szmek2020-10-221-0/+6
|/
* Remove FOREACH_WORD and friendsZbigniew Jędrzejewski-Szmek2020-09-091-18/+0
* Add string_contains_word_strv()Zbigniew Jędrzejewski-Szmek2020-09-041-1/+5
* basic: add string_contains_word()Zbigniew Jędrzejewski-Szmek2020-09-041-0/+1
* basic/string-util: reduce scope of variablesZbigniew Jędrzejewski-Szmek2020-08-171-11/+5
* Introduce strcasecmp_ptr() and use it in a few placesZbigniew Jędrzejewski-Szmek2020-06-031-0/+1