summaryrefslogtreecommitdiffstats
path: root/src/locale (follow)
Commit message (Expand)AuthorAgeFilesLines
* Comment the fact that some tools need to termintate their bus connect firstFranck Bui2018-01-121-0/+2
* Revert "tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appro...Franck Bui2018-01-121-1/+2
* tree-wide: make name requesting asynchronous in all our servicesLennart Poettering2018-01-051-2/+2
* tree-wide: use __fsetlocking() instead of fxyz_unlocked()Lennart Poettering2017-12-141-8/+10
* localectl: fix list_vconsole_keymaps() indentationVito Caputo2017-12-011-1/+1
* tree-wide: generate SD_BUS_ERROR_INVALID_ARGS when we get invalid arguments o...Lennart Poettering2017-11-291-2/+2
* Replace free and reassignment with free_and_replaceDaniel Lockyer2017-11-241-3/+1
* Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek2017-11-191-0/+17
* Add SPDX license headers to various assorted filesZbigniew Jędrzejewski-Szmek2017-11-193-0/+6
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-195-0/+5
* po: add a copy of polkit its rulesZbigniew Jędrzejewski-Szmek2017-11-141-0/+1
* i18n: drop intltool use, use meson's merge_file directlyZbigniew Jędrzejewski-Szmek2017-11-132-6/+6
* tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appropriate p...Lennart Poettering2017-11-101-2/+1
* systemd-firstboot: add vconsole keymap support (#7035)tblume2017-11-101-59/+6
* treewide: unify identical definitions of polkit_agent_open_if_enabled() (#7187)Zbigniew Jędrzejewski-Szmek2017-10-301-15/+3
* Merge pull request #6974 from keszybz/clean-up-definesLennart Poettering2017-10-042-4/+4
|\
| * build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-042-4/+4
* | tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-3/+3
|/
* "Don't fear the fsync()"Alan Jenkins2017-08-171-1/+1
* localed: don't remove xorg.conf.d/00-keyboard.conf on failuresAlan Jenkins2017-08-171-2/+0
* tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)Lennart Poettering2017-07-211-7/+7
* build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* localed: improve the comment in 00-keyboard.confZbigniew Jędrzejewski-Szmek2017-06-291-2/+3
* meson: use booleans for conf.set and drop unecessary conditionalsZbigniew Jędrzejewski-Szmek2017-05-021-2/+2
* meson: do not install files from disabled features (#5811)userwithuid2017-04-271-3/+5
* meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek2017-04-241-22/+20
* meson: use join_paths consistentlyMichael Biebl2017-04-241-2/+2
* meson: properly conditionalize polkit installationZbigniew Jędrzejewski-Szmek2017-04-241-1/+1
* meson: define testsZbigniew Jędrzejewski-Szmek2017-04-241-0/+14
* meson: build systemd using mesonZbigniew Jędrzejewski-Szmek2017-04-241-0/+28
* basic/log: fix _printf_ annotation on log_object_internalvZbigniew Jędrzejewski-Szmek2017-04-201-0/+3
* tree-wide: make bus_map_all_properties return a proper sd_bus_errorLennart Poettering2017-02-091-1/+4
* tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek2016-10-231-3/+3
* tree-wide: use %m in calls to sd_bus_error_set_errnofZbigniew Jędrzejewski-Szmek2016-09-141-3/+3
* tests: fix memory leak in test-keymap-utilEvgeny Vereshchagin2016-06-191-2/+2
* systemctl: make sure we terminate the bus connection first, and then close th...Lennart Poettering2016-06-161-1/+2
* test-keymap-util: use kbd-model-map/language-fallback-map from $(srcdir)Zbigniew Jędrzejewski-Szmek2016-06-112-28/+53
* keymap-util: also "convert" 'ru' to 'ru'Zbigniew Jędrzejewski-Szmek2016-06-062-1/+9
* localed: also report when we couldn't convert X11→consoleZbigniew Jędrzejewski-Szmek2016-06-062-7/+16
* localed: be more verbose when keymap conversion to X11 failsZbigniew Jędrzejewski-Szmek2016-06-061-6/+7
* keymap-util: add tests and fix one small bugZbigniew Jędrzejewski-Szmek2016-06-063-2/+220
* localed: split out keymap parsing to a separate fileZbigniew Jędrzejewski-Szmek2016-06-063-686/+768
* localed: get rid of duplicated enum and string tableZbigniew Jędrzejewski-Szmek2016-06-061-85/+68
* util-lib: make localed's nonempty() generic, rename it to empty_to_null() and...Lennart Poettering2016-05-301-22/+7
* locale: Language fallbacks for fr_(BE|CA|CH|LU) to fr_FR (#3178)Sylvain Plantefève2016-05-031-0/+4
* localed: downgrade libxkbcommon to an optional runtime dependencyLennart Poettering2016-04-121-10/+66
* localectl: align output of 'localectl status' commandYu Watanabe2016-03-241-2/+2
* localectl: remove unnecessary line breakYu Watanabe2016-03-241-1/+1
* selinux: always try to load the full selinux dbZbigniew Jędrzejewski-Szmek2016-03-021-1/+1