summaryrefslogtreecommitdiff
path: root/src/locale/localed-util.c
Commit message (Expand)AuthorAgeFilesLines
* locale: when no xvariant match select the entry with an empty xvariantFranck Bui2023-04-261-1/+15
* locale: convert generated vconsole keymap to x11 layout automaticallyFranck Bui2023-04-241-5/+39
* localed-util: make use of strdupcspn()Franck Bui2023-04-241-2/+2
* tree-wide: use TAKE_STRUCTDavid Tardon2023-04-141-4/+2
* localed: fix invalid free after shifting pointers using strstripOlivier Gayot2023-04-081-5/+5
* locale: also verify keymaps loaded from config file and converted keymapsYu Watanabe2023-03-251-14/+34
* locale: introduce x11_context_verify()Yu Watanabe2023-03-251-0/+30
* locale: split out checking existence of keymapYu Watanabe2023-03-251-0/+40
* locale: move x11_convert_to_vconsole() near the relevant functionsYu Watanabe2023-03-251-24/+24
* fileio: add new helper fdopen_independent()Lennart Poettering2023-03-231-10/+4
* copy: Make copy_xattr() more genericDaan De Meyer2023-02-141-1/+1
* locale: drop context_clear_x11()Yu Watanabe2023-02-021-8/+2
* locale: fix ENOENT handling for vconsole.conf or xorg.confYu Watanabe2023-02-021-1/+2
* locale: downgrade level of one more log messageYu Watanabe2023-01-281-1/+1
* locale: move logging from library-like functions to callerYu Watanabe2023-01-281-16/+1
* locale: decouple vconsole_read_data() from x11_read_data()Yu Watanabe2023-01-281-4/+0
* locale: sync two X11 contexts on updateYu Watanabe2023-01-281-13/+0
* locale: replace context_get_x11_context() with context_get_x11_context_safe()Yu Watanabe2023-01-281-12/+7
* locale: make vconsole_convert_to_x11() not update ContextYu Watanabe2023-01-281-92/+83
* locale: introduce VCContext and several helper functions for the structYu Watanabe2023-01-281-23/+74
* locale: rename new XKB variables to match Debian/Ubuntu'sLuca Boccassi2023-01-241-8/+8
* locale: also save XKB settings to vconsole.confYu Watanabe2023-01-231-2/+49
* locale: split out XKB settings to X11ContextYu Watanabe2023-01-231-68/+172
* locale: rename context_free_vconsole() -> context_clear_vconsole()Yu Watanabe2023-01-231-16/+16
* locale: do not use alloca() for strings which can be potentially arbitraryYu Watanabe2023-01-231-6/+13
* locale: several coding style fixletsYu Watanabe2023-01-231-41/+58
* string-util: add new strdupcspn()/strdupspn()Lennart Poettering2023-01-201-1/+3
* tree-wide: change initialization to use EBADF instead of EBADFDZbigniew Jędrzejewski-Szmek2022-12-191-2/+2
* localed: avoid TOCTOU in loading configYu Watanabe2022-12-141-32/+41
* localed-util: use _cleanup_ harderDavid Tardon2022-12-141-12/+4
* nulstr-util: Declare NULSTR_FOREACH() iterator inlineDaan De Meyer2022-11-111-1/+0
* localed: don't fail if we cannot copy an xattrLennart Poettering2022-07-251-1/+1
* locale: rename keymap-util.[ch] -> localed-util.[ch]Yu Watanabe2022-06-141-0/+846