summaryrefslogtreecommitdiff
path: root/src/basic/string-util.h
AgeCommit message (Expand)AuthorFilesLines
2018-09-03importd, basic/string-util: use case-insensitive comparison for HTTP headersDongsu Park1-0/+22
2018-06-14tree-wide: remove Lennart's copyright linesLennart Poettering1-4/+0
2018-06-14tree-wide: drop 'This file is part of systemd' blurbLennart Poettering1-2/+0
2018-06-02basic/string-util: make ellipsize() inlineZbigniew Jędrzejewski-Szmek1-1/+4
2018-05-31basic/journal-importer: escape & ellipsize bad data in log entriesZbigniew Jędrzejewski-Szmek1-0/+3
2018-05-31basic/string-util: add a convenience function to cescape mostly-ascii fieldsZbigniew Jędrzejewski-Szmek1-0/+1
2018-05-30string-util: add new memory_startswith() helperLennart Poettering1-0/+18
2018-05-11string-util: rename strdash_if_empty() to empty_to_dash()Yu Watanabe1-1/+1
2018-04-27tree-wide: be more careful with the type of array sizesLennart Poettering1-1/+1
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek1-13/+0
2018-01-28journalctl: add highlighting for matched substringZbigniew Jędrzejewski-Szmek1-1/+1
2018-01-10cocci: use strempty() at more placesLennart Poettering1-3/+3
2017-12-05string-util: rework strextend() to optionally inset separators between each a...Lennart Poettering1-1/+3
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-13string-util: add delete_trailing_chars() and skip_leading_chars() helpersLennart Poettering1-0/+12
2017-10-03build-sys: change all HAVE_DECL_ macros to HAVE_Zbigniew Jędrzejewski-Szmek1-1/+1
2017-09-25string-util: use size_t for strjoina macro (#6914)Jonathan Lebon1-1/+1
2017-07-31string-util: add strlen_ptr() helperLennart Poettering1-0/+7
2017-07-24basic: cosmetic changes (#6440)Yu Watanabe1-1/+1
2017-02-05treewide: replace homegrown memory_erase with explicit_bzeroZbigniew Jędrzejewski-Szmek1-1/+4
2016-11-05Drop FOREACH_WORD_QUOTEDZbigniew Jędrzejewski-Szmek1-3/+0
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek1-1/+2
2016-08-31machinectl: split OS field in two; print ip addresses (#4058)Seraphime Kirkovski1-0/+4
2016-07-21bootctl: move toupper() implementation to string-util.hLennart Poettering1-0/+3
2016-05-30util-lib: make localed's nonempty() generic, rename it to empty_to_null() and...Lennart Poettering1-0/+4
2016-05-17basic: define HEXDIGITSDaniel Kahn Gillmor1-0/+1
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-01-13basic: add ascii_strcasecmp_nn() callLennart Poettering1-0/+1
2016-01-13basic: add new ascii_strcasecmp_n() callLennart Poettering1-0/+2
2016-01-11basic: introduce generic ascii_strlower_n() call and make use of it everywhereLennart Poettering1-1/+3
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen1-0/+2
2015-11-03util-lib: move character class definitions to string-util.hLennart Poettering1-0/+12
2015-11-02string-util: rework memory_erase() so that it cannot be optimized awayLennart Poettering1-2/+2
2015-10-27util: move string_is_safe() to string-util.[ch]Lennart Poettering1-0/+2
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering1-0/+170