summaryrefslogtreecommitdiff
path: root/src/basic/escape.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2589 from keszybz/resolve-tool-2Lennart Poettering2016-02-131-0/+28
|\
| * resolve: parse CAA recordsZbigniew Jędrzejewski-Szmek2016-02-121-0/+28
* | tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
|/
* utf8.[ch] et al: use char32_t and char16_t instead of int, int32_t, int16_tShawn Landden2016-01-271-4/+4
* basic/escape: merge utf8 and non-utf8 paths in cunescape_oneZbigniew Jędrzejewski-Szmek2016-01-181-33/+18
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-2/+5
* escape: add cescape_length() call as generalization of cescape()Lennart Poettering2015-11-231-5/+11
* util-lib: move character class definitions to string-util.hLennart Poettering2015-11-031-0/+1
* Revert "utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_t"revert-1740-masterLennart Poettering2015-11-021-6/+6
* utf8.[ch]: use char32_t and char16_t instead of int, int32_t, int16_tShawn Landden2015-10-311-6/+6
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering2015-10-271-2/+2
* util: split out escaping code into escape.[ch]Lennart Poettering2015-10-241-0/+480