summaryrefslogtreecommitdiff
path: root/src/locale/localed.c
Commit message (Expand)AuthorAgeFilesLines
* locale: introduce x11_context_verify()Yu Watanabe2023-03-251-13/+3
* locale: split out xkbcommon related functions to xkbcommon-util.cYu Watanabe2023-03-251-107/+1
* locale: split out checking existence of keymapYu Watanabe2023-03-251-9/+3
* updated usage of SD_BUS_METHOD_WITH_NAMES macros to SD_BUS_METHOD_WIT… (#26...OMOJOLA JOSHUA2023-03-151-27/+15
* src: changed instances of sd_bus_call_method() to bus_call_method() (#26819)OMOJOLA JOSHUA2023-03-151-8/+2
* localed: print a custom message if libxkbcommon.so is unvailableZbigniew Jędrzejewski-Szmek2023-03-091-7/+6
* localed: skip verification when libxkbcommon is not installedZbigniew Jędrzejewski-Szmek2023-03-081-6/+6
* locale: move logging from library-like functions to callerYu Watanabe2023-01-281-0/+15
* locale: decouple vconsole_read_data() from x11_read_data()Yu Watanabe2023-01-281-0/+10
* locale: also check if converted keymap or friends is same as the current sett...Yu Watanabe2023-01-281-47/+51
* locale: sync two X11 contexts on updateYu Watanabe2023-01-281-21/+38
* locale: always check input keyboard layout and friends earlierYu Watanabe2023-01-281-17/+17
* locale: replace context_get_x11_context() with context_get_x11_context_safe()Yu Watanabe2023-01-281-3/+3
* locale: make vconsole_convert_to_x11() not update ContextYu Watanabe2023-01-281-4/+12
* locale: introduce VCContext and several helper functions for the structYu Watanabe2023-01-281-13/+11
* locale: add missing logsYu Watanabe2023-01-281-6/+6
* locale: also save XKB settings to vconsole.confYu Watanabe2023-01-231-11/+3
* locale: make errors in writing files not criticalYu Watanabe2023-01-231-8/+4
* locale: merge vconsole_convert_to_x11_and_emit() with method_set_vc_keyboard()Yu Watanabe2023-01-231-67/+58
* locale: split out XKB settings to X11ContextYu Watanabe2023-01-231-29/+23
* locale: several coding style fixletsYu Watanabe2023-01-231-11/+19
* Merge pull request #25718 from yuwata/locale-cleanupsYu Watanabe2022-12-161-5/+1
|\
| * locale-setup: avoid TOCTOU in reading locale.confYu Watanabe2022-12-141-3/+1
| * localed: avoid TOCTOU in loading configYu Watanabe2022-12-141-2/+0
* | localed: reload PID1 configuration after modifying /etc/locale.confFranck Bui2022-12-081-12/+8
|/
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-6/+3
* locale: drop unnecessary allocationYu Watanabe2022-06-181-4/+0
* locale: rename keymap-util.[ch] -> localed-util.[ch]Yu Watanabe2022-06-141-1/+1
* locale-setup: merge locale handling in PID1 and localedYu Watanabe2022-06-141-71/+16
* strv: declare iterator of FOREACH_STRING() in the loopZbigniew Jędrzejewski-Szmek2022-03-231-1/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* localed: use PROJECT_FILE rather than __FILE__ for loggingLennart Poettering2021-10-111-1/+1
* tree-wide: avoid uninitialized warning on _cleanup_ variablesLuca Boccassi2021-04-141-1/+1
* tree-wide: sd_bus_error_setf → set_bus_error_setZbigniew Jędrzejewski-Szmek2021-04-071-4/+4
* localed: refuse to set a keymap which is not installedZbigniew Jędrzejewski-Szmek2021-03-041-6/+13
* locale: inline iterator variable declarationsZbigniew Jędrzejewski-Szmek2021-02-161-5/+4
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* localed: Run locale-gen if available to generate missing localeMatthias Klumpp2021-01-121-3/+56
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* Merge pull request #16112 from poettering/nss-systemd-block-fixLennart Poettering2020-06-241-2/+2
|\
| * util: add dlfcn-util.hLennart Poettering2020-06-231-2/+2
* | Make failures of mac_selinux_init() fatalChristian Göttsche2020-06-231-1/+4
|/
* tree-wide: use DISABLE_WARNING_FORMAT_NONLITERAL where appropriateLennart Poettering2020-05-251-3/+2
* tree-wide: port various bits over to locale_is_installed()Lennart Poettering2020-05-071-34/+53
* localed: convert to the new scheme and add --bus-introspectZbigniew Jędrzejewski-Szmek2020-05-051-3/+10
* importd,logind: add --bus-introspect= optionZbigniew Jędrzejewski-Szmek2020-05-051-0/+1
* logind,importd,hostnamed,localed,timedated,machined,resolved: add option pars...Zbigniew Jędrzejewski-Szmek2020-05-031-3/+7
* tree-wide: implement new log control API dbus interface in all our daemonsLennart Poettering2020-04-211-0/+5
* localed: add dbus parameter namesZbigniew Jędrzejewski-Szmek2020-04-121-3/+29