summaryrefslogtreecommitdiff
path: root/src/locale
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-145-10/+0
* locale: add _unused_ attribute for dummy variableYu Watanabe2018-06-061-3/+2
* locale: assume locale is for LANG= when variable name is not specifiedYu Watanabe2018-05-311-0/+12
* locale: re-read configuration files if changedYu Watanabe2018-05-313-169/+314
* locale: use _cleanup_free_ and free_and_replaceYu Watanabe2018-05-311-5/+3
* locale: check xkb data before requesting authenticationYu Watanabe2018-05-311-11/+11
* locale: return earlier if no operation will be doneYu Watanabe2018-05-311-102/+100
* fileio: accept FILE* in addition to path in parse_env_file()Lennart Poettering2018-05-242-3/+3
* localectl: drop duplicate property entryDavid Tardon2018-05-181-1/+0
* localed: fix memleak in error pathZbigniew Jędrzejewski-Szmek2018-05-101-7/+7
* tree-wide: use strv_free_and_replace() macroYu Watanabe2018-05-101-6/+3
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-066-78/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-052-4/+2
* bus-util: add flags for bus_map_all_properties() (#8546)Yu Watanabe2018-03-281-0/+1
* macro: introduce TAKE_PTR() macroLennart Poettering2018-03-221-4/+2
* bus-util: make bus_map_all_properties() not copy stringYu Watanabe2018-03-201-12/+8
* tree-wide: voidify pager_open()Yu Watanabe2018-03-191-3/+3
* localectl: use dispatch_verb()Yu Watanabe2018-03-191-125/+47
* meson: drop unnecessary "transformation" of policy filesZbigniew Jędrzejewski-Szmek2018-02-162-6/+1
* Gettextize policy filesGunnar Hjalmarsson2018-02-162-10/+8
* 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-281-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-231-22/+20
* meson: use join_paths consistentlyMichael Biebl2017-04-231-2/+2
* meson: properly conditionalize polkit installationZbigniew Jędrzejewski-Szmek2017-04-231-1/+1