summaryrefslogtreecommitdiff
path: root/src/locale
Commit message (Expand)AuthorAgeFilesLines
* locale: when no xvariant match select the entry with an empty xvariantFranck Bui2023-04-262-1/+45
* 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: Add missing libxkbcommon dependency to testsDaan De Meyer2023-03-271-0/+1
* locale: also verify keymaps loaded from config file and converted keymapsYu Watanabe2023-03-251-14/+34
* locale: introduce x11_context_verify()Yu Watanabe2023-03-253-13/+37
* locale: split out xkbcommon related functions to xkbcommon-util.cYu Watanabe2023-03-254-107/+122
* locale: split out checking existence of keymapYu Watanabe2023-03-253-9/+47
* 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
* 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
* basic: add RuntimeScope enumLennart Poettering2023-03-101-1/+1
* 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
* meson: Use dicts for test definitionsJan Janssen2023-02-211-2/+6
* 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-282-16/+16
* locale: decouple vconsole_read_data() from x11_read_data()Yu Watanabe2023-01-282-4/+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-282-34/+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-283-16/+11
* locale: make vconsole_convert_to_x11() not update ContextYu Watanabe2023-01-284-184/+169
* locale: introduce VCContext and several helper functions for the structYu Watanabe2023-01-284-53/+110
* locale: add missing logsYu Watanabe2023-01-281-6/+6
* locale: rename new XKB variables to match Debian/Ubuntu'sLuca Boccassi2023-01-241-8/+8
* meson: Do not include headers in source listsJan Janssen2023-01-241-3/+1
* locale: also save XKB settings to vconsole.confYu Watanabe2023-01-234-14/+54
* 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-234-140/+262
* 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-233-55/+80
* 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
* Merge pull request #25718 from yuwata/locale-cleanupsYu Watanabe2022-12-164-41/+47
|\
| * locale-setup: avoid TOCTOU in reading locale.confYu Watanabe2022-12-142-4/+2
| * localed: avoid TOCTOU in loading configYu Watanabe2022-12-143-37/+45
* | Merge pull request #25602 from fbuihuu/fix-TEST-73-LOCALEYu Watanabe2022-12-151-12/+8
|\ \ | |/ |/|
| * localed: reload PID1 configuration after modifying /etc/locale.confFranck Bui2022-12-081-12/+8
* | localed-util: use _cleanup_ harderDavid Tardon2022-12-141-12/+4
|/
* localectl,analyze: some minor vertical table rework fixesLennart Poettering2022-11-161-1/+1
* localectl: port to vertical tableDavid Tardon2022-11-131-11/+8