summaryrefslogtreecommitdiff
path: root/src/locale
AgeCommit message (Expand)AuthorFilesLines
2018-05-10localed: fix memleak in error pathZbigniew Jędrzejewski-Szmek1-7/+7
2018-05-10tree-wide: use strv_free_and_replace() macroYu Watanabe1-6/+3
2018-04-19tree-wide: drop spurious newlines (#8764)Lennart Poettering1-1/+0
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek6-78/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2-4/+2
2018-03-28bus-util: add flags for bus_map_all_properties() (#8546)Yu Watanabe1-0/+1
2018-03-22macro: introduce TAKE_PTR() macroLennart Poettering1-4/+2
2018-03-20bus-util: make bus_map_all_properties() not copy stringYu Watanabe1-12/+8
2018-03-19tree-wide: voidify pager_open()Yu Watanabe1-3/+3
2018-03-19localectl: use dispatch_verb()Yu Watanabe1-125/+47
2018-02-16meson: drop unnecessary "transformation" of policy filesZbigniew Jędrzejewski-Szmek2-6/+1
2018-02-16Gettextize policy filesGunnar Hjalmarsson2-10/+8
2018-01-12Comment the fact that some tools need to termintate their bus connect firstFranck Bui1-0/+2
2018-01-12Revert "tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appro...Franck Bui1-1/+2
2018-01-05tree-wide: make name requesting asynchronous in all our servicesLennart Poettering1-2/+2
2017-12-14tree-wide: use __fsetlocking() instead of fxyz_unlocked()Lennart Poettering1-8/+10
2017-12-01localectl: fix list_vconsole_keymaps() indentationVito Caputo1-1/+1
2017-11-29tree-wide: generate SD_BUS_ERROR_INVALID_ARGS when we get invalid arguments o...Lennart Poettering1-2/+2
2017-11-24Replace free and reassignment with free_and_replaceDaniel Lockyer1-3/+1
2017-11-19Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek1-0/+17
2017-11-19Add SPDX license headers to various assorted filesZbigniew Jędrzejewski-Szmek3-0/+6
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek5-0/+5
2017-11-14po: add a copy of polkit its rulesZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-13i18n: drop intltool use, use meson's merge_file directlyZbigniew Jędrzejewski-Szmek2-6/+6
2017-11-10tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appropriate p...Lennart Poettering1-2/+1
2017-11-10systemd-firstboot: add vconsole keymap support (#7035)tblume1-59/+6
2017-10-30treewide: unify identical definitions of polkit_agent_open_if_enabled() (#7187)Zbigniew Jędrzejewski-Szmek1-15/+3
2017-10-04Merge pull request #6974 from keszybz/clean-up-definesLennart Poettering2-4/+4
2017-10-04tree-wide: use IN_SET macro (#6977)Yu Watanabe1-3/+3
2017-10-04build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2-4/+4
2017-08-17"Don't fear the fsync()"Alan Jenkins1-1/+1
2017-08-17localed: don't remove xorg.conf.d/00-keyboard.conf on failuresAlan Jenkins1-2/+0
2017-07-21tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)Lennart Poettering1-7/+7
2017-07-18build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek1-1/+0
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2017-06-28localed: improve the comment in 00-keyboard.confZbigniew Jędrzejewski-Szmek1-2/+3
2017-05-02meson: use booleans for conf.set and drop unecessary conditionalsZbigniew Jędrzejewski-Szmek1-2/+2
2017-04-27meson: do not install files from disabled features (#5811)userwithuid1-3/+5
2017-04-23meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek1-22/+20
2017-04-23meson: use join_paths consistentlyMichael Biebl1-2/+2
2017-04-23meson: properly conditionalize polkit installationZbigniew Jędrzejewski-Szmek1-1/+1
2017-04-23meson: define testsZbigniew Jędrzejewski-Szmek1-0/+14
2017-04-23meson: build systemd using mesonZbigniew Jędrzejewski-Szmek1-0/+28
2017-04-20basic/log: fix _printf_ annotation on log_object_internalvZbigniew Jędrzejewski-Szmek1-0/+3
2017-02-09tree-wide: make bus_map_all_properties return a proper sd_bus_errorLennart Poettering1-1/+4
2016-10-23tree-wide: drop NULL sentinel from strjoinZbigniew Jędrzejewski-Szmek1-3/+3
2016-09-13tree-wide: use %m in calls to sd_bus_error_set_errnofZbigniew Jędrzejewski-Szmek1-3/+3
2016-06-19tests: fix memory leak in test-keymap-utilEvgeny Vereshchagin1-2/+2
2016-06-16systemctl: make sure we terminate the bus connection first, and then close th...Lennart Poettering1-1/+2
2016-06-11test-keymap-util: use kbd-model-map/language-fallback-map from $(srcdir)Zbigniew Jędrzejewski-Szmek2-28/+53