summaryrefslogtreecommitdiff
path: root/src/basic/escape.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-04tree-wide: use IN_SET macro (#6977)Yu Watanabe1-1/+1
2017-07-31string-util: add strlen_ptr() helperLennart Poettering1-1/+1
2017-06-19Use "dollar-single-quotes" to escape shell-sensitive stringsZbigniew Jędrzejewski-Szmek1-9/+29
2016-10-04tree-wide: remove consecutive duplicate words in commentsStefan Schweter1-1/+1
2016-02-13Merge pull request #2589 from keszybz/resolve-tool-2Lennart Poettering1-0/+28
2016-02-12resolve: parse CAA recordsZbigniew Jędrzejewski-Szmek1-0/+28
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack1-2/+0
2016-01-27utf8.[ch] et al: use char32_t and char16_t instead of int, int32_t, int16_tShawn Landden1-4/+4
2016-01-18basic/escape: merge utf8 and non-utf8 paths in cunescape_oneZbigniew Jędrzejewski-Szmek1-33/+18
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen1-2/+5
2015-11-23escape: add cescape_length() call as generalization of cescape()Lennart Poettering1-5/+11
2015-11-03util-lib: move character class definitions to string-util.hLennart Poettering1-0/+1
2015-11-02Revert "utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t"Lennart Poettering1-6/+6
2015-10-31utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_tShawn Landden1-6/+6
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering1-2/+2
2015-10-24util: split out escaping code into escape.[ch]Lennart Poettering1-0/+480