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