summaryrefslogtreecommitdiff
path: root/src/basic/string-util.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* journalctl: add highlighting for matched substringZbigniew Jędrzejewski-Szmek2018-01-281-1/+1
* cocci: use strempty() at more placesLennart Poettering2018-01-101-3/+3
* string-util: rework strextend() to optionally inset separators between each a...Lennart Poettering2017-12-051-1/+3
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* string-util: add delete_trailing_chars() and skip_leading_chars() helpersLennart Poettering2017-11-131-0/+12
* build-sys: change all HAVE_DECL_ macros to HAVE_Zbigniew Jędrzejewski-Szmek2017-10-031-1/+1
* string-util: use size_t for strjoina macro (#6914)Jonathan Lebon2017-09-251-1/+1
* string-util: add strlen_ptr() helperLennart Poettering2017-07-311-0/+7
* basic: cosmetic changes (#6440)Yu Watanabe2017-07-241-1/+1
* treewide: replace homegrown memory_erase with explicit_bzeroZbigniew Jędrzejewski-Szmek2017-02-051-1/+4
* Drop FOREACH_WORD_QUOTEDZbigniew Jędrzejewski-Szmek2016-11-051-3/+0
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-1/+2
* machinectl: split OS field in two; print ip addresses (#4058)Seraphime Kirkovski2016-08-311-0/+4
* bootctl: move toupper() implementation to string-util.hLennart Poettering2016-07-211-0/+3
* util-lib: make localed's nonempty() generic, rename it to empty_to_null() and...Lennart Poettering2016-05-301-0/+4
* basic: define HEXDIGITSDaniel Kahn Gillmor2016-05-171-0/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* basic: add ascii_strcasecmp_nn() callLennart Poettering2016-01-131-0/+1
* basic: add new ascii_strcasecmp_n() callLennart Poettering2016-01-131-0/+2
* basic: introduce generic ascii_strlower_n() call and make use of it everywhereLennart Poettering2016-01-111-1/+3
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-0/+2
* util-lib: move character class definitions to string-util.hLennart Poettering2015-11-031-0/+12