summaryrefslogtreecommitdiffstats
path: root/src/locale/localed.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* locale-util: introduce common helper locale_variables_free() for freeing loca...Lennart Poettering2018-11-141-10/+3
* localed: be more careful with the used typesLennart Poettering2018-11-141-1/+2
* localed: no need to log twice about reload requestsLennart Poettering2018-11-141-4/+2
* localed: show proper bus error if we can in log messageLennart Poettering2018-11-141-1/+1
* localed: don't silently eat up errors, log somethingLennart Poettering2018-11-141-7/+8
* hostnamed,localed,timedate: properly propagate errors from sd_event_add_signal()Lennart Poettering2018-11-121-4/+8
* tree-wide: shorten error logging a bitYu Watanabe2018-08-071-2/+3
* locale: set sd_event_add_signal()Yu Watanabe2018-07-201-1/+12
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-141-1/+1
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-1/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+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-311-114/+173
* 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
* tree-wide: drop spurious newlines (#8764)Lennart Poettering2018-04-191-1/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* tree-wide: make name requesting asynchronous in all our servicesLennart Poettering2018-01-051-2/+2
* tree-wide: generate SD_BUS_ERROR_INVALID_ARGS when we get invalid arguments o...Lennart Poettering2017-11-291-2/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-2/+2
* basic/log: fix _printf_ annotation on log_object_internalvZbigniew Jędrzejewski-Szmek2017-04-201-0/+3
* tree-wide: use %m in calls to sd_bus_error_set_errnofZbigniew Jędrzejewski-Szmek2016-09-141-3/+3
* localed: split out keymap parsing to a separate fileZbigniew Jędrzejewski-Szmek2016-06-061-686/+39
* 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
* localed: downgrade libxkbcommon to an optional runtime dependencyLennart Poettering2016-04-121-10/+66
* selinux: always try to load the full selinux dbZbigniew Jędrzejewski-Szmek2016-03-021-1/+1
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-231-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: check if errno is greater then zeroZbigniew Jędrzejewski-Szmek2016-01-131-1/+1
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-6/+5
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-0/+1
* util: move filename_is_valid() and path_is_safe() to path-util.[ch]Lennart Poettering2015-10-271-9/+10
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-4/+5
* locale: kill free_and_replace()Daniel Mack2015-09-091-24/+30
* bus-util: support details in CheckAuthorization callsMichael Chapman2015-09-051-0/+3
* locale: add printf attribute to log_xkb()Cristian Rodríguez2015-08-311-0/+1
* strv: convert strv_split_quotes into a generic strv_split_extractRichard Maw2015-08-071-3/+3
* Merge branch 'hostnamectl-dot-v2'Zbigniew Jędrzejewski-Szmek2015-08-061-5/+0
|\
| * hostname-util: add relax parameter to hostname_is_validZbigniew Jędrzejewski-Szmek2015-08-061-5/+0
* | tree-wide: port everything over to fflush_and_check()Lennart Poettering2015-07-291-7/+17
|/
* sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering2015-07-031-2/+2
* sd-bus: drop bus parameter from message callback prototypeLennart Poettering2015-04-291-10/+22
* util: rework word parsing and c unescaping codeLennart Poettering2015-03-261-3/+3