summaryrefslogtreecommitdiff
path: root/src/basic/string-util.h
Commit message (Expand)AuthorAgeFilesLines
* 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-201-0/+2
* string-util: introduce string_replace_char()Yu Watanabe2022-04-201-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
* string-util: make clear that split() + FOREACH_WORD() should dieLennart Poettering2020-04-021-0/+2
* string-util: add helper for extracting n'th line of a stringLennart Poettering2020-01-131-0/+1
* string-util: let's add helper for truncating string after a specified number ...Lennart Poettering2020-01-131-0/+2
* string-util: readd string_erase()Lennart Poettering2019-12-041-0/+2
* tree-wide: drop alloca.h when alloc-util.h is includedYu Watanabe2019-11-041-1/+0
* util-lib: move yes_no() and friends to string-util.hZbigniew Jędrzejewski-Szmek2019-09-161-0/+16
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+0
* Remove string_eraseZbigniew Jędrzejewski-Szmek2019-07-101-2/+0
* Remove string_free_eraseZbigniew Jędrzejewski-Szmek2019-07-101-4/+0
* Rework cmdline printing to use unicodeZbigniew Jędrzejewski-Szmek2019-05-221-0/+13
* shared/utmp-wtmp: silence gcc warning about strncpy truncationZbigniew Jędrzejewski-Szmek2019-05-071-0/+6
* basic: add new helper call empty_or_dash_to_null()Lennart Poettering2019-04-081-0/+4
* tree-wide: introduce empty_or_dash() helperLennart Poettering2019-04-081-0/+6
* nspawn-oci: add helper function for free_and_strdup with oom checkZbigniew Jędrzejewski-Szmek2019-03-211-0/+5
* util: split out nulstr related stuff to nulstr-util.[ch]Lennart Poettering2019-03-141-2/+0
* util: move some raw memory functions from string-util.h → memory-util.hLennart Poettering2019-03-141-26/+0