summaryrefslogtreecommitdiff
path: root/src/shared/utf8.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-22shared: utf8 - support decoding the full utf16Tom Gundersen1-3/+33
2014-12-22shared: utf8 - support ucs4 -> utf8Tom Gundersen1-13/+38
2014-12-16fix compiler warningSusant Sahani1-1/+0
2014-12-15shared: add minimal JSON tokenizerLennart Poettering1-24/+22
2014-12-04utf8: minor simplificationsLennart Poettering1-4/+4
2014-12-04utf8: when escaping unprintable unichars, escape the whole unichar, not just ...Lennart Poettering1-6/+6
2014-12-04utf8: intruduce utf8_escape_non_printableWaLyong Cho1-0/+39
2014-11-07utf8: when looking at the next unichar, honour the size parameter, in utf8_is...Lennart Poettering1-3/+5
2014-08-11fix a couple of more lazy "return -1"Lennart Poettering1-17/+28
2014-04-05journal: fix export of messages containing newlinesZbigniew Jędrzejewski-Szmek1-2/+3
2014-02-08core: do not print invalid utf-8 in error messagesZbigniew Jędrzejewski-Szmek1-0/+26
2013-11-07utf8: export utf8 validation functions as part of sd-busLennart Poettering1-1/+3
2013-11-07utf8: ascii_filter() is unused, let's remove itLennart Poettering1-21/+0
2013-10-13util, utf8: make ellipsize take multi-byte characters into accountShawn Landden1-1/+1
2013-10-05utf8: fix utf8_is_printableZbigniew Jędrzejewski-Szmek1-2/+3
2013-09-24shared: device-nodes - add include guardKay Sievers1-1/+2
2013-09-19device-nodes: move device node specific code to own fileDave Reisner1-46/+0
2013-09-19shared/utf8: merge implementations, remove cruftDave Reisner1-208/+71
2013-09-17move utf8 functions from libudev-private.h to utf8.hDave Reisner1-0/+151
2013-06-09logs-show: print multiline messagesZbigniew Jędrzejewski-Szmek1-12/+9
2013-02-11bootctl: add boot loader and firmware interface toolKay Sievers1-1/+1
2013-01-19core: if the bootloader supports it, determine firmware and boot loader delayLennart Poettering1-0/+37
2012-12-17licence: remove references to old FSF addressSami Kerola1-7/+6
2012-08-10shared/utf8: mark char* as constDave Reisner1-1/+2
2012-08-08fix a couple of issues found with llvm-analyzeLennart Poettering1-1/+1
2012-07-13journalctl: show any printable Unicode characterZbigniew Jędrzejewski-Szmek1-0/+71
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering1-4/+4
2012-04-10util: move all to shared/ and split external dependencies in separate interna...Kay Sievers1-0/+214