summaryrefslogtreecommitdiffstats
path: root/src/locale (follow)
Commit message (Expand)AuthorAgeFilesLines
* fileio: port write_string_file() to LabelOps, and thus add WRITE_STRING_FILE_...Lennart Poettering2024-10-221-1/+0
* bus-util: Log more information when connecting to a bus socket failsDaan De Meyer2024-10-091-1/+1
* tree-wide: voidify polkit_agent_open_if_enabled()Yu Watanabe2024-08-191-3/+3
* localectl: introduce -l/--full optionYu Watanabe2024-08-021-1/+11
* Rename spawn-polkit-agent.c to just polkit-agent.cZbigniew Jędrzejewski-Szmek2024-06-261-1/+1
* tree-wide: replace strv_sort() + strv_uniq() -> strv_sort_uniq()Yu Watanabe2024-06-171-2/+1
* basic/dlfcn-util: deobfuscate macro definitionsZbigniew Jędrzejewski-Szmek2024-06-122-10/+10
* tree-wide: never consider service idle if polkit authentication is still pendingLennart Poettering2024-06-121-1/+13
* tree-wide: add dlopen ELF notes to all dlopen() deps of oursLennart Poettering2024-05-081-0/+4
* various: use strdup_to() in various obvious casesZbigniew Jędrzejewski-Szmek2024-03-201-5/+1
* kbd-util: allow to override the default keymap directoriesYu Watanabe2024-03-141-4/+10
* locale: use O_PATH directory fd and faccessat() in find_converted_keymap()Yu Watanabe2024-03-141-9/+16
* polkit: turn "interactive" flag to polkit APIs into a proper flags field (#31...Lennart Poettering2024-03-111-3/+3
* tree-wide: switch dlopen hooks over to DLSYM_PROTOTYPE()/DLSYM_FUNCTION()Lennart Poettering2024-03-012-28/+12
* localed: modernizationMike Yuan2024-01-091-8/+7
* bus-polkit: port polkit_registry to use value destructors in hash_opsLennart Poettering2024-01-031-1/+1
* polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus featureLennart Poettering2023-12-211-12/+9
* tree-wide: use the usual spelling of "cannot"Zbigniew Jędrzejewski-Szmek2023-11-131-1/+1
* locale: drop implementation detail from comment in config fileYu Watanabe2023-10-311-1/+1
* locale,firstboot: add headers to vconsole.confYu Watanabe2023-10-311-1/+1
* env-util: make write_env_file() optionally take headersYu Watanabe2023-10-311-1/+1
* tree-wide: port various parsers over to read_stripped_line()Lennart Poettering2023-10-172-31/+22
* find_legacy_keymap: extend variant match bonus againAdam Williamson2023-09-222-1/+8
* keyboard-model-map: correct sk-qwerty entryAdam Williamson2023-09-211-1/+1
* find_legacy_keymap: try matching with layout order reversedAdam Williamson2023-09-192-16/+33
* find_legacy_keymap: fix empty variant matchingAdam Williamson2023-09-192-1/+13
* meson: merge declarations of normal and test executablesYu Watanabe2023-08-031-11/+8
* meson: move declarations of localed and hostnamedYu Watanabe2023-07-311-16/+31
* bus-unit-util: add common code for reloading PID 1Lennart Poettering2023-07-101-13/+2
* kbd-model-map: change the order of Hungarian keymapsBalló György2023-06-071-2/+2
* label: Introduce LabelOps to do pre/post labelling operationsDaan De Meyer2023-05-311-1/+1
* localed: simplify method callZbigniew Jędrzejewski-Szmek2023-05-231-13/+1
* 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-071-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