summaryrefslogtreecommitdiff
path: root/src/basic/string-util.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree-wide: use newa() instead of alloca() wherever we canLennart Poettering2019-01-261-1/+2
* string-util: fix prototype of explicit_bzero_safe() (#10513)Yu Watanabe2018-10-251-1/+1
* string-util: introduce explicit_zero_safe()Lennart Poettering2018-10-241-2/+9
* Merge pull request #10152 from yuwata/udev-use-extractLennart Poettering2018-10-051-5/+10
|\
| * strv: introduce 'relax' mode to strv_split_full()Yu Watanabe2018-09-261-5/+10
* | Introduce free_and_strndup and use it in bus-message.cZbigniew Jędrzejewski-Szmek2018-10-021-0/+1
|/
* importd, basic/string-util: use case-insensitive comparison for HTTP headersDongsu Park2018-09-031-0/+22
* 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
* basic/string-util: make ellipsize() inlineZbigniew Jędrzejewski-Szmek2018-06-021-1/+4
* basic/journal-importer: escape & ellipsize bad data in log entriesZbigniew Jędrzejewski-Szmek2018-05-311-0/+3
* basic/string-util: add a convenience function to cescape mostly-ascii fieldsZbigniew Jędrzejewski-Szmek2018-05-311-0/+1
* string-util: add new memory_startswith() helperLennart Poettering2018-05-301-0/+18
* string-util: rename strdash_if_empty() to empty_to_dash()Yu Watanabe2018-05-111-1/+1
* tree-wide: be more careful with the type of array sizesLennart Poettering2018-04-271-1/+1